Skip to content
forked from airform/airform

Functional HTML forms for Front-End Developers.

License

Notifications You must be signed in to change notification settings

WalidRH/airform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airform - Functional HTML forms for Front-End Developers.

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.

About

Functional HTML forms for Front-End Developers.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.6%
  • HTML 15.3%
  • JavaScript 1.1%