为什么我在Github页面网站http://volunteer.tcffo.org/#cta上使用Formspree进行SSL握手525时出错?

时间:2017-08-02 00:27:41

标签: forms email github github-pages

enter image description here

                <!-- 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>

代码在这里。

https://github.com/tcffo/tcffo.github.io

1 个答案:

答案 0 :(得分:0)

您在那里使用了错误的Formspree网址。它应该是override func tableView(_ tableView: UITableView, willSelectRowAt indexPath: IndexPath) -> IndexPath? { self.selected = (indexPath as NSIndexPath).row return indexPath } ,没有https://formspree.io/,这就是原因。