Submission Failed Notice
-
Is it possible from within the form/submission filter:
add_action( ‘af/form/submission’, ‘processFormData’, 10, 3 );
To tell ACF Form to display an error message instead of the success message?
I’ve looked through the documentation but that only seems to apply validation errors to fields (or the entire form). I want to use the submission filter to process the form fields and then block the final submission (already done) and show a failure message instead of the usual Success message.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Submission Failed Notice’ is closed to new replies.