- Notifications
You must be signed in to change notification settings - Fork27
Functional HTML forms for Front-End Developers.
License
airform/airform
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Functional HTML forms for Front-End Developers.
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.
<formmethod="post"action="https://airform.io/your@email.com"><inputtype="text"name="name"><textareaname="message"></textarea><button>Send</button></form>
Quick Tip: Theaction
attribute defines the location URL where the form's collected data should be sent when it is submitted. Themethod
attribute defines which HTTP method to send the data with (should be "post"). Allinput
,select
,textarea
elements within your form should have aname
attribute.
- No Server Management
- Automated High Availability
- Zero-Configuration
- Safe Ship Mode
- Unlimited Form Submissions
- Cross-Platform Support
- More Productivity
- Web Standards
- Open Source
Want to contribute? Follow theserecommendations.
Designed with ♥ byCJ Patoilo. Released underMIT License.
About
Functional HTML forms for Front-End Developers.