<!-- Contact Form -->
<form id="contact-form" method="post" action="https://www.formspree.io/tcffo.volunteers@gmail.com">
<div>
<input type="text" name="Name:" id="name" placeholder="Name">
<br>
<input type="email" name="Email:" id="email" placeholder="Email Address" />
<br>
<div><textarea name="Message:" id="help" placeholder="Message"></textarea></div>
<br>
<input type="submit" value="Send">
<input type="hidden" name="_next" value="//tcffo.github.io" />
</div>
</form>
代码在这里。
答案 0 :(得分:0)
您在那里使用了错误的Formspree网址。它应该是override func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath?
{
self.selected = (indexPath as NSIndexPath).row
return indexPath
}
,没有https://formspree.io/
,这就是原因。