Multiple Success Pages
-
Is there a way to extend the plugin, so that each donation form has its own customized success page? That way form 1 goes to page 1 and form 2 goes to page 2 after successful form submission
I attempted using an if statement with the form id and the “wp_redirect,” but that didn’t work, so I am wondering if there is a different way to achieve this or if I am doing it wrong all together.
Below is what I used the first time, but there is definitely something wrong with that code.
‘function custom_add_save($postID){
if($form_id == ‘4204’) { wp_redirect(‘https://thank-you’) }
}’
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multiple Success Pages’ is closed to new replies.