使用Formspree将表单添加到网站

时间:2019-08-10 08:29:22

标签: javascript html css server web-development-server

所以我刚刚找到了一种无需使用服务器端语言即Formspree即可将表单添加到静态网站的方法,但是我只是编写了代码并完成了html和CSS,但是在运行代码时尝试提交我收到this消息的表格。

这是我的代码:

 suggest a book to upload : 
  <form action="https://formspree.io/MyEMAIL@gmail.com" method="POST">
  <input type="text" name="suggestion" class = "sug-box" placeholder = "Your suggestion"><br>
  <input type="email" name="_replyto" class="sug-box" placeholder = "Your E-mail">
  <input type="submit" value="Send" class = "send-box"><i class="fa fa-send-o"></i>
</form>

有人知道怎么了吗?

0 个答案:

没有答案