Jurriaan Koops
Forum Replies Created
-
Forum: Plugins
In reply to: [Connector for Gravity Forms and MailPoet] Email not saving to MailpoetThat depends on your Mailpoet settings I believe. I would suggest to try it out, if you are not sure.
Marking this as resolved, we didn’t get any follow up on this, but it is likely to be a similar cause as in this report.
https://ww.wp.xz.cn/support/topic/email-not-saving-to-mailpoet/Forum: Plugins
In reply to: [Connector for Gravity Forms and MailPoet] Email not saving to MailpoetHi Sascha, thanks, great you have included the error log information, otherwise I wouldn’t have a clue.
This error is coming directly from MailPoet, not from the Connector itself. It means that your subscriber list in MailPoet is configured to require a value for the “Datenschutz” custom field whenever a new subscriber is added.The problem here is that the Connector for Gravity Forms and MailPoet plugin is only designed to send the following fields to MailPoet:
- First Name
- Last Name
It doesn’t have the functionality to map or send data from other fields in your Gravity Form, like your “Datenschutz” consent field.
The simplest solution is to change the settings for your “Datenschutz” field within MailPoet to make it not required.- Navigate to MailPoet > Subscribers.
- Click on the “Edit custom fields” button.
- Find your “Datenschutz” field and edit it to ensure the “Required” option is turned off.
If you don’t want to do that because you are using the MailPoet forms too, than I have no solution for you at the moment.
Another solution would be to implement the mapping of custom fields as a new feature, but I cannot make any promise on a timeline for that.
We do welcome Pull Requests from other developers:
https://github.com/gravitywpcom/connector-for-gravityforms-mailpoetHi, when you update to the latest version you will see the capabilities for the Connector for Gravity Forms and MailPoet in the GF-Addons section of the Role editor of the Members plugin.
Forum: Plugins
In reply to: [Connector for Gravity Forms and MailPoet] Blank Page when attempting to useDo you have the Members plugin active? You might have to grant the permissions for your role.
Forum: Plugins
In reply to: [GravityWP - Merge Tags] Wrong merge tags for modifying date fieldsHi Bet,
We released a fix for this issue. Thanks for reporting. We didn’t include the modifiers though, we don’t do that for other field types either.
Kind regards, JurriaanForum: Plugins
In reply to: [GravityWP - Merge Tags] Wrong merge tags for modifying date fieldsHi Beth, I cannot reproduce this with a normal date field. Normally ‘.1’ and ‘.2’ are only shown if the field has multiple inputs, like a checkbox field. Happy to look into it though, can you send me an export of your form? Please send it to support@ our company website.
Go to MailPoet -> Lists -> Add new List
After that the list should be available in the feed.
The plugin is using the MailPoet API to retrieve the available Lists. https://github.com/mailpoet/mailpoet/blob/trunk/doc/api_methods/GetLists.md
It will leave out the WordPress users List for some reason, but other Lists will show.I don’t think this is related to the Connector for Gravity Forms and MailPoet plugin. Hopefully MailPoet support will help you out.
Hello,
That part of the plugin page is about other plugins GravityWP provides for Gravity Forms. It is not possible to let the user select his own list in the GF Form. But that might be an interesting feature we will consider to implement in the future.Forum: Plugins
In reply to: [Connector for Gravity Forms and MailPoet] existing subscribers issue?Hi Jason,
Your configuration seems correct for what you want to achieve. I use it myself this way and it works for me. After submission the email adress should be added to the ‘The Autoimmune Summit – Free’ list, regardless if the user is an existing subscriber for any of your lists. Are you sure the user wasn’t already in that list?
“Update the name of the existing subscriber” will update the First and Last Name of the existing subscriber.
If you still need support on this issue, please send us a copy of the Gravity Forms system report via our contact form on https://gravitywp.com/Forum: Plugins
In reply to: [Add-on Gravity Forms - MailPoet 3] Replacement for this add-onHere is an alternative:
https://ww.wp.xz.cn/plugins/connector-for-gravityforms-mailpoet/Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Front-end download buttonThank you!
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Front-end download buttonHi Doeke,
regarding the url opt-in: Do you mean that if the url already exists you can disable it and if it does not already exist you can enable it? That would be best I think. That way you can maintain backward compatiblity so existing users don’t have to re-activate, but new users have to explicitly activate every form. Is this possible?
regarding the other update: If you ask me it is better not to hook a security setting for a powerfull plugin like this. It’s to easy to override. Overriding a form setting is less likely to happen I think, but also possible indeed. Best is probably to add a setting on plugin level, which overrules the individual form setting if active.
I am very security minded, as you probably know right now ;-). It is because I maintain some high level websites which are regurarly pentested. And as you probably know, fines for leaking data can be pretty high ;-).Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Front-end download buttonFor me that is not secure enough. Once I have openend the settings there is no way to disable the url. I agree it is a very hard to find entrance, and probably safe enough for a lot of sites, but once I know or found it, it gives me access to all the data in that form. I think that functionality as powerful as this should be turned off by default and should be actively turned on by the admin for every form separately and it should be possible to deactivate it at any time.