Standard Form (no pretty styles)
Meant to be added to/modified ...just saving time.
Copy this code and paste it in your HTML
<form method="post" action="" id="pp_order_form" name="pp_order_form"> <div class="form_wrapper"> <input type="text" name="first_name" id="first_name" value="" style="width: 100px;"/></p>
<input type="text" name="last_name" id="last_name" value="" style="width: 100px;"/></p>
<input type="text" name="address" id="address" value="" style="width: 125px;"/></p>
<input type="text" name="city" id="city" value="" style="width: 100px;"/></p>
<input type="text" name="state" id="state" value="" style="width: 25px;" maxlength="2" /></p>
<input type="text" name="zip" id="zip" value="" style="width: 55px;"/></p>
<input type="text" name="email" id="email" value="" style="width: 125px;" /></p>
<p align="center"><input type="submit" name="submit_order" id="submit_order" value="Submit Order" /></p>
Report this snippet
Comments
Subscribe to comments