Ankit Khatri
Forum Replies Created
-
Forum: Plugins
In reply to: [HandL UTM Grabber / Tracker] Conflict with Contact Form 7 (Email field)Hi @haktansuren,
please check screenshot on the link given below. Check handl-utm-grabber/handl-utm-grabber.php -> CaptureUTMs method.
This code is added a shortcode [email] for loop array. So as contact form 7 already has a shortcode [email] your plugin email shortcode overwrite it and on the frontend when the form loads it doesn’t have email field.Please try this on your local environment, create a contact form 7 form with email field and check frontend page the email will be gone.
Please prefix your plugin shortcodes so it doesn’t conflict with other plugins.
Thanks!
Forum: Plugins
In reply to: [HandL UTM Grabber / Tracker] Conflict with Contact Form 7 (Email field)Hello @haktansuren,
Sorry but this doesn’t fix the issue. The issue I think is your plugin is adding same shortcode named “email” without any prefix your shortcode should have some prefix.
When I remove email shortcode from your plugin it works fine.
Thanks.
Forum: Plugins
In reply to: [HandL UTM Grabber / Tracker] Conflict with Contact Form 7 (Email field)Ok will try and get back to you.
Forum: Plugins
In reply to: [HandL UTM Grabber / Tracker] Conflict with Contact Form 7 (Email field)Hello @haktansuren ,
Below is how we use the CF7 Email field
[email* your-email placeholder "Email"]But the issue is as soon as we activate your plugin your plugin also has shortcode named email and that conflicts with the above CF7 shortcode, and thus hide the email field from the front end thus making the form not useful.
Thanks!