WP Manifestindependent plugin directory
manifest / integrations / bewta-plugin

Bewta Universal Form Data Capture

The Bewta Plugin is a lightweight WordPress plugin that enables seamless API integration between your site and an external service. It automatically captures user data from supported forms and transmits it securely to a designated endpoint.

by Mediusware Ltd. · github.com/shaheen2013/bewta-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/shaheen2013/bewta-plugin/archive/refs/heads/main.zip

Readme

Bewta Plugin

Overview

The Bewta Plugin is a lightweight WordPress plugin that enables seamless API integration between your site and an external service. It automatically captures user data from supported forms and transmits it securely to a designated endpoint.

Installation & Activation

  1. Download the bewta-plugin.zip file.
  2. In your WordPress admin dashboard, go to Plugins > Add New > Upload Plugin.
  3. Upload the ZIP file and click Install Now.
  4. After installation, click Activate to enable the plugin.

Configuration

  1. After activation, navigate to Bewta Plugin Settings from the WordPress dashboard.
  2. Enter your provided API Key in the input field.
  3. Click Save Changes to apply the configuration.

Usage Instructions

Once the plugin is activated and the API key is saved, it will automatically work with any form on your website that includes the following three essential fields:

  • First Name
  • Email
  • Phone Number

Whenever such a form is submitted, the plugin collects the input data and sends it to the main server via the API.

To support flexibility across different form builders and field naming conventions, the plugin intelligently maps the following field names:

Accepted Field Names

First Name:

  • name
  • full_name
  • fullname
  • your-name
  • your_name
  • first_name
  • firstname
  • fname

Email:

  • email
  • email_address
  • your-email
  • your_email
  • user_email
  • emailaddress
  • emailAddress

Phone Number:

  • phone
  • phone_number
  • phoneNumber
  • number
  • mobile
  • telephone
  • tel
  • your-phone
  • your_phone
  • contact_number
  • mobile_number

As long as your form uses any of the above field names, the plugin will detect and capture the relevant values automatically.

Supported Form Plugins

The Bewta Plugin has been successfully tested with:

  • Fluent Forms

Other form plugins may also be compatible as long as the required fields are present with supported names.

Notes

  • Ensure that your form includes fields for First Name, Email, and Phone Number, using any of the accepted field name variations listed above.
  • The plugin works in the background and does not affect the visual layout or functionality of your forms.
  • All data is securely transmitted to the designated API endpoint.

Support

For any issues or feature requests, please contact the development team or open a support ticket through the plugin repository.

Read the full README on GitHub →