Quick Tip: Theactionattribute defines the location URL where the form's collected data should be sent when it is submitted. Themethodattribute defines which HTTP method to send the data with (should be "post"). Allinput,select,textareaelements within your form should have anameattribute.
- Angular
- AngularJS
- Aurelia
- React
- Vue
- Functional HTML forms for Angular Developers.
Getting Startednpm install angular-airformYou can also install using Yarn.
Usageyarn add angular-airformimport airform from 'angular-airform' <airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </airform>Quick Tip: The
emailattribute defines the email that will receive the form's collected data when it is submitted. Themethodattribute ispostby default. Allinput,select,textareaelements within your form should have anameattribute. - Functional HTML forms for AngularJS Developers.
Getting Startednpm install ng-airformYou can also install using Yarn.
Usageyarn add ng-airformimport airform from 'ng-airform' <airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </airform>Quick Tip: The
emailattribute defines the email that will receive the form's collected data when it is submitted. Themethodattribute ispostby default. Allinput,select,textareaelements within your form should have anameattribute. - Functional HTML forms for Aurelia Developers.
Getting Startednpm install aurelia-airformYou can also install using Yarn.
Usageyarn add aurelia-airformimport airform from 'aurelia-airform' <airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </airform>Quick Tip: The
emailattribute defines the email that will receive the form's collected data when it is submitted. Themethodattribute ispostby default. Allinput,select,textareaelements within your form should have anameattribute. - Functional HTML forms for React Developers.
Getting Startednpm install react-airformYou can also install using Yarn.
Usageyarn add react-airformimport Airform from 'react-airform' <Airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </Airform>Quick Tip: The
emailattribute defines the email that will receive the form's collected data when it is submitted. Themethodattribute ispostby default. Allinput,select,textareaelements within your form should have anameattribute. - Functional HTML forms for Vue Developers.
Getting Startednpm install vue-airformYou can also install using Yarn.
Usageyarn add vue-airformimport airform from 'vue-airform' <airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </airform>Quick Tip: The
emailattribute defines the email that will receive the form's collected data when it is submitted. Themethodattribute ispostby default. Allinput,select,textareaelements within your form should have anameattribute.
No Server Management
There is no need to maintain any servers. There is no software or runtime to install, provision, or administer.
Safe Ship Mode
Airform sends your encrypted HTML form data using the quality of the best security services. Protecting your information is extremely important to us.
More Productivity
Airform provides a fast and smart implementation to submit your HTML form. Focus on what you want to do, not how.
Automated High Availability
Serverless apps have built-in availability and fault tolerance. You don't need to architect for these capabilities since the services running the app provide them by default.
Unlimited Form Submissions
For now, Airform provides unlimited form submissions for free. Support Airform right now!
Web Standards
HTML forms only and nothing else. Build apps with standardized web technologies that will work for decades.
Zero-Configuration
Airform turns complex HTML forms into simple calls. Break free of Back-End languages.
Cross-Platform Support
Create functional HTML forms on iOS, Android, Electron, React Native, Ionic, and Progressive Web Apps.
Open Source
Airform is open source (MIT) and maintained by the community on GitHub. Help us keep this project open and inclusive.