Danish Bhairag2
Tera Sage

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