- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2015 12:54 PM
I want to identify the mandatory fields (something like g_form.isMandatoryFieldEmpty) in a Client Script to add a field message (error message) for all such fields when left blank on the form. Can you think of a way to iterate through the fields on the form and check if they are mandatory but empty?
Note: I can hard code the required fields in the script to add field message. But I am trying to identify an alternative way where I should identify only the mandatory fields to add field message so that script need not be updated again in future when a new field is made mandatory.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2015 01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2015 02:16 PM
Hi Michael, This post helped. thank you.