Hello, I am looking for a very simple form that would take the user to the proper URL when they enter their 3 digit code.
Example:
If I offer products at mysite.com. I want to put a single text field that one of the affiliates could log into to see their products page.
So if customer abc logs in their code "abc" they would be sent to mysite.com/abc
and if customer xyz logs in their code "xyz" they would be sent to mysite.com/xyz
and if customer 123 logs in their code "123" they would be sent to mysite.com/123 - and so on -----
I have the form with one text field. I am having trouble handling the form to have it check the value that was entered and if it matches one of the customer codes, it would then direct the user to the proper page.
Please Advise! Any help would be greatly appreciated.