Framer
Use a Formy endpoint with Framer forms or an embedded HTML form.
In Framer, select your form and set the submit action to send to a custom endpoint with your Formy URL — or drop in an Embed component with a plain HTML form for full control:
Embed component
<form action="https://useformy.net/f/your-form" method="POST"> <input type="email" name="email" placeholder="Email" required /> <textarea name="message" placeholder="How can we help?"></textarea> <button type="submit">Send</button> </form>
Set a success redirect URL in your form's Settings to send visitors to a thank-you page after submitting.