Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding formspree.io functionality #1

Merged
merged 2 commits into from Dec 6, 2016

Conversation

joshmccall221
Copy link

Email form with formspree.io

Demo

Working on gh-pages (note: emails will go to me): https://joshmccall221.github.io/applecreek-main/

Write Up

link: http://joshuamccall.com/articles/formspree.html

Step 1:

  • Update form to use formspree.io form
<form action="https://formspree.io/your@email.com"
      method="POST">
    <input type="text" name="name">
    <input type="email" name="_replyto">
    <input type="submit" value="Send">
</form>

Step 2 :

  • Run and test locally
gem install jekyll bundler
bundle install
jekyll serve 
# Server address: http://127.0.0.1:4000/

Step 3 :

  • Confirm email

Step 4 :

  • Deploy
git commit -am "adding formspree.io emailing"
checkout -b gh-pages
git push

@joshmccall221 joshmccall221 added this to the Awesome milestone Dec 6, 2016
@howkj1 howkj1 merged commit d2af2bb into AppleCreekIowa:master Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants