How do I set up a redirect to a thank you page after registration

I have my registration page setup and working here; https://simplydancenottingham.co.uk/membership/

After successful registration I would like to redirect people to here: https://simplydancenottingham.co.uk/membership/thank-you/

Can you please advise how I do set this to happen?

Hi Sarah.

See here: WP Admin > s2Member Pro > Stripe Pro-Forms > Custom Return URLs Upon Success

I hope that helps. :slight_smile:

Thanks I have seen that but can’t see how to add in the url to my short code - this is the page I want to redirect to: /membership/thank-you/

Then you add it to your pro-form’s shortcode like this: success="/membership/thank-you/"

You’re using the checkout options. If you want the same return for both options, then add the success attribute to the wrapping shortcode, if you want a different one for each option, add it to the option’s shortcode.

Does that help? :slight_smile:

That’s perfect, thank you for your help

1 Like

:grinning: