Hi @dmeljon,
There are a couple of options. First, you can use the [booking-form]
shortcode to place the form on any page you’d like. Then it will submit to the page you’ve selected in Bookings > Settings, so you could set that page up differently.
Alternatively, I do have a basic redirection plugin you can use:
https://gist.github.com/NateWr/88fa7686e21397ec4403
To use it, click the Download button at the top, unpack the .zip
file, and open the .php
file in a text editor. Find this line in the code:
$id = 1;
Change the 1
to the ID of the page you want to redirect to after a successful submission. Save the .php
file, upload it to your /wp-content/plugins
directory, and activate it from the plugins menu in your WordPress admin area.