I'm trying to make an HTML form with a Text box labeled "enter your store ID" and a submit
button.
Then when the submit
button is hit I want them re-directed to a different website with the subdomain being what entered.
Examples:
if "12345" is entered, they get redirected to 12345.myothersite.com
if "987654" is entered, they get redirected to 987654.myothersite.com