It breaks the elementor form redirection
-
I have an Element Form in https://sparkignitepro3.com/irongrip/
And it is used to redirect after I fill the form.
But it doesn’t redirect after I install Paystack plugin.I use this code snippet to redirect with Elementor Form.
add_action( ‘elementor_pro/forms/new_record’, function( $record, $handler ) {
$handler->data[‘output’] = $redirectURL;
}, 10, 2 );Does this add_action is overwritten by PayStack plugin?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘It breaks the elementor form redirection’ is closed to new replies.