My objective is simple, I have a signup form in the footer of the page. When a user signs up, I want to:
- Display a sucess message.
- Then redirect them to our preference page.
I know the submit button can redirect users to a URL, but I can’t get a URL to the preference page since it’s not a hosted page.