=Field

yoli1
Tera Contributor

Hello Team

1 REPLY 1

Sohail Khilji
Kilo Patron
Kilo Patron

@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....

LinkedIn - Lets Connect