견적요청
<form name="contactform" action="send.php" enctype="multipart/form-data" method="post">
<table align="center" class="__se_tbl_ext">
<tbody>
<tr>
<th scope="row">
<label for="sort"><span style="font-size: 10pt;">문의종류</span></label></th>
<td colspan="3">
<select name="sort" style="height: 30px;">
<option value="quote">견적요청</option>
<option value="typo">오류신고</option>
<option value="etc">기타문의</option>
</select>
</td></tr>
<tr>
<th scope="row">
<label for="first_name"><span style="font-size: 10pt;">이름</span></label></th>
<td width="90%">
<input name="first_name" class="ipt" style="height: 30px;" required="" type="text" size="100" maxlength="50">
</td>
</tr>
<tr>
<th scope="row">
<label for="email"><span style="font-size: 10pt;">이메일 주소</span></label></th>
<td>
<input name="email" class="ipt" style="height: 30px;" required="" type="text" size="100" maxlength="80">
</td>
</tr>
<tr>
<th scope="row">
<label for="telephone"><span style="font-size: 10pt;">연락처</span></label></th>
<td>
<input name="telephone" class="ipt" style="height: 30px;" required="" type="text" size="100" maxlength="30">
</td>
</tr>
<tr bgcolor="white">
<th scope="row">
<label for="userfile"><span style="font-size: 10pt;">파일첨부</span></label></th>
<td><input name="userfile1" class="ipt" style="height: 30px;" type="file" size="100" value="파일첨부">
</td>
</tr>
<tr>
<th scope="row">
<label for="comments"><span style="font-size: 10pt;">문의내용</span></label></th>
<td height="170" valign="bottom">
<textarea name="comments" style="width: 95%;" required="" rows="18" cols="150"></textarea></td>
</tr>
<tr>
<td height="40" style="text-align: center;" colspan="2">
<input class="btn_submit" type="submit" value="전송하기">
<input name="재설정" class="btn_submit" type="reset" value="다시작성"></td>
</tr>
</tbody></table>
</form>