Okay I just found out that the reason {wixLocation.to(/createaccount/
);} wasn’t working anywhere was because it wasn’t a dynamic page! In order for it to work, what does it need to look like? Do the ‘’ need to be removed?
Hi Jamey,
Can you please share a link to your site and specify the name of the page so we can inspect ?
Roi
Hi Roi, it’s https://www.socochicago.com/sococlub
I found the problem. you have to use “” and one / instead of ‘’ and two //. The other issue I have is where to place it. Right now I have it when the prompt loads up, regardless if the user logs in or not. I want it to only direct users to /createaccount when they sign up, but to /MemberProfile when they log in.