I\'d like to use a contact form for a website I\'m creating, but PHP is not an option since the client doesn\'t wish to use it. Is there a clever way to work around this som
Check out formspree.
https://github.com/asm-products/formspree
For action you simply put:
After verifying your email after the first send this will email you the contents of the form. One thing to keep in mind is that this will take the input names. If you do not include input names it won't send you that form field.