gerrooo
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] HTML field in E-MailNo ideas on that? 🙁
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Get E-MailnotificationsHey Kevin,
Thanks a lot! Everything works now.
Regards,
Gerardo
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Analytics Tracking without AjaxHey Kevin,
Thanks a lot!
I just found this function in my functions.php:
function no_mo_dashboard() {
if (!current_user_can(‘manage_options’) && $_SERVER[‘DOING_AJAX’] != ‘/wp-admin/admin-ajax.php’) {
wp_redirect(home_url()); exit;
}and changed that to:
function no_mo_dashboard() {
if (!current_user_can(‘manage_options’ ) && !(defined(‘DOING_AJAX’) && DOING_AJAX)) {
wp_redirect(home_url()); exit;
}
}Now everything works 🙂
Regards,
Gerardo
- This reply was modified 7 years, 8 months ago by gerrooo.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Analytics Tracking without AjaxHey Kevin,
Thank you for your support.
I made a testpage for this issue: https://bit.ly/2RCLsWY
Please note: The problem is not in the pop-up on the right, but on the page itself.Regards,
Gerardo
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Auto-populate follow-up FormHey Kevin,
Great, that works!
However, the next step would be to implement Tagmanager. I will open another ticket for that later 🙂
Thank you for your support!
Regards,
Gerardo
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Auto-populate follow-up FormHey Kevin,
Thanks for your reply.
Yeah, I was unable to use the input field as variable in the redirect link.
At the moment I use Contact Forms 7 to do that.I could send you a link privately (don’t really want to publish the link here).
Regards,
Gerardo
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Auto-populate follow-up FormHey Tracy,
Awesome, thank you!
Now I just got to figure out a way to redirect using the e-mailadress in the link.I’ll try 🙂 If you have any ideas, please let me know.
Regards,
Gerardo