airform

Functional HTML forms for Front-End Developers.

Github星跟踪图

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.

主要指标

概览
名称与所有者airform/airform
主编程语言TypeScript
编程语言HTML (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2018-04-13 01:22:04
推送于2024-06-18 05:22:51
最后一次提交
发布数2
最新版本名称v0.1.0 (发布于 )
第一版名称v0.0.1 (发布于 2019-11-18 00:31:07)
用户参与
星数469
关注者数10
派生数29
提交数58
已启用问题?
问题数24
打开的问题数18
拉请求数13
打开的拉请求数14
关闭的拉请求数78
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?