이메일 요청서 질문 드립니다. 정보
이메일 요청서 질문 드립니다.본문
제가 회사에서 사용하려고 이메일 요청서를 만들고 있습니다.
요청 폼을 구해서 글씨 수정했는데 기능추가가 어려워서 문의 드립니다.
제가 하고 싶은 기능은 제가 이와 같은 내용을 이메일로 보내면 받은사람이
텍스트 입력후에 보내기누르면 개인 메일로 입력한 내용이 들어오게 하려고 합니다.
이와같은 내용의 스킨을 찾을수 없어서혹시나 가능할까 해서 글 올립니다.
소스 확인해주시고 어떻게 해야 쫗을지 답변 부탁드립니다.
욕심이지만 만들어 주시면 더 감사하겠습니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>무제 문서</title>
</head>
<body><form action="../Documents/무제 사이트 6/cithanks.asp" method="post">
<table width="480" border="0" cellspacing="3" cellpadding="3">
<tr>
<td colspan="2" class="more4"><strong>Custom Reagent Reservoirs Request Form</strong></td>
</tr>
<tr>
<td width="175" class="formright"><strong>소 속(한글)</strong></td>
<td width="254"><label for="Name"></label>
<span id="sprytextfield1">
<input type="text" name="Name" id="Name" />
<span class="textfieldRequiredMsg"><br />
</span></span></td>
</tr>
<tr>
<td class="formright"><strong>소 속(영문)</strong></td>
<td><label for="Email"></label>
<span id="sprytextfield2">
<input type="text" name="Email" id="Email" />
<span class="textfieldRequiredMsg"><br />
</span></span></td>
</tr>
<tr>
<td class="formright"><strong>책임자 (한글)</strong></td>
<td><label for="Phone"></label>
<span id="sprytextfield3">
<input type="text" name="Phone" id="Phone" />
<span class="textfieldRequiredMsg"><br />
</span></span></td>
</tr>
<tr>
<td class="formright"><strong>참석자 (한글)</strong></td>
<td><label for="Company"></label>
<input type="text" name="Company" id="Company" /></td>
</tr>
<tr>
<td class="formright"><strong>참석자 (영문)</strong></td>
<td><label for="Title"></label>
<input type="text" name="Title" id="Title" /></td>
</tr>
<tr>
<td class="formright"><strong>참석자 직위</strong></td>
<td><label for="TargetCompletionDate"></label>
<input type="text" name="TargetCompletionDate" id="TargetCompletionDate" /></td>
</tr>
<tr>
<td class="formright"><strong>참석자 이메일</strong></td>
<td><label for="TargetBudget"></label>
<input type="text" name="TargetBudget" id="TargetBudget" /></td>
</tr>
<tr>
<td class="formright"><strong>참석자 연락처</strong></td>
<td><label for="TargetBudget"></label>
<input type="text" name="TargetBudget" id="TargetBudget" /></td>
</tr>
<tr>
<td class="formright"><strong>메모 </strong></td>
<td><label for="Description"></label>
<textarea name="Description" cols="35" rows="5" id="Description"></textarea></td>
</tr>
<tr>
<td class="formright"><strong>연락받을 연락처</strong><br /></td>
<td class="tightlist"><label for="ContactMethod"><span id="spryradio1">
<input type="radio" name="ContactMethod" value="Phone" id="ContactMethod" />
Phone<br />
<input type="radio" name="ContactMethod" value="Email" id="ContactMethod" />
Email<br />
</span></label></td>
</tr>
<tr>
<td align="right"><input type="submit" name="Submit" id="Submit" value="보내기" /></td>
<td> </td>
</tr>
</table>
</form>
<script type="text/javascript">
var spryradio1 = new Spry.Widget.ValidationRadio("spryradio1", {isRequired:false});
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "email");
var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3");
</script>
</body>
</html>
부탁드립니다
요청 폼을 구해서 글씨 수정했는데 기능추가가 어려워서 문의 드립니다.
제가 하고 싶은 기능은 제가 이와 같은 내용을 이메일로 보내면 받은사람이
텍스트 입력후에 보내기누르면 개인 메일로 입력한 내용이 들어오게 하려고 합니다.
이와같은 내용의 스킨을 찾을수 없어서혹시나 가능할까 해서 글 올립니다.
소스 확인해주시고 어떻게 해야 쫗을지 답변 부탁드립니다.
욕심이지만 만들어 주시면 더 감사하겠습니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>무제 문서</title>
</head>
<body><form action="../Documents/무제 사이트 6/cithanks.asp" method="post">
<table width="480" border="0" cellspacing="3" cellpadding="3">
<tr>
<td colspan="2" class="more4"><strong>Custom Reagent Reservoirs Request Form</strong></td>
</tr>
<tr>
<td width="175" class="formright"><strong>소 속(한글)</strong></td>
<td width="254"><label for="Name"></label>
<span id="sprytextfield1">
<input type="text" name="Name" id="Name" />
<span class="textfieldRequiredMsg"><br />
</span></span></td>
</tr>
<tr>
<td class="formright"><strong>소 속(영문)</strong></td>
<td><label for="Email"></label>
<span id="sprytextfield2">
<input type="text" name="Email" id="Email" />
<span class="textfieldRequiredMsg"><br />
</span></span></td>
</tr>
<tr>
<td class="formright"><strong>책임자 (한글)</strong></td>
<td><label for="Phone"></label>
<span id="sprytextfield3">
<input type="text" name="Phone" id="Phone" />
<span class="textfieldRequiredMsg"><br />
</span></span></td>
</tr>
<tr>
<td class="formright"><strong>참석자 (한글)</strong></td>
<td><label for="Company"></label>
<input type="text" name="Company" id="Company" /></td>
</tr>
<tr>
<td class="formright"><strong>참석자 (영문)</strong></td>
<td><label for="Title"></label>
<input type="text" name="Title" id="Title" /></td>
</tr>
<tr>
<td class="formright"><strong>참석자 직위</strong></td>
<td><label for="TargetCompletionDate"></label>
<input type="text" name="TargetCompletionDate" id="TargetCompletionDate" /></td>
</tr>
<tr>
<td class="formright"><strong>참석자 이메일</strong></td>
<td><label for="TargetBudget"></label>
<input type="text" name="TargetBudget" id="TargetBudget" /></td>
</tr>
<tr>
<td class="formright"><strong>참석자 연락처</strong></td>
<td><label for="TargetBudget"></label>
<input type="text" name="TargetBudget" id="TargetBudget" /></td>
</tr>
<tr>
<td class="formright"><strong>메모 </strong></td>
<td><label for="Description"></label>
<textarea name="Description" cols="35" rows="5" id="Description"></textarea></td>
</tr>
<tr>
<td class="formright"><strong>연락받을 연락처</strong><br /></td>
<td class="tightlist"><label for="ContactMethod"><span id="spryradio1">
<input type="radio" name="ContactMethod" value="Phone" id="ContactMethod" />
Phone<br />
<input type="radio" name="ContactMethod" value="Email" id="ContactMethod" />
Email<br />
</span></label></td>
</tr>
<tr>
<td align="right"><input type="submit" name="Submit" id="Submit" value="보내기" /></td>
<td> </td>
</tr>
</table>
</form>
<script type="text/javascript">
var spryradio1 = new Spry.Widget.ValidationRadio("spryradio1", {isRequired:false});
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "email");
var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3");
</script>
</body>
</html>
부탁드립니다
댓글 전체
폼메일이라고 공개소스 많이 나와있습니다 그거 소스보고 수정하심됩니다