Home / Contact form for a landing page
Contact form for a landing page
Capture leads from your landing page in minutes. No backend, no database to manage — submissions land in your dashboard and email.
How it works
- Create a free form and copy your endpoint.
- Point your form's
actionat it. - Receive every submission by email, Slack, and your dashboard.
<form action="https://forms.mgm-llc.org/f/YOUR_FORM_ID" method="POST"> <input name="email" type="email"> <textarea name="message"></textarea> <button>Send</button> </form>