WPForms Custom Redirect not working
I’m not sure why wpforms_process_redirect_url doesn’t work. I used this instead. Here’s my full code: //Capture the wpform submit, and call the “processForm” function add_action( ‘wpforms_process_complete’, ‘processForm’, 5, 4 ); function processForm( $form_fields, $entry, $form_data, $entry_id ) { $card_arr = array(797, 1104, 1103, 1102, 1101, 1038, 997, 996, 973, 812); $form_id = $form_data[‘id’]; $variation_id = … Read more