Topic: Simple form needed for page re-direction
Hi guys, maybe someone can help me here. We have three customer order forms with different prices on each form. On the index page of our site we would like a small 'textfield' where the customer enters their account number, presses Go and it automatically directs them to the correct form for them. No passwords required or anything.
Presumably I need to somehow create a list of all the account numbers in mysql, and then match each set of account numbers to the correct order form.
Can anyone give me some guidance or help with this? Thanks.