DEV Community

irishgeoff9
irishgeoff9

Posted on

send form to email

When you create your next website just remember you don't have to program every feature you need.

If you want a quick way to get your HTML contact form submissions.

With just a few lines of HTML code. You can create a contact form for your website , that will send the form data to an email.

<form action="https://fabform.io/f/{form-id}" method="post">
 <label for="email">Your Email</label>
 <input name="email" type="email">
 <button type="submit">Submit</button> 
</form>

Enter fullscreen mode Exit fullscreen mode

You just need to create a free account on the [static website forms] backend fabform.io

Read more about it here.

[Here is how to send form to email

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

Best practices for optimal infrastructure performance with Magento

Running a Magento store? Struggling with performance bottlenecks? Join us and get actionable insights and real-world strategies to keep your store fast and reliable.

Tune in to the full event

DEV is partnering to bring live events to the community. Join us or dismiss this billboard if you're not interested. ❤️