digitalcraftsman / hugo-agency-theme

Port of Startbootstrap's Agency theme to Hugo
http://themes.gohugo.io/theme/agency/
Apache License 2.0
160 stars 137 forks source link

contact form give a 400 js error #113

Closed polya20 closed 6 years ago

polya20 commented 6 years ago

jquery.min.js:4 POST http://formspree.io/hello@abundanceai.com 400 (BAD REQUEST)

stp-ip commented 6 years ago

Hard to debug, without more information. Any link to your site or code? Any additional info?

polya20 commented 6 years ago

http://www.abundanceai.com/

stp-ip commented 6 years ago

As far as I can see you changed the agency.js code to not use json on the cross origin request, which leads to a cross origin error 405. The above error 400 (BAD REQUEST) didn't come up at all.

polya20 commented 6 years ago

you are right michael. I was getting the 400 error yesterday night. I will try and fix the 405 error