How to make fields as mandatory in ui page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2022 03:36 AM
below shown is the ui page. how to make the fields as mandatory in ui page based on selection of dropdown.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2022 04:00 AM
Hi Santhosh,
Refer these link if that helps :
creating a mandatory field in ui page?
Make UI Page Text area mandatory
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2022 04:03 AM
1. Please use onChange event on the input tag
2. Validate using the client script
3. Add mandatory attribute to the Phone/Email using DOM manipulation (in case of custom field in UI Page).
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2022 04:43 AM
Thanks for the response I am new to UI page. could you please share any sample code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2022 05:18 AM