eslint-config-airform
v0.0.0
Published
ESLint shareable config for Airform.
Downloads
4
Maintainers
Readme
Functional HTML forms. Keeping it plane and simple.
Why it's awesome
What if you could use a service that gives you full control over the form, yet doesn’t require you to use anything on your server? Airform gives you the ability to create functional HTML forms without thinking about servers.
Features
- No server management.
- Flexible scaling.
- Automated high availabilty.
- Integrated security model.
- Unlimited form submissions.
- Orchestrate multiple forms.
- Invisible emails.
- Open source.
Usage
<form action="https://airform.io/[email protected]" method="post">
<input type="text" name="name">
<input type="email" name="_replyto">
<textarea name="message"></textarea>
<button>Send</button>
</form>
Note: The action
attribute defines the location (URL) where the form's collected data should be sent when it is submitted.
The method
attribute defines which HTTP method to send the data with (it can be "get" or "post").
Contributing
Want to contribute? Follow these recommendations.
License
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.