2017-08-02 71 views
-1

enter image description here爲什麼我在我的Github頁面網站http://volunteer.tcffo.org/#cta上使用Formspree與SSL握手525發生錯誤?

   <!-- Contact Form --> 
       <form id="contact-form" method="post" action="https://www.formspree.io/[email protected]"> 
        <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

+0

不是Stack Overflow如何工作。在這個問題本身中,代碼屬於正確的格式爲代碼的文本。您還需要編寫一個適當的問題,清楚地解釋您遇到的問題,並要求提供與您發佈的代碼相關的**明確的具體問題**。見[問]和[mcve]。 –

回答

0

您使用了錯誤的URL Formspree那裏。它應該https://formspree.io/,沒有www.,這就是爲什麼。

相關問題