I want to make a very simple order status box on my main page.
Basically I want to have one little input box where anyone can put in their order number and click submit. In this I want the submit button to open a url like this:
http://www.rjroffroad.com/order.php?status&orderid=#####
And I want it to use the data input into the box to complete the link.
I haven't the first clue how to do that. Any simple html methods to do that?