I wanted to ask advice regarding how I can handle advanced redirects. In my system a user comes to the site and creates an account. They put in their Email Address and the type of account they are (it's the type of account they are signing up for). That part is all done. They go to the site..and do that, and it sends them an email for validation. In the email they are able to click a link which takes them to the validation page..which is actually edit account details and just allows them to add their new password. Basically this is what I need..generally when they come to edit account details they edit their details and it keeps them on the same page. However when their coming from that validation link I want them to get redirected to a different page when the form submits..however I only want them to redirect when they are coming from the validation page...is that possible?
If so what do I need to look for to accomplish that?

Comments

infotechnologist’s picture

I have to do something very similiar for 3-4 other parts of the system but once I figure out how to do it once and get the general idea down the rest will be easier.

Any advice?