我在表单中使用nms's FormMail script,如下所示:
<form method=POST action="/cgi-bin/FormMail.pl">
<input type=hidden name="recipient" value="mail@hotmail.com">
<input type=hidden name="subject" value="subject">
<input type=hidden name="redirect" value="-">
<p>First Name:<input type="text" name="FirstName" /></p>
<p>Last Name:<input type="text" name="LastName" /></p>
<p>E-Mail:<input type="text" name="email" /></p>
</label>
<input id="checkbox1" type="checkbox"><label for="checkbox1">Printing
</label>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Web Development
</label>
</form>我收到带有名字和姓氏的邮件,但其中不包含任何有关电子邮件输入或复选框的信息。
这有什么问题呢?
发布于 2015-01-05 19:14:06
nms formmail程序处理所有类型的HTML表单输入都没有问题。如果您需要有关此问题的更多帮助,请随时使用我们的支持电子邮件地址- nms-cgi- support @lists.sf.net与项目联系。
https://stackoverflow.com/questions/27773187
复制相似问题