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

Add contact form #10

Open
jtroe opened this issue Feb 2, 2020 · 1 comment
Open

Add contact form #10

jtroe opened this issue Feb 2, 2020 · 1 comment

Comments

@jtroe
Copy link
Member

jtroe commented Feb 2, 2020

<form action="https://formspree.io/xvoakvpy" method="POST">
  <input type="text" name="name">
  <input type="email" name="_replyto">
  <input type="submit" value="Send">
</form>
@jtroe
Copy link
Member Author

jtroe commented Feb 2, 2020

  action="https://formspree.io/xvoakvpy"
  method="POST"
>
  <label>
    Your email:
    <input type="text" name="_replyto">
  </label>
  <label>
    Your message:
    <textarea name="message"></textarea>
  </label>

  <!-- your other form fields go here -->

  <button type="submit">Send</button>
</form>```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant