We are getting a strange error on some of our Gravity Forms submissions. This is only happening with about 1 in 10 submissions, so I’m not sure I can specifically highlight one cause. Other feeds are working correctly so this seems to be a CK plugin issue.
Note we’re using PHP 8.2, WP 6.4.1, GF 2.7.17, and the CK for Gravity Forms v1.4.0. At the time of this writing, everything is at the latest version.
Here is a screenshot of our CK feed. There is nothing abnormal.
Please advise on next steps as the unreliability with the plugin represents a critical issue for us.
]]>I’m trying to get the plugin to work with a Gravity Forms Quiz so that depending on the results of the quiz the user gets subscribed through a specific feed to deliver the appropriate results emails. It doesn’t seem as though the feed “reads” the quiz results in order to do this. Is there a way to make this work?
]]>Hi!
I’m trying to connect a client’s form and it was working until the recent update (I think)
Here’s the error message I see:
Warning: Invalid argument supplied for foreach() in /home/customer/www/[siteURL]/public_html/wp-content/plugins/convertkit-gravity-forms/vendor/convertkit/convertkit-wordpress-libraries/src/class-convertkit-api.php on line 1353
Any idea why that’s coming up?
The API should work, but the ConvertKit Forms are not coming up to connect properly.
Thanks!
]]>Hello,
You are missing the following capability (it’s included on all Gravity Forms official add-ons) and users can’t access ConvertKit form menu and ConvertKit feeds:
protected $_capabilities_form_settings = 'ckgf_convertkit';
Can you please update the plugin and add the above capability?
]]>Hey, I’m trying to use dropdowns options in my form to assign a tag to the subscriber in ConvertKit, is that possible?
]]>The GFConvertKit class is missing the capabilities that Gravity Forms adds in all addons. Can you please add the following capabilities so we can have better control?
protected $_capabilities_settings_page = 'ckgf_convertkit';
protected $_capabilities_uninstall = 'ckgf_convertkit_uninstall';
]]>
I see you addressed the issue stopping this plugin from working with GF 2.5 and you have v1.2 available in GitHub but you have not created a release for it and not updated the WP repo.
When will v1.2 be released?
FYI – I am using it and it works.
]]>I guess as this hasn’t been updated in two years, I should not be surprised that it doesn’t work with PHP8, but it’s still annoying.
It is the only plugin I use that doesn’t work with PHP8.
Any danger of someone actually doing some maintenance on this?!
]]>The current version of this plugin is not compatible with Gravity 2.5. We are unable to select a ConvertKit Form when creating a feed.
]]>Thanks for the great plugin!
Can you please add the appropriate capabilities in the GFConvertKit class so we can better control user access?
]]>I use radio buttons on my form to segment visitors. Is there any way to map the radio buttons on GravityForms to custom tag fields in ConvertKit?
]]>When I select a form and open settings, I set Convertkit listed at the bottom-left. When I click on it, I get a blank screen.
Interestingly, Convertkit does not show up in the drop-down list for settings. To see it, I have to click on settings.
I have entered my API keys and set up Convertkit. I had my web host update my database to support the new character set.
Any suggestions?
Next to ConvertKit Feeds, I press the ‘Add New’ button to add a feed, but get a blank page for Feed Settings.
Please see screenshot:
https://www.dropbox.com/s/jpdes791u6r7u53/Screen%20Shot%202019-05-05%20at%2010.27.05%20AM.png?dl=0
]]>When trying to add a new feed to convertkit from a gravity form.
Clicking on “add new” or “create one” – get the error below:
Fatal error: Cannot use object of type WP_Error as array in /home/ccristina/public_html/wp-content/plugins/convertkit-gravity-forms/components/gravityforms/class-gf-convertkit.php on line 165
WordPress version: 4.9.9
Convertkit Plugin: 1.6.2
Gravity Forms: 2.4.3
Gravity Forms – Convertkit Add on:1.0.4
PHP Version: 7.2.7 (I think)
I’ve just freshly installed Gravity Forms (2.3.6) and Gravity Forms ConvertKit Add-On (1.0.4) on WordPress (4.9.8).
In the ConvertKit Feeds Settings page for my form I clicked “Add Feed” and the result is an error message and nothing else:
Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /home/learn115/public_html/wp-content/plugins/convertkit-gravity-forms/components/gravityforms/class-gf-convertkit.php:165 Stack trace: #0 /home/learn115/public_html/wp-content/plugins/convertkit-gravity-forms/components/gravityforms/class-gf-convertkit.php(136): GFConvertKit->get_custom_fields() #1 /home/learn115/public_html/wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php(1294): GFConvertKit->feed_settings_fields() #2 /home/learn115/public_html/wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php(1096): GFFeedAddOn->get_feed_settings_fields(Array) #3 /home/learn115/public_html/wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php(1041): GFFeedAddOn->feed_edit_page(Array, ‘0’) #4 /home/learn115/public_html/wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php(4196): GFFeedAddOn->form_settings(Array) #5 /home/learn115/public_html/wp-includes/class-wp-hook.php(286): GFAddOn->form_ in /home/learn115/public_html/wp-content/plugins/convertkit-gravity-forms/components/gravityforms/class-gf-convertkit.php on line 165
Can you help with that please?
Thanks Kevin
]]>I am getting a PHP error which is causing GravityForms to stall and will not complete the submit process. This is causing a server 500 error and here is what was found in my server error log:
PHP Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in [WEBSITE]/wp-content/plugins/convertkit-gravity-forms/components/gravityforms/class-gf-convertkit.php:165
Stack trace:
#0 [WEBSITE]/wp-content/plugins/convertkit-gravity-forms/components/gravityforms/class-gf-convertkit.php(281): GFConvertKit->get_custom_fields()
#1 [WEBSITE]/wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php(308): GFConvertKit->process_feed(Array, Array, Array)
#2 [internal function]: GFFeedAddOn->maybe_process_feed(Array, Array)
#3 [WEBSITE]/wp-includes/class-wp-hook.php(288): call_user_func_array(Array, Array)
#4 [WEBSITE]/wp-includes/plugin.php(203): WP_Hook->apply_filters(Array, Array)
#5 [WEBSITE]/wp-content/plugins/gravityforms/gravityforms.php(5458): apply_filters('gform_entry_pos...', Array, Array, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
#6 [website folder] in [WEBSITE]/wp-content/plugins/convertkit-gravity-forms/components/gravityforms/class-gf-convertkit.php on line 165, referer: [WEBSITE]
Is there a fix I can add to the code? Do you need to update anything?
Please advise.
Thank you in advance!
]]>Hi, will this add all the data from the form to CK. e.g. Can we add 5+ form fields and all data would be stored in CK?
Thanks
]]>I noticed the plugin said it has not been updated in 5 months…is it still an active plugin?
If not, do you have a referral to connect my ConvertKit with Gravity Forms?
]]>I’ve just integrated this plugin with my site’s contact form and it works like a charm. However, I’m wondering how do I handle those who don’t want to be added to the email list?
It would make sense for me to have a checkbox on the contact form and those who don’t want to be added can uncheck it.
Suggestions?
Thanks!
Allyson
Hi there,
Do you have any plans to allow tagging via Gravity Forms input?
I set up checkboxes using GravityForms. Would love to be able to tag people with this data. Are you planning to offer this?
Right now, I can only pass Gravity Forms data to the Name and Email fields.
Thanks!
]]>Hi Nick & Nathan
Great job with the plugin.
Is there any way to contribute to the plugin? I was wondering if you could probably set-up a Github repo?
Thanks!
]]>