The project isn't active anymore.
A very easy tool for functional HTML forms. Just send your form to our URL and we'll forward it to your email address. No PHP, Javascript or sign up required. Perfect for static websites!
Change your form's action-attribute to this and replace your@email.com with your own email address.
Ensure all <input>, <select> and <textarea> elements inside your form have a name attribute, otherwise, you will not receive the data filled in these fields.
Go to your website and submit the form once. This will send you an email asking you to confirm your email address.
From now on, when someone submits that form, we'll forward you the data as an email.
Form inputs can have specially hidden name-attributes, which alter functionality. They are all prefixed with an underscore.
You can use this field for naming your forms. In this case, you will receive an email with additional text at the top: `Someone just submitted a response to Contact Form`.
This value is used for the email's Reply-To field. This way you can directly "Reply" to the email to respond to the person who originally submitted the form.
By default, after submitting a form the user is shown the Ossonia Forms "Thank You" page. You can provide an alternative URL for that page.
This value is used for the email's subject so that you can quickly reply to submissions without having to edit the subject line each time.
This value is used for the email's CC Field. This lets you send a copy of each submission to another email address.
This value is used for the email's footer text.
This value is used for the email's sender name.