Email contact form without PHP

前端 未结 5 1109
轮回少年
轮回少年 2020-12-14 12:33

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

5条回答
  •  無奈伤痛
    2020-12-14 13:05

    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.

提交回复
热议问题