I would like to add an extra step before my users save a form, asking them to confirm that the data they've entered matches our real-world data. For example, when they click submit, I would like a window to pop up with a yes/no question, at which point they can click "yes" or "no", which will save the form data -
NOT cancel submit. I would then implement a script in the "on submit" action that saves different data based on their answer.
I can think of workarounds within the form - decision boxes, etc. - but in trying to solve this problem I realized that all of the Zoho help examples of alert scripts in the "on validate" action ended with "cancel submit". Are alerts only for error checking, then? There's no way to create pop-up windows that pass data through to a form?