Installation
WordPress Dashboard
- Go to ‘Admin’ -> ‘Plugins’ -> ‘Add New’.
- Click on ‘Upload Plugin’.
- Upload plugin zip.
- Activate plugin.
WordPress Multisite Network Dashboard
- Go to ‘Network Admin’ -> ‘Plugins’ -> ‘Add New’.
- Click on ‘Upload Plugin’.
- Upload plugin zip.
- Only install plugin zip in ‘Network Admin’ and do not activate it.
- Activate plugin site wise (‘Site’ -> ‘Admin’ -> ‘Plugins’).
Configuration
- Go to ‘Admin’ -> ‘CF7 – SuiteCRM’ -> ‘Configuration’.
- URL: Add your SuiteCRM instance URL. Like https://example.com/
- Username: Add your SuiteCRM admin account username.
- Password: Add your SuiteCRM admin account password.
- Click on ‘Save Changes’ button.
Integration
- Go to ‘Admin’ -> ‘CF7 – SuiteCRM’ -> ‘Integration’.
- You can see list of Contact Form 7 forms.
- Click on edit form icon which you want to integrate form.
- Select a SuiteCRM module you want to integrate with current form.
- Click on ‘Filter’ button to filter module fields.
- Check ‘SuiteCRM Integration?’ checkbox if you want to integrate SuiteCRM.
- Select ‘Create Module Record’ or ‘Create/Update Module Record’ action event.
- Create Module Record: On form submitted, it will add record.
- Create/Update Module Record: If form submitted email address match with existing record, it will update record. If form submitted email address not match with existing record, it will add record.
- Map Contact Form 7 form fields to SuiteCRM module fields.
Below module wise fields are required in the SuiteCRM and it must be mapped with Contact Form 7 form fields.
- Case: Subject
- Contact: Last Name
- Lead: Last Name
For ‘Relationship’ type field (Assigned To), create hidden field in the form and map it with ‘Relationship’ type field.
- For Lead Owner, Like
[hidden lead-owner-id "{Lead Owner ID}"]
. Example:[hidden lead-owner-id "0052w11000135G4AAI"]
. - For Contact Owner, Like
[hidden contact-owner-id "{Contact Owner ID}"]
. Example:[hidden contact-owner-id "0052w22000135G4AAI"]
.
- Click on ‘Save Changes’ button.
API Error Logs
- Go to ‘Admin’ -> ‘CF7 – SuiteCRM’ -> ‘API Error Logs’.
- You can see SuiteCRM API error logs.
Settings
- Go to ‘Admin’ -> ‘CF7 – SuiteCRM’ -> ‘Settings’.
- API Error Notification: Add ‘Subject’ and ‘Send To’. Will be sent SuiteCRM API error to the specified email.
- Delete data on uninstall?: Check ‘Delete data on uninstall?’ checkbox if you want to delete this plugin data on uninstall.