• Resolved Adriana Hernández Regueiro

    (@adrianahregueiro)


    I’ve added a URL in the “Redirect URL After Appointment” configuration, and because of that I don’t want to display the “thank you” message that appears in the page after the user make an appoinment.

    I would like to know if there is a way to remove that notification since I’ve already created one custom “thank you” page and I redirect users to that page, and I would like the users don’t see double thank.

    Thanks for your attention.
    Adriana.

Viewing 1 replies (of 1 total)
  • Plugin Author ameliabooking

    (@ameliabooking)

    Hi,

    Thank you for your inquiry.

    Yes you can use hooks like beforeConfirmedBooking that will be triggered when your customers confirm booking. You can set that redirect URL that you need like on this script (we use https://www.google.com as example, but you will replace this with your own URL)

    <script>
    window.beforeConfirmedBooking = function()
    {
    window.location.href = “https://www.google.com&#8221;;
    };
    </script>
    Please insert this script on page where you insert Amelia shortcode.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove “thank you” notification after appointment complete’ is closed to new replies.