You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing problem with setting up the contact form. I have put the {% include site-form.html %} in the page and the form is there. But the problem is the when I try to use the contact form, it goes to Formspree site with my email at the URL.
Apparently Formspree has moved to new method. Any idea how to resolve this?
Also, the setup method should be mention in the README file.
Hey @fakirlalon, that's indeed correct! That pull request is for sorting out this very issue. Formspree is sunsetting this feature and I need to update the theme to work with the new implementation. @ManuelFte did start a good contribution, however I assume they've been caught up with other things too. When I find the time I can hopefully get the pull request across the finish line!
Hi! I see this Issue has been up for a while. I'm using the theme (thanks!) and I was able to set up a Formspree form quite easily following the instructions here: https://formspree.io/guides/jekyll/ . Testing the form seems to work fine so far with no public exposure of the destination email address.
I did the following:
create formspree account and create a form
add the contact-form.html (containing the form HTML with the correct Formspree URL to my form) to my _includes folder
add the liquid code {% include contact-form.html %} to contact.md in my main repository
Summary
I am facing problem with setting up the contact form. I have put the {% include site-form.html %} in the page and the form is there. But the problem is the when I try to use the contact form, it goes to Formspree site with my email at the URL.
Apparently Formspree has moved to new method. Any idea how to resolve this?
Also, the setup method should be mention in the README file.
Probably this is related to 155
The text was updated successfully, but these errors were encountered: