1.0.4 • Published 2 years ago

react-lead-form-widget v1.0.4

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

Lead form widget for React JS

npm

First you need to create an account with Boontar TV

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

NameTypeDefaultDescription
getIdnumber1Lead 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