react-lead-form-widget

1.0.4 • Public • Published

Lead form widget for React JS

npm

First you need to create an account with Boontar TV

Sublime's custom image

Features

  • Forms are created without code at Boontar TV
  • Install the widget and start collecting requests, ratings, reviews
  • Admin panel for viewing incoming requests Boontar TV
  • Export requests
  • Embedded analytics
  • Integration Google Analytics

Admin panel

List of incoming requests in the admin panel Boontar TV

Boontar TV - Lead Form Builder

Getting Started

To install the module, run the following in the command line:

npm i react-lead-form-widget --save

Use within your application with the following line of JavaScript:

const ReactLeadFormWidget = require('react-lead-form-widget');

or

import ReactLeadFormWidget from 'react-lead-form-widget'

Available props

Name Type Default Description
getId number 1 Lead form unique ID at Boontar TV

Example

import React, { Component } from "react";
import ReactLeadFormWidget from 'react-lead-form-widget'

class HelloWorld extends Component {
    render() {
        return(<ReactLeadFormWidget getId={1} />)
    }
}

This module is a plug-in widget, the appearance of which can only be edited in your personal account Boontar TV. To be able to change the form at your discretion, we recommend using https://github.com/boontar-ltd/react-lead-form

Package Sidebar

Install

npm i react-lead-form-widget

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

6.41 kB

Total Files

7

Last publish

Collaborators

  • syysbiir
  • boontar