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.
- Angular
- AngularJS
- Aurelia
- React
- Vue
- Functional HTML forms for Angular Developers.
Getting Startednpm install angular-airform
You can also install using Yarn.
Usageyarn add angular-airform
import airform from 'angular-airform' <airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </airform>
Quick Tip: The
email
attribute defines the email that will receive the form's collected data when it is submitted. Themethod
attribute ispost
by default. Allinput
,select
,textarea
elements within your form should have aname
attribute. - Functional HTML forms for AngularJS Developers.
Getting Startednpm install ng-airform
You can also install using Yarn.
Usageyarn add ng-airform
import airform from 'ng-airform' <airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </airform>
Quick Tip: The
email
attribute defines the email that will receive the form's collected data when it is submitted. Themethod
attribute ispost
by default. Allinput
,select
,textarea
elements within your form should have aname
attribute. - Functional HTML forms for Aurelia Developers.
Getting Startednpm install aurelia-airform
You can also install using Yarn.
Usageyarn add aurelia-airform
import airform from 'aurelia-airform' <airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </airform>
Quick Tip: The
email
attribute defines the email that will receive the form's collected data when it is submitted. Themethod
attribute ispost
by default. Allinput
,select
,textarea
elements within your form should have aname
attribute. - Functional HTML forms for React Developers.
Getting Startednpm install react-airform
You can also install using Yarn.
Usageyarn add react-airform
import Airform from 'react-airform' <Airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </Airform>
Quick Tip: The
email
attribute defines the email that will receive the form's collected data when it is submitted. Themethod
attribute ispost
by default. Allinput
,select
,textarea
elements within your form should have aname
attribute. - Functional HTML forms for Vue Developers.
Getting Startednpm install vue-airform
You can also install using Yarn.
Usageyarn add vue-airform
import airform from 'vue-airform' <airform email="[email protected]"> <input type="text" name="name"/> <textarea name="message"></textarea> <button>Send</button> </airform>
Quick Tip: The
email
attribute defines the email that will receive the form's collected data when it is submitted. Themethod
attribute ispost
by default. Allinput
,select
,textarea
elements within your form should have aname
attribute.
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.