Script in Display Form
Hi,
I have written code into the Display, New, and Edit Forms that show and hide fields based on inputs.
The New and Edit Forms work correctly.
However the Display Form shows every field regardless. It doesn't appear to be executing the javascript like the New and Edit Forms. The code is exactly the same for all three forms.
How do I get it to work the same?
Regards
I have written code into the Display, New, and Edit Forms that show and hide fields based on inputs.
The New and Edit Forms work correctly.
However the Display Form shows every field regardless. It doesn't appear to be executing the javascript like the New and Edit Forms. The code is exactly the same for all three forms.
How do I get it to work the same?
Regards
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
You can use JS-framework to change edit or new forms dynamically on the client side while user edits values in fields.
For the Display form I recommend you to use Rules: http://spform.com/documentation/groups.
For the Display form I recommend you to use Rules: http://spform.com/documentation/groups.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Sure, you can build Rules based on field values and create different forms for them. Just create a new rule with formula: [Checkbox] = 'True' where 'Checkbox' is title or internal name of your checkbox field. Now you can create specific forms for this rule and hide textbox field in particular.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
If you don't want to override Edit and New forms for this new group, just do not touch them in Forms Designer and modify Display form only.
If you don't want to override Edit and New forms for this new group, just do not touch them in Forms Designer and modify Display form only.
I was under the impression that the Groups and Rules functionality was not compatible with Forms Designer for Office 365. If this is true, how would I accomplish this in Sharepoint Online? My New and Edit Forms are working as expected... the problem only exists on my Display form.
Thanks
Thanks
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
-
- Information
-
Who is online
Users browsing this forum: No registered users and 6 guests