Wordpress Plugin
Download Plugin
Plugin Installation
The plugin can be installed through the wordpress admin screen using the downloaded plugin zip file
- Navigate to Plugins > Add New.
- Click the Upload Plugin button at the top of the screen.
- Select the zip file from your local filesystem.
- Click the Install Now button.
- When installation is complete, you’ll see “Plugin installed successfully.” Click the Activate Plugin button at the bottom of the page.
Adding the Form
- Get the Form token
- Login to bforms account
- Navigate to Forms > View Forms
- Click on the required form to be added
- Click the Copy Token Button
- 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
- Get the Form token
- Login to bforms account
- Navigate to Forms > View Forms
- Click on the required form to be added
- Click the Copy Token Button
- 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