HTML Question: Making a form go to a website?

Sara

New member
I am working on my website and I'm a bit of a newbie to HTML. This is what I'm trying to do: I have a very basic form that says "Gallery ID: " with a text box next to it, and then a Submit button below. When the user hits submit, I want it to go to a predefined website, throwing the text entered in the Gallery ID box at the end. So, for example, if my website was www.sara.com (that's not really my website), I would want them to hit submit and be redirected in a new window to www.sara.com/GALLERYID. Any ideas?
I understand adding the action to the form header. I'm trying to figure out how to add the user input into part of the web address. The action would be <form action="http://www.sara.com/" target=blank> How would I append the user input (the field name is GalleryID) to the end of www.sara.com/
 
Back
Top