JChimene
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack Search] Excessive CPUI submitted a support ticket
Forum: Reviews
In reply to: [Infusionsoft Gravity Forms Add-on] Great Plugin –Two things
- This reply was modified 9 years, 1 month ago by JChimene.
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Using Gravity form inside InfusionsoftHow are the contacts created?
You can use a url like
http://example.com/wp-page?email=<EMAIL>&first=<FIRST NAME>
but generating the url is likely to be an issue for you.where wp-page contains the Gravity Forms shortcode.
The Gravity Form fields are marked as dynamically populated via the url query parameters or in the Gravity Forms shortcode.
https://www.gravityhelp.com/documentation/article/using-dynamic-population/
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Single String for Checkbox SelectionsWhen adding a custom field, it’s a value available in the datatype dropdown. Please call Infusionsoft tech support for more details.
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Single String for Checkbox SelectionsThat looks correct. The only thing that might be an issue is that the checkbox values differ between GF and and Infusionsoft.
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Single String for Checkbox SelectionsInfusionsoft, and this plugin, do not work as you want. When you create a field in Infusionsoft, data type and control type are treated as one choice. Because the data/control type is “checkbox”, each value will be stored with its associated checkbox.
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Campaign ID AccessIt works now.
Modify your Infusionsoft campaign to have a tag applied goal to the left of the initial sequence in which you want to start a contact.
Use this plugin to apply that tag when it creates a contact. When Infusionsoft detects the tag application, it will start that contact in the campaign.You might try replacing the file in
wp-content/plugins/infusionsoft/Infusionsoft/infusionsoft.pem
with the version on the github site
https://github.com/novaksolutions/infusionsoft-php-sdk/blob/master/Infusionsoft/infusionsoft.pemThe PEM should never have been corrupted, and replacing it might not address the issue.
I believe that Novak have created a plugin for their API. You might try installing that, although, again, it might not address the issue.
Warning: fopen(/var/www/domains/fmc.fire-monitoring.com/docs/wp-content/plugins/infusionsoft/Infusionsoft/cache/remove_fields.cache) [function.fopen]: failed to open stream: Permission denied in /var/www/domains/fmc.fire-monitoring.com/docs/wp-content/plugins/infusionsoft/Infusionsoft/SmartCache.php on line 67
The Permission denied error
would indicate otherwisePlease see my answer to your question on the Infusionsoft API forum.
The Novak API cannot write to its cache files. Check protections on the /var/www/domains/fmc.fire-monitoring.com/docs/wp-content/plugins/infusionsoft/cache pathForum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] CURL errorHi,
I did a custom integration for David, and sent him this message. It addressed the issue. This is a DIY post. Please do not ask me to fix your site if this doesn’t work for you.
Or, wait for Zack to update the plugin on ww.wp.xz.cn
The certificate file will be located in a subdirectory of your wp-content/plugins directory. Make sure the file exists before attempting to replace it.
/wp-content/plugins/infusionsoft/Infusionsoft/infusionsoft.pem
This link has the certificate:
https://github.com/infusionsoft/PHP-iSDK/blob/master/src/infusionsoft.pemLoad it (without line numbers). If the “Copy to Clipboard” icon doesn’t work for you, click the “Raw” button to load the text without line numbers, select all and copy to clipboard. Either way, paste to a text editor. Save it as plain text file named “infusionsoft.pem”
Upload the file on your computer named “infusionsoft.pem” to your wordpress infusionsoft plugin directory
/wp-content/plugins/infusionsoft/Infusionsoft/Edit: remove cert, as it was truncated. You’ll have to get the cert from github
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Limited number of tagsGood
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Limited number of tagsOK
Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Limited number of tagsThe 3000 limit is 1000 tags per page * 3 pages in function get_tag_list.
The other change is in the tag application list.
Up the page count & dump the tag array in get_tag_list. You should see 5000 tags.Forum: Plugins
In reply to: [Infusionsoft Gravity Forms Add-on] Limited number of tagsMaybe combine tag (re)naming with a sort in function get_tag_list?