How to make an HTML Order Form?

mhm

New member
I need help with making an HTML order form.

Details:
Several organizations want to allow consumers to customize merchandise through their website, but have the purchase be made through my website.

How do i make a form for their site that gives the consumer the illusion that they are puirchasing an item from the org when after the purchase is made, the order is sent to me.
 
For Order form,you made like this
<table>
<tr>
<td>
<asp:lable runat="server" name="Name" >
</td>
<td>
<asp:textbox runat="server" name="Name">
</td>
</tr>
</table>
this way you put your all information in tr and td this wat you design your form,I hope you get it.
 
Back
Top