jhultqvist
Forum Replies Created
-
Forum: Plugins
In reply to: [Add-on Gravity Forms - MailPoet 3] Not adding suscribers to Mailpoet listsI have the same problem. My last subscriber was added 2 September, but I didn’t realize it until now.
Is anyone else having this problem?
Kind regards,
JesperForum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Can’t disable fieldsThanks for all your help Doeke! It seems your plugin is working just fine! ?? Something is a bit broken on our site though. A site specific issue. I’ll have someone take a look at it!
Thanks!
JesperForum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Can’t disable fieldsChrome for mac version 68.0.3440.106. Same results in Safari. I’ll send export later tonight.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Can’t disable fieldsHi!
I have deactivated all plugins (a few at a time) and I still can’t disable any fields in your plugin. ??
Jesper
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Can’t disable fieldsOk, I do have other plugins active. I’ll test and report back.
Jesper
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Can’t disable fieldsYou are correct! ??
I have “Uncaught SyntaxError: Unexpected identifier”. Does that help you?
Jesper
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] No meta data except dateHi Doeke!
So far, so good! ?? I just updated the plugin, tried the filters I needed and it works perfectly! Many thanks for a great plugin!
Jesper
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] No meta data except dateOk, cool! ??
Jesper
Thanks @doekenorg !
That worked like a charm! ??Jesper
Great! I’ll wait!
Jesper
Thanks Doeke for the explainer! I can’t get it to work though.
I want form 3, field 1 not to be exported and used this code:
add_filter(“gfexcel_field_disable”, function ($disabled, $field) {
if($field[‘formID’] != 3) return $disabled;$field_ids_to_disable = array(1); // add al the field id’s for the form you want to disable here, comma seperated
if (in_array($field[‘id’], $field_ids_to_disable)) {
$disabled = true;
}return $disabled;
}, 10, 2);Nothing happens, as in: the field is still included in the export. I tried josephquenta’s syntax as well. Same result though. I am using your filter for the meta data and that is working.
Kind regards,
JesperThanks for the great plugin!
However, I am not very good with php. What values do I put in the array if want all entries in the second column not exported? And what does the 10,2 in the bottom stand for?
Thanks!
JesperThe Mailpoet GDPR documentation has been updated saying you don’t need consent from ppl that have subscribed on their own. Even though this may be true you still need to collect consent from ppl who have not subscribed on their own…
Regarding jarledb’s suggestion on how to collect consent: I have run into a problem. I have set everything up like it is suggested. However when I test it no confirmation emails (double opt-in) are sent. It looks like no confirmation email is sent when the email address is already on another list, which is the case here.
Does anyone have any suggestions?
Jesper- This reply was modified 6 years, 6 months ago by jhultqvist.
That’s food for thought but my clients wants to be on the sure side, so I’ll go with consent.
Thanks!
I guess that is what I’ll be doing then. Like you said, not ideal. I would also like the option to save the consent (the sentence being used in the form).
Jesper