• Resolved dmeljon

    (@dmeljon)


    Hello
    is this possible to create a different URL for the Thank you message, for conversions reasons, instead of the message that shows the same page?

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Hi NateWr,
    “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.”

    I have tried this solution and the form is not submitting now. Could you please help me to sort out this?

    Hi @jomol,

    If you send a link to the page where you’re booking form is displayed with the shortcode, I’ll take a look and see if I can spot the problem.

    Hello Nate,

    On our site i’ve added the booking-form with [booking-form]. If i read correct i need to use the github file and change the id? And this acts like a seperate plugin?

    Regards, Ed’

    Hi Ed,

    Are you trying to redirect the user to a thank you page? If so, then yes, use the Gist file linked previously, modify the ID to match the thank you page, and then activate it like a plugin.

    Thanks for confirming Nate,

    All set! Thanks again for a nice plugin.

    Peace, Ed’

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Thank you page’ is closed to new replies.