First thing, thanks for this nice plugin.
It goes well with contact form 7.
Currently the plugin is compatible till 6.1.2, but is there any updated version which will be compatible for 6.2.1 wordpress
Thank you
]]>I used your plugin to track info but in email page url not showing. It show that “note set”. How can I solve this? This form is visible on multiple pages like home page, about us,service page, shop page etc
Screen Shot: https://prnt.sc/5B4eYN7REK8F
How just Show country Name
]]>Hi,
the information about the referral page is always the same as the page on which the form was filled out.
Landing page points to some strange page like: / wp-json / contact-form-7 / v1 / contact-forms / 2420 / feedback
There is line 56 in the code which seems to be responsible for this (resets the session) and it looks like a bug – could you fix this?
if (session_status() == PHP_SESSION_ACTIVE) { session_destroy(); }
Best!
]]>Hey guys! The plugin is amazing but I have one big problem.
In the mail I get I can not see the “original referrer”. Can you help me?
Many greetings
Niklas
Hello Team,
We have enabled the “The server is behind a reverse proxy” option by adding an IP in “IPs of trusted proxies” box for settings in “Geolocation IP Detection”.
We see two IPs and two location details in tracking-info details like below.
IP: 127.x.x.1
Country: India (IN - AS) - Region: xxxx - Postal Code + City: xxxx xxxx
Proxy Server IP: 122.x.x.185, 127.x.x.1
Country: United States (US - NA) - Region: Virginia(VA) - Postal Code + City: xxxx xxxx
Browser is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
the correct result it should show like below
IP: 122.x.x.185
Country: India (IN - AS) - Region: xxxx - Postal Code + City: xxxx xxxx
Proxy Server IP: 127.x.x.1
Browser is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36
Could you please check and help us solve it?
]]>Hey guys,
Your Plugin is amazing, but I have one question. Is your Plugin across seasons?
Hi, we are using your plugin in a clients website but we have found that the function apa_set_session_values is taking about 100 sec to complete. Taking our resources and timeouts down.
Any ideas on why this could be happening? Or what would be causing this resources consuming coming from this function?
Thank you.
]]>Hi,
Like the plugin results, BUT:
keep getting error in phperror log:
Cannot start session when headers already sent in /data/home/fotogaaf/www.fotogaaf.nl/wp-content/plugins/contact-form-7-lead-info-with-country/wpshore_cf7_lead_tracking.php on line 30
How to fix please
]]>Good evening,
It seems this plugin doesn’t work anymore since WordPress v5.5
Now, when a user fills in one of our forms created and managed with Contact Form 7, he never gets the confirmation message that should appear pushing the submit button.
Instead of that, the arrow keeps rounding in circles close to the submit button.
The mail with the info collected in the form arrives instantly, but as users don’t get that confirmation, they usually start over again and submit the form multiple times.
We’ve tried deactivating this “Lead info with country for Contact Form 7” plugin, with no other changes apart from that, and the confirmation message has appeared in its place.
Sorry for my English, I hope this makes sense
Thank you
how could i use this code [tracking-info] to get information in spreadsheet
]]>I’ve just migrated my WP to a Virtual Private Server, then my CF7 stops working properly – arrow spinning forever after users submitting the message. After a quick troubleshooting, the CF7 works after this plug-in disabled.
FYI, I’ve set WP_Debug in wp-config.php to false.
So, may I know if this plugin has any dependency to the DB and PHP servers?
Any comment welcomes.
]]>Hi,
When i add the shortcode what happens is that after submitting the form it won’t send any mail and if i remove the shortcode then it will send the mail. Is there any version compatibility required for this plugin?
I am getting the same IP and location detail for all the emails when a user submits form from different countries. I updated the GeoIP Detection plugin to version 3.0.1 and also created the license key for that. I updated the contact form lead info plugin to the latest version of 2.2 but still getting the constant IP address and IP details for all emails.
]]>Hi there, great plugin btw I have a question:
Lately the leads I have been receiving has giving me this example information:
Landing page on your website: https://www.mydomain.com/wp-json/contact-form-7/v1/contact-forms/6358/feedbac
What does it mean and how is this happening?
Thanks,
]]>Hi!
I’m a big fan of your plug-in. I’ve been using it since the very beginning of my adventure with WordPress.
I never thought that this plugin could cause problems. So….I’m just after activation and deactivation of all plugins in maintenance mode.
Only your plugin causes this error:
“The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.
The REST API request failed due to an error.
Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received”
Disabling Lead info with country for Contact Form 7 plugin causes the error to stop appearing on the SiteHealth table.
Have you encountered this error before and do you know what to do with it?
Hope you can help.
Regards,
Greg
]]>Hi,
We are glad found your plugins yesterday. Tested on our websites works like a charm. but we have been trying to make it work on another website, its not working like it works on first website.
It subbmits the form, it tracks the Geo Location. BUT WE WANT THE WEBSITE TRACKING (EX: USER CAME FROM example.com) only. we are not worried about geo location or anything else.
We have compared the .htaccess, function.php, wp-config.php files between the two websites to match and make both of them work. but still one of them not working for WEBSITE TRACKING. it adds this to the message “Landing page on your website: https://vc.ssvcreativegroup.com/wp-json/contact-form-7/v1/contact-forms/12610/feedback” instead.
we wondering if someone could help us determine the issue and solve it
Thanks.
]]>HI great pluign
/wp-content/plugins/contact-form-7-leads-tracking/wpshore_cf7_lead_tracking.php
line 67 gives an error when debug is turned on. instead of isset you might want to do !empty
]]>Cannot start session when headers already sent in /wp-content/plugins/contact-form-7-lead-info-with-country/wpshore_cf7_lead_tracking.php
I get this logged every few seconds. Unsure if it is causing other issues but it does make it hard to debug other errors.
PHP ver 7.2 and 7.3
]]>Hi there,
I’ve had an issue with this plugin and redis caching on krystal hosting’s onyx hosting. When a request is sent to wp-ajax it raises a headers already sent warning originating in the plugin on this section, this then causes redis to break for some unknown reason and ajax then returns a 500 error. I’ve disabled all other plugins and the theme and narrowed it down to this line.
if (!session_id()) {
session_start();
}
When I comment out the session_start the whole thing works quite nicely, this occurs on php 7.3. I suspect there’s not that much you can do as I’ve had a little look and the session id is always returning as false in my instance.
Thanks,
Oliver
Hi there, I have just activated the Lead Info Plugin and it said to add the shortcode in the message body. Where can I get the shortcode and where does the message appear?
Thanks.
]]>Hello. I am looking for a contact form plugin that sends the message to a different email depending on the country selected by the sender. Senders situated in Latin America and USA will have their messages sent to email [email protected]. Senders situated in Europe, to [email protected] . Does Contact Form 7 Lead do this job? Any advice is welcome.
]]>Hi, a part country can this plugin display also city?
]]>Great plugin. I have 1 small issue with formatting when using HTML emails. Line breaks are ignored in HTML format, so the content appears on 1 line. Is there any way to format the content so that line breaks can be handed when sending HTML emails? If not, a great feature update would be to read the HTML format flag on the email and use <br> when it is HTML.
]]>The plugin has been working fine for more than a year and suddenly it just stopped displaying the tracking info in the message send by “Contact Form 7”. The lower part of the message, where the tracking info used to be displayed is now completely blank.
I haven’t touched the website for months apart from updating WordPress and all its plugins regularly. As of today, everything is up to date. (WordPress 4.9.8 running Avada Child theme.Running PHP version: 7.0.31)
I have checked that WP_DEBUG in wp-config.php is set to FALSE.
Cheers!
]]>Hi, plugin was working before. but now if the mail includes a [tracking-info], the message will send from contact form but it will not be received by recipient. Please help thanks.
]]>This is what i get on emails, showing the country twice and with this ugly space between infos (a like break), how to fix please?
— Tracking Info —
The user filled the form on: https://******/en/contato-social/
The user came to your website from: not set
Landing page on your website: https://*/
IP: **********
Country: Brasil (BR – SA) – Region: Ceara(CE) – Postal Code + City: Fortaleza
Proxy Server IP: **********
Country: Brasil (BR – SA) – Region: Ceara(CE) – Postal Code + City: Fortaleza
Browser is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
I have clicked the “update now”” but the country still can not show.
This is the one information”Landing page on your website: https://aimixgroup.com/basic-debugging-steps-concrete-batch-plant/
IP: 45.35.9.245
Country: ( – )
Proxy Server IP: 45.35.9.245
Country: ( – )
Browser is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Using (user agent): Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0″
why?
]]>I would like to add a shortcode to the success message
i.e I have modified the success message to include a short code.
“Thank you for your message. It has been sent. please send money [qpp] to me.”
The system returns the characters rather than the executing the short code.
See: https://dev.they-working.org/webmaster-feedback-contact/
however when I do the same thing in Ninja-Forms it works.
See: https://dev.they-working.org/webmaster-feedback-ninja/
Any thoughts how I can make it work in contact?
]]>Hi,
Your plugin looks excellent. According to the instructions however you have to insert the shortcode into the message body.
I’m trying to send the tracking info to Zapier (using the CF7 to Zapier plugin) to get it into a CRM system. However I don’t receive the tracking info in Zapier because this plugin sends it only in the body of the e-mail. How can I instead insert the tracking info as hidden fields into the Contact form 7 itself instead of the message body?
]]>