Submitting a form and jumping to home page

Options
Hello BB Community,


I need help when a web user clicks submit on a form. Is there a way to get it to jump to our home page rather than having to jump to the confirmation screen?


Thanks in Advance!
Tagged:

Comments

  • Hello Raul,


    Can you not select the confirmation destination as your home page? If not...

    You could redirect them back to the Homepage upon reaching the confirmation page. Make a confirmation page rather than using the default one, create an unformatted part and use a JS redirect.

    <script>

        window.location = "http://www.yoururl.com";

    </script>



    Chris
  • Hello Chris,


    Thank you so much I will look into a redirect!


     

Categories