Hello , i want to handle submit button to make verification with previous entry without store new entry and after make redirection to other form.
You may be able to use the frm_entries_before_create hook, but I've never tried this. https://formidableforms.com/knowledgebase/frm_entries_before_create/. You would have to do your processing and then wp_die() to abort further processing by Formidable. None of your form actions will fire either, so you won't have any messaging returned to the front end or emails sent.
Please login or Register to submit your answer