Okay
  Public Ticket #2960677
Get rid of last button (Form Flow Step 5 )
Closed

Comments

  •  4
    Ron Poppen started the conversation

    Hi

    Is it possible to leave the button (step 5) “Afronden”

    I present the customer directly the Agenda to select date and time.

    After the customer give some wanted information and the appointment is made.

    After that a new screen is presented (Form flow Step 5) just with the single button, see below.

    (I have disabled all the options in this step)

    Is it possible to get rid of that screen, I don’t offer an option to make an Agenda appointment for the customer, so in this case the last screen seems useless to me.

    4854900057.png

    Ron

  • [deleted] replied

    Hi Ron

    Thank you for reaching out to us.

    If you want to hide the "Thank you" page, it can be achieved with custom JS and CSS:

    1. Please add this script to the page with Amelia

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

    Where https://www.google.com is the redirect URL.

    2. After that, you should also add this CSS to the same page

    .am-show-calendar-container {display: none;}

    If you need help with adding custom CSS to the page, please take a look at this article.

    If you need help with adding custom JS to the page, please take a look at this article.

    Hope that will help.

    Best Regards. 

  •  4
    Ron Poppen replied

    Hi Elena,

    Thank you for the detailed instructions. I'll look in to it.

    Ron

  •  4
    Ron Poppen replied

    Hi Elena,

    Thank you, it works, great

  • [deleted] replied

    You're welcome, Ronsmile.png

    If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.