airform

Functional HTML forms for Front-End Developers.

Github stars Tracking Chart

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

<form method="post" action="https://airform.io/your@email.com">
  <input type="text" name="name">
  <textarea name="message"></textarea>
  <button>Send</button>
</form>

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

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Released under MIT License.

Main metrics

Overview
Name With Ownerairform/airform
Primary LanguageTypeScript
Program languageHTML (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2018-04-13 01:22:04
Pushed At2024-06-18 05:22:51
Last Commit At
Release Count2
Last Release Namev0.1.0 (Posted on )
First Release Namev0.0.1 (Posted on 2019-11-18 00:31:07)
用户参与
Stargazers Count469
Watchers Count10
Fork Count29
Commits Count58
Has Issues Enabled
Issues Count24
Issue Open Count18
Pull Requests Count13
Pull Requests Open Count14
Pull Requests Close Count78
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private