Description
LOYA.ID Easy Lead Form plugin allows WordPress site owners to add a customizable lead form to their site using a shortcode. It supports fields for name, email, phone number (with country code), and message. Upon submission, data is sent to a LOYA.ID CRM endpoint.
Features:
* Use shortcode [loya_id_easy_lead_form]
to add the form to any page or post.
* Captures name, email, phone number (with country code), and message.
* Integrates with LOYA.ID CRM for data storage.
* Admin settings page for managing API token.
* Compatible with PHP 7.4 – 8.x and WordPress 6.0+.
License
This plugin is licensed under the GPLv2 or later. See GPLv2 license for details.
External Services
This plugin connects to an external API, “LOYA.ID API”, to submit lead form data. The data is sent when the user submits the lead form on your website.
What data is sent:
The following data is sent to the external API:
– First Name
– Last Name
– Email Address
– Phone Number
– Message (Optional)
This data is sent securely via HTTPS each time the form is submitted by a user.
Why the data is sent:
The data is sent to LOYA.ID’s API for processing and storing the lead information, which is used by the service to process and manage incoming leads.
When the data is sent:
The data is sent to the API whenever a user submits the lead form on your website.
Terms of Service and Privacy Policy:
- API Service Provider: LOYA.ID
- API URL: https://devel-api.loya.id/cms/api/v2/lead-receiver
- Privacy Policy: [Insert URL to Privacy Policy here, if available]
- Terms of Service: [Insert URL to Terms of Service here, if available]
By using this plugin, you agree to the terms and privacy policy of LOYA.ID as it pertains to the use of the external API.
Installation
- Upload the plugin folder to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to the LOYA.ID Easy Lead Form settings page to configure your API token.
FAQ
-
How do I display the lead form on a page or post?
-
Use the shortcode
[loya_id_easy_lead_form]
to display the form. -
Where do I get the API token?
-
You can obtain an API token by registering at LOYA.ID. Enter this token in the plugin settings page.
-
Can I customize the form fields?
-
This version has a set of fixed fields (name, email, phone number, message). Future updates may include customization options.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“LOYA.ID Easy Lead Form” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “LOYA.ID Easy Lead Form” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.
- Added shortcode
[loya_id_easy_lead_form]
for form display. - Integration with LOYA.ID CRM endpoint.
- Admin settings page for API token configuration.