realcoder / wp-agentbox
form integration with agentbox
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- vlucas/phpdotenv: ^5.6
README
=== Agentbox Integration ===
Contributors: amielSL, mattneal-stafflink Tags: comments, spam License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Gravtiy forms and Agentbox integration
Description
An addon feed plugin for Gravity Forms that allows seamless integration with Agentbox Enquiries. This addon enables autmatic form feed submissions from your website directly into you Agentbox account.
Features
Map Gravity form fields to Agentbox fields to ensure accurate data transfer.
Set conditions to control when form data should be sent to Agentbox.
Automtatically add notes and feed status directly from the Gravity Forms entry detail page.
Seamlessly integrate with EPL Listing pages
Available hooks and filters to extend the current plugin's functionality
Track any issues that occur during the data transfer process.
Requirements
- Wordpress 5.0 Higher
- Gravity Forms 2.8 or higher
- Agentbox account with API Access
- EasyPropertyListing (optional)
Installation
- Download the Plugin. Download the latest version of the Agentbox Feed Addon for Gravity Forms from the release page.
- Install the Plugin. Upload the plugin files to the
/wp-content/plugins
directory. - Activate the Plugin. Activate the plugin throught the 'Plugins' screen in Wordpress.
- Add your Agentbox API credentials via
.env
file
# Agentbox
AGENTBOX_CLIENT_ID=''
AGENTBOX_CLIENT_SECRET=''
Usage
- Create a Form. Create or edit a form using Gravity Forms.
- Create an Agentbox Field
- Go to the form settings under Realcoder
- Create a new feed
- Configure the feed by mapping the Gravity form fields to Agentbox fields.
- Save and Test
Change logs
1.0.0
- Initial Release