Line | |
---|
1 | <form> |
---|
2 | <table class="contact_form"> |
---|
3 | <caption>Contact Us</caption> |
---|
4 | <tbody> |
---|
5 | <tr> |
---|
6 | <th>Your name:</th> |
---|
7 | <td><input type="text" name="Name" value="" /></td> |
---|
8 | </tr> |
---|
9 | <tr> |
---|
10 | <th>Your email:</th> |
---|
11 | <td><input type="text" name="Email" value="" /></td> |
---|
12 | </tr> |
---|
13 | <tr> |
---|
14 | <th>Message Subject:</th> |
---|
15 | <td><input type="text" name="Subject" value="" /></td> |
---|
16 | </tr> |
---|
17 | <tr> |
---|
18 | <th>What are your hobbies?</th> |
---|
19 | <td> |
---|
20 | <input type="checkbox" value="Marbles" name="Hobbies[]" /> Marbles <br /> |
---|
21 | <input type="checkbox" value="Conkers" name="Hobbies[]" /> Conkers <br /> |
---|
22 | <input type="checkbox" value="Jacks" name="Hobbies[]" /> Jacks |
---|
23 | </td> |
---|
24 | </tr> |
---|
25 | <tr> |
---|
26 | <th>Message Body:</th> |
---|
27 | </tr> |
---|
28 | <tr> |
---|
29 | <td colspan="2"> |
---|
30 | <textarea name="Message"> </textarea> |
---|
31 | </td> |
---|
32 | </tr> |
---|
33 | </tbody> |
---|
34 | </table> |
---|
35 | <input type="submit" value="Send" /> <input type="reset" value="Reset" /> |
---|
36 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.