Jack's Formmail.php
Out of context: Reply #8
- Started
- Last post
- 18 Responses
- hubb7designs0
<form name="info" method="POST" onsubmit="return checkShort()" action="../formmail_test.php" enctype="multipart/form-data">
<div class="formnoreq">First Name:</div><div class="datafield"><input name="fname" type="text" class="textfield" size="60" id="fname"></div>
<div class="formnoreq">
Last Name:</div><div class="datafield"><input name="lname" type="text" class="textfield" size="60" id="lname"></div>
<div class="formnoreq">
Email:</div><div class="datafield"><input name="email" type="text" class="textfield" size="60" id="email"></div>
<div class="formnoreq">Cell Number:</div><div class="datafield"><input name="phone" type="text" class="textfield" size="60" id="phone"></div>
<div class="formnoreq">
City of Residence:</div><div class="datafield"><input name="city" type="text" class="textfield" size="60" id="city"></div>
<div class="formnoreq">
Applying for :</div><div class="datafield">
<label>
<input name="applyfor" type="radio" id="applyfor" value="photographer" checked="CHECKED">
Photographer</label> <label>
<input name="applyfor" type="radio" id="applyfor" value="athlete">
Athlete</label></div>
<div class="formnoreq">
Why you should be considered for the contest: (150 words or less)</div><div class="datafield"><textarea name="comments" cols="60" rows="5" id="comments"></textarea></div>
<div class="formnoreq">
Photo 1:</div><div class="datafield"><input name="attachment1" type="file" size="50" id="attachment1"></div>
<div class="formnoreq">
Photo 2:</div><div class="datafield"><input name="attachment2" type="file" size="50" id="attachment2"></div>
<div class="formnoreq">
Photo 3:</div><div class="datafield"><input name="attachment3" type="file" size="50" id="attachment3"></div>
<div class="formnoreq">
<input type="submit" value="Send" name="submit" onClick="return checkShort();"><input type="reset" value="Reset" name="reset"></div>
</form>