Hide section in demand form
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 06:02 AM
Hi
can some one help me with a code to hide section (questionnaire) in demand form.
UI policy or client script ?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 07:35 AM
Take the carets out in your "Questionaire" string.
Should look like this. g_form.setSectionDisplay('Questionaire', false);

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 11:23 PM
Hi @prash4 ,
Just use g_form.setSectionDisplay('Questionaire', false); NOT "<Questionaire>"