Wordpress Plugin


Download Plugin

Plugin Installation

The plugin can be installed through the wordpress admin screen using the downloaded plugin zip file

  1. Navigate to Plugins > Add New.
  2. Click the Upload Plugin button at the top of the screen.
  3. Select the zip file from your local filesystem.
  4. Click the Install Now button.
  5. When installation is complete, you’ll see “Plugin installed successfully.” Click the Activate Plugin button at the bottom of the page.

Adding the Form

  1. Get the Form token
    1. Login to bforms account
    2. Navigate to Forms > View Forms
    3. Click on the required form to be added
    4. Click the Copy Token Button
  2. Add the shortcode wherever in the wordpress page you want the form to be displayed
    • [b_form token="abcdefg"], where abcdefg is the form token

Displaying the Form submission data

  1. Get the Form token
    1. Login to bforms account
    2. Navigate to Forms > View Forms
    3. Click on the required form to be added
    4. Click the Copy Token Button
  2. Add the shortcode wherever in the wordpress page you want the data to be displayed
    • [b_form_data token="abcdefg"], where abcdefg is the form token