Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 11:51 AM
Hi @Gemma4 ,
You can write an onSubmit client script where u can have this below script for putting up a confirmation message before submitting it
var answer = confirm('Are the variables correct?')//update message as per your need
If(!answer){
return false;
}
Please mark my answer helpful & accepted if it helps u resolve your query.
Thanks,
Danish