Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airform/airform
Functional HTML forms for Front-End Developers.
https://github.com/airform/airform
airform forms hacktoberfest html-forms mailchimp mailer mailgun sendgrid sendmail serverless smtp
Last synced: 14 days ago
JSON representation
Functional HTML forms for Front-End Developers.
- Host: GitHub
- URL: https://github.com/airform/airform
- Owner: airform
- License: mit
- Created: 2018-04-13T01:22:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:29:45.000Z (6 months ago)
- Last Synced: 2024-05-23T06:42:10.803Z (6 months ago)
- Topics: airform, forms, hacktoberfest, html-forms, mailchimp, mailer, mailgun, sendgrid, sendmail, serverless, smtp
- Language: TypeScript
- Homepage: https://airform.io
- Size: 2.91 MB
- Stars: 444
- Watchers: 10
- Forks: 28
- Open Issues: 29
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- Funding: .github/funding.yml
- License: license
- Code of conduct: .github/code_of_conduct.md
Awesome Lists containing this project
- awesome-starred - airform/airform - Functional HTML forms for Front-End Developers. (serverless)
README
> Functional HTML forms for Front-End Developers.
## 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.
## Usage
```html
Send```
**Quick Tip:** 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 (should be "post"). All `input`, `select`, `textarea` elements within your form should have a `name` attribute.
## Features
- No Server Management
- Automated High Availability
- Zero-Configuration
- Safe Ship Mode
- Unlimited Form Submissions
- Cross-Platform Support
- More Productivity
- Web Standards
- Open Source## Packages
- [Angular Component](https://github.com/airform/airform/tree/master/packages/angular-airform)
- [AngularJS Component](https://github.com/airform/airform/tree/master/packages/ng-airform)
- [Aurelia Component](https://github.com/airform/airform/tree/master/packages/aurelia-airform)
- [React Component](https://github.com/airform/airform/tree/master/packages/react-airform)
- [Vue Component](https://github.com/airform/airform/tree/master/packages/vue-airform)## Contributing
Want to contribute? Follow these [recommendations](https://github.com/airform/airform/contribute).
## License
Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Released under [MIT License](https://cjpatoilo.com/license).