Skip to main content

Stop signup form redirect

Hello, I have pages with a partial signup form that are connected to the main signup form. How do I stop the page redirection after they signup? This signup partial is on several different pages and I want them to stay on the same page they are on even after they sign up and not be redirected.

My issue is similar to this one:

http://nationbuilder.com/chrisarendt/stop_form_redirect_upon_success_or_customize_with_js

but there was no answer there.

Thanks!

Official response from

It sounds like you are pulling a signup form onto a page using the {% subpage %} method. Doing this will cause the form to inherit the page settings of the page that you subpage it with. So if your code says {% subpage 'join' with 'signup_form' %}, it will inherit the automated page settings from the 'join' page in your site, including settings that control which tags/paths/point-people are applied to signups, what autoresponse email is sent out, and to which page (if any) the user is redirected to.

If you would not like the form to inherit these settings, I recommend using the {% include %} method instead.

If it appears that I have misunderstood your question, please send us a link to the page that you are working on.

Share this post

Showing 2 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.