googlearchive / built-with-polymer

Showcase of web apps and websites using Polymer
http://builtwithpolymer.org
127 stars 27 forks source link

Unable to submit form #19

Open ghost opened 8 years ago

ghost commented 8 years ago

Submitting a website does not work.

Url: https://builtwithpolymer.org/submit/

Error:

Unable to submit form Make sure you open this page through a web server, Formspree will not work in pages browsed as HTML files. Also make sure that you're posting to https://formspree.io/builtwithpolymer-submissions@googlegroups.com.

For geeks: could not find the "Referrer" header.

micku7zu commented 8 years ago

:+1:, same error :disappointed:

SarahMarieDev commented 7 years ago

I'm having the same error as well.

amuganda commented 7 years ago

Inserting the below inside my HTML head tag seemed to work for me;

<meta name="referrer" content="origin">

whyayengee commented 7 years ago

I had the same issue, but adding the 's' to the 'https://' in the action- attribute fixed it for me!

cjturpwahii commented 6 years ago

Adding the s to the http:// didn't help at all. Still the same error

Fan-Gong commented 6 years ago

@amuganda Thanks, man. You perfectly solved my problem!