prevent the users from selecting a start date that is in the past when creating a new event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2024 11:22 PM
prevent the users from selecting a start date that is in the past when creating a new event
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-24-2024 07:17 AM
Hi @viswak , you can create UI policy to restrict users from selecting past date, with condition 'start date before today' and display error message using g_form.addErrorMessage( ).
Regards,
Sandeep Raj