RelayForms allows you to manage forms and submissions without any server-side code or JavaScript.
Handle file attachmenets, trigger actions, and filter spam. It's all included.
Nothing to wire up. Just instant data in your dashboard. With RelayForm, any HTML form can instantly accept submissions — no backend code or infrastructure required.
RelayForms only stores what we need to deliver you your form submissions. You can even opt-out of storing your submission data altogether!
Keep getting spam? No worries, RelayForms uses advanced machine learning to filter out spam with an accuracy of over 90%. Additionally, we support Google reCAPTCHA to stop bots from submitting your forms.
RelayForms handles file attachments without any additional setup from your end, securely uploads them to our cloud storage and provides you a convenient link.
Leverage our Zapier and Integromat integrations to unlock amazingly powerful integrations with your favorite apps and services. Or build your own integration with our custom webhooks.
Zapier and Integromat offer more than 2,000 app integrations and enable you to create powerful automations with RelayForms. Why not get a Slack message any time you receive a form submission, for example?
In case you want to integrate with your own system, RelayForms allows you to submit your own custom webhook.
Andrew BiggsCOO, Streamline Cabinets
So simple to setup, it almost appears to be magic.
Start collecting form submissions in 3 simple steps. Create a form and simply copy its url and insert it into your form element. No JavaScript required!
Once you're signed up and logged into RelayForms, you can create a new form.
After you've created a form, you can simply copy its unique form URL.
Finally, just insert the form URL you've copied into your form elements action attribute.
<form action="https://relayforms.com/submit/{your-form-id}" method="POST"> <label> Your email: <input type="email" name="email" /> </label> <label> Your name: <input type="text" name="name" /> </label> <button type="submit">Send</button> </form>
Can't find the answers you are looking for? Check out our help centre.