Ok so Name, State, City, Address all show up fine in the form. I can't get the Zip to show up though. I have the code in there from what I can see the exact same way as the other working input commands
<p>Ship to: <br />
Name: <input type="text" name="name" /> <br />
Address: <input type="text" name="address" /> <br />
City: <input type="text" name="city" /> <br />
State: <input type="text" name="state /> <br />
Zip: <input type="text" name="zip" /> <br />
</p>
Can anybody see what would be causing the problem? Again the rest of the form shows up just fine except for the zip.













