0.1.1 • Published 7 years ago

formbot v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Formbot

Formbot

Formbot alerts you when your visitors submit your contact form.

  • Get notified by email and in your team's Slack channel
  • Create forms without a backend server
  • Built-in spam prevention
  • Great for contact forms, quote requests, and more
  • Just $9/mo for unlimited use

For more information and to sign up for a free trial, visit https://formbotapp.com

Install

npm

$ npm install formbot --save

yarn

$ yarn add formbot

Usage

Sign up for Formbot

Start your free Formbot trial at https://formbotapp.com.

Configure your domains

Configure your CORS domain setting with your website's domain(s) on the Formbot settings page:

CORS settings

Post forms

Post forms using JavaScript:

// ES5
var Formbot = require('formbot');

// ES6
import Formbot from 'formbot';

Formbot.config('FORMBOT_API_KEY');

Formbot.submit({
    email: "yourcustomer@example.com",
    message: "I just visited your website and now I want to talk to you!"
});
0.1.1

7 years ago

0.1.0

7 years ago