Jump to content

static website forms


irishgeoff

Recommended Posts

Would like to suggest that if you are building a static website using Hugo or Jekyll  that you use a good forms backend for static website forms like [link removed]


<form action="https://[link removed]/f/{form-id}" method="post">
 <label for="email">Your Email</label>
 <input name="email" type="email">
 <button type="submit">Submit</button> 
</form>

Edited by Ingolme
removed links
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...