eslint-config-airform

0.0.0 • Public • Published

Airform - Functional HTML forms. Keeping it plane and simple.

Functional HTML forms. Keeping it plane and simple.

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.

Features

  • No server management.
  • Flexible scaling.
  • Automated high availabilty.
  • Integrated security model.
  • Unlimited form submissions.
  • Orchestrate multiple forms.
  • Invisible emails.
  • Open source.

Usage

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

Note: 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 (it can be "get" or "post").

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Licensed under the MIT License.

Package Sidebar

Install

npm i eslint-config-airform

Weekly Downloads

1

Version

0.0.0

License

MIT

Unpacked Size

8.39 kB

Total Files

4

Last publish

Collaborators

  • cjpatoilo