=Field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 01:22 AM - edited 09-12-2023 02:35 AM
Hello Team
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 01:32 AM - edited 09-12-2023 01:33 AM
@yoli1 ,
Your not clear and brief with your question. But still
You can use OnChange Client Script to validate if the date is '''2023-12-01'' (Not recomment to check static values)
if(oldValue == '''2023-12-01''){
g_form.addInfoMessage('Yes the date matches');
}
else {
g_form.addInfoMessage('NO, the date does not matches');
}
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....