I am trying to create a form creator in PHP. This is one of them very silly "need another look" problems. I know this form should work but it just isn't sending any $_POST values at all. Here is the code.
<form method="post" action="http://projects.zesty-designs.co.uk/orderform" class="generatedform"> <label>Ebay Username</label><br /> <input type="text" name="ebay_username" value="" /><br /> <label>Email Address</label><br /> <input type="text" name="email_address" value="" /><br /> <label>Full Name</label><br /> <input type="text" name="full_name" value="" /><br /> <input type="submit" value="Submit" /><input type="reset" value="Start Again" /> </form> Here is the live link if anyone wants to try it out. http://projects.zesty-designs.co.uk/orderform.
<form method="post" action="http://projects.zesty-designs.co.uk/orderform/" class="generatedform">