Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
57 lines (15 sloc)
972 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML STRICT LEVEL 2//EN"><HTML VERSION="-//IETF//DTD HTML STRICT LEVEL 2//EN"><HEAD><TITLE>Order Form</TITLE></HEAD><BODY> | |
| <FORM method=POST action="mailto:info@PhoneStore.com"> | |
| <P>Name<INPUT type=text name="Name" size=40></P> | |
| <P>Email Address<INPUT type=text name="Email Address" size=30></P> | |
| <P>Phone Number<INPUT type=text name="Phone Number" size=20></P> | |
| <P>Fax Number<INPUT type=text name="Fax Number" size=20></P> | |
| <P>Address<BR><TEXTAREA name="Address" cols=75 rows=5></TEXTAREA></P> | |
| <P>Best Time to Call?/Questions?<BR><TEXTAREA name="Best Time to Call?/Questions?" cols=75 rows=4></TEXTAREA></P> | |
| <P>We are in the process of allowing for total electronic ordering. For now please fill out this form and a representative will call you.</P> | |
| <P></P> | |
| <P><INPUT type=submit value="Submit"><INPUT type=reset value=Reset></P> | |
| </FORM> | |
| <P></P> | |
| <P></P> | |
| </BODY></HTML> |