Hi,
I'm using a php code snippet to process the data and update the database. But, if I find an error in the data, I want to exit the code, display an error msg and NOT complete the form processing. i.e. not send the emails that get sent upon completion of the transaction.
How would I exit the snippet and signal Formidable that it should stop processing?
Thanks,
Roger
Formidable has validation hooks you could use. They are design to address the very problem you're trying to solve. See these pages: https://formidableforms.com/knowledgebase/frm_validate_entry/ and https://formidableforms.com/knowledgebase/frm_validate_field_entry/.
Please login or Register to submit your answer