- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2018 09:48 AM
The Survey is configured and there are some questions on it. It has a numeric scale with each questions.(radio button) If user selects ( 1 or 2 ) very poor, the comments box will become mandatory. For other values (3,4,5,6) it will be optional to fill.
Can anyone help me with this ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2018 04:59 AM
Hello Arindam,
You can write a OnChange client script.
For Example:
if( g_for.getValue('field_name') == 'value' || g_for.getValue('field_name') == 'value1'){
g_form.setMandatory('comments',true);
}
Let me know if this what you were looking for.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2018 04:59 AM
Hello Arindam,
You can write a OnChange client script.
For Example:
if( g_for.getValue('field_name') == 'value' || g_for.getValue('field_name') == 'value1'){
g_form.setMandatory('comments',true);
}
Let me know if this what you were looking for.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 10:06 PM
Hi @Sachin Shivaku1,
Can you please help me with table name on which we have to write this client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2018 05:02 AM
Hi,
In questions string field you will have the option to depends on where you need to choose the field and the values it depended on. I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2018 06:25 AM
Hello Harsha,
Thank you for your response.
But making the dependent filed mandatory only makes one questions mandatory. But I need to make 4 questions dependable.