Okay
  Public Ticket #2625036
Thank you message
Closed

Comments

  • Jörgen Isberg started the conversation

    When a customer make a booking we would like to automatically send customer to the custom-thank-you page we have created and put into the setup.

    As it is now, the customer lands on the system page, where he needs to click "continue" to be trasnfererd to the "thank you page".

    Can we skip this phase and the need of clicking the button?

    /Jorgen

  •  1,819
    Miloš replied

    HI Jörgen,
    Thank you for your purchase.

    In Amelia Settings-> General settings at the bottom there is Redirect URL After Booking: (attachment) where you can enter your page where you would like to redirect the customer.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  • Jörgen Isberg replied

    Thanks, but that I did.

    After booking user lands on Amelia Thank You page first! And then must Click the button "Slutför"  to be transfered to our Thank You Page.

    We want user to land on our custom page directly after booking.

  • [deleted] replied

    Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.

  •   Jörgen Isberg replied privately
  •  1
    Mike replied

    See this post https://tmsplugins.ticksy.com//ticket/2559886/

    It offered the solution to add a script on the page to automatically redirect. The "Thank You!" page is still displayed briefly and then automatically redirected.

    We're using it successfully.


  • [deleted] replied

    Hi Mike,

    Do you mean this script I provided to other user?

    <script>
    window.beforeConfirmedBooking = function()
    {
    window.location.href = "https://www.google.com";
    };
    </script>