OLD | NEW |
---|---|
(Empty) | |
1 data:text/html;charset=utf-8,<form action="http://www.google.com/" method="POST" ><label for="firstname">First name:</label> <input type="text" id="firstname"/>< br /><label for="lastname">Last name:</label> <input type="text" id="lastname" / ><br /><label for="company">Company Name:</label> <input type="text" id="company " /><br /><label for="address1">Address line 1:</label> <input type="text" id="a ddress1" /><br /><label for="address2">Address line 2:</label> <input type="text " id="address2" /><br /><label for="city">City:</label> <input type="text" id="c ity" /><br /><label for="zip">Zip Code:</label> <input type="text" id="zip" /><b r /><label for="state">State:</label> <input type="text" id="state" /><br /><lab el for="email">Email:</label> <input type="text" id="email" /><br /><label for=" phone">Phone Number:</label> <input type="text" id="phone" /><br /><label for="f ax">Fax Number:</label> <input type="text" id="fax" /><br /></form> | |
dhollowa
2010/12/13 22:11:30
This first line should be removed. (Along with th
vivianz
2010/12/14 22:25:14
On 2010/12/13 22:11:30, dhollowa wrote:
Done.
| |
2 NAME_FIRST | |
3 NAME_LAST | |
4 COMPANY_NAME | |
5 ADDRESS_HOME_LINE1 | |
6 ADDRESS_HOME_LINE2 | |
7 ADDRESS_HOME_CITY | |
8 ADDRESS_HOME_ZIP | |
9 ADDRESS_HOME_STATE | |
10 EMAIL_ADDRESS | |
11 PHONE_HOME_WHOLE_NUMBER | |
12 PHONE_FAX_WHOLE_NUMBER | |
OLD | NEW |