An error occurred while processing the form
-
Hi there
I have an issue while submitting forms in Forminator. An error occurred while processing the form. Please try clicking the WhatsApp button on https://webdemo.intolap.com/wp/
It will open a popup with a forminator form. When you submit it you will see an “error statement”
Well I am trying to process the form data on submit using your hooks likeadd_action( 'forminator_custom_form_submit_before_set_fields', 'woow_forminator_beofre_set_handler' );
public function woow_forminator_beofre_set_handler( $entry, $form_id, $form_data_array ){
// echo "<pre>"; print_r($response);
wp_mail( '[email protected]', 'test forminator - '.$form_id, json_encode($form_data_array).json_encode($entry) );
}forminator_form_ajax_submit_response
When I remove this function from my codes, the form submits but with the hooks on, it doesn’t.The page I need help with: [log in to see the link]
- The topic ‘An error occurred while processing the form’ is closed to new replies.