I added a checkbox to opt-in to SMS messaging to our form by using the Selector field with one option, but it doesn’t show up in the email notification – there is just a colon at the beginning of the line where it should be and nothing else. I want it to work just like the checkbox consenting to retain data from the form after processing, which shows this:
: I consent to my data being retained by the site owner after this message has been processed. : checked
Also I noticed that when I save the settings for this field, the changes do show up on the website, but the selection of the checkbox selector is cleared in the QuickContact Form Settings (which means if I edit anything else in the form and forget to recheck “checkbox” that item disappears from the form). This seems like a bug, no? I have tried it several times, in different browsers, private windows, after clearing caches, etc., but it happens every time.
]]>Hiya,
I have just realised that is you send a form from my website, it goes through the motions and redirects the webpage to where it should, however the email is never received… BUT… in the dashboard under messages you can see the messages are there, they just never reach my normal mailbox, but are showing under messages in the dashboard, any ideas?
ps, my domain has spf and dkim… ??
Hi Alan,
It seems that plugin does not check whether submission is send or not, because the thank you message is displayed when testing on my localhost install (without internet connection).
Tab Setup: in the info on right side the Send Options link should navigate to tab “reply” instead of “send”.
Tab Styling: no whitespace in “NOTE:Leave fields blank …”
And I saw several PHP 8+ related warnings, but it seems you’re already aware of this.
Guido
]]>I really appreciate that this plugin provides a view of messages sent without my having to install a separate plugin. I wonder if it would be possible to include the time as well as the date a message was sent, if that isn’t too hard to do? When troubleshooting why messages aren’t being received on the other end, the time is very helpful.
]]>I have just installed Quick Contact Form on a service business website. I previously set up a Contributor user account for an employee so she was able to view contact form submissions from the contact form plugin we formerly used in the WordPress admin, as well as receiving them by email, but Quick Contact Form’s Messages is not showing in the WP admin menu when I log in to her account. I am using WPFront User Role Editor to manage permissions. What additional permissions do I need to add for a user to view and interact with the Messages screen?
]]>Is it possible to change the notification email address of an already-existing form? It seems like you can only define this when creating a new one… any way around this at all?
]]>I need a contact form that uses/sets no cookies at all. Does WP Quick Contact Form set any at all? And if it does, can one disable this?
Thanks.
]]>After updating our PHP version from 7.4 to 8.1 our site is filled with the following error messages:
Deprecated: Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ………/wp-content/plugins/quick-contact-form/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
We are on WordPress 6.1.1 and have since turned off our debug mode but any help to fix this warning will be really appreciated.
Thanks
]]>Something has changed. Users are often entering correct answers to spam checker and the math is wrong.
]]>Hi
I received a malware notification from my host for this site, and the details are as follows:
Filename: quick-contact-form.php
…./wp-content/plugins/quick-contact-form/legacy/quick-contact-form.php
Exploit: php.mail.substr.strchr.get.email.mail.php.php.php
I tried deleting the plugin and reinstalling it, but that didn’t resolve the issue.
Please can you advise?
Thank you
]]>Dear Quick Forms Developers!
After using your beautiful free plugin for many, many years, today something strange happened. Today was an update, which I always immediately download. But from that time on, my Stats show strange things. Almost all my visitors, who arrive on a page with (mention of) your Quick Form, go to a non-existing page, like this: https://booxalive.nl/home/u76046p74193/domains/booxalive.nl/public_html/wp-content/plugins/quick-contact-form/ui/user/js/jquery-ui-smoothness-1-11-2.css?ver=33ad3bd438c1a56b7b31dee305518eb6
What is happening here?
Thank you, best wishes,
Magda
When someone uses the quick contact form, I added the shortcode in single product page, the email gets sent 2 times in a row duplicated to the admin receiver email.
I’ve checked settings multiplie times and everything seems ok. I changed the admin email receiver, still 2 times gets sent.
]]>Hello!
Math does not prevent getting spam.
Can you please help how to set up Google ReCaptcha instead?
Thanks!
]]>Whenever I submit a message through my form or update the settings in the admin, I receive multiple messages that state, “Warning: Undefined array key ‘___’ on /var/….php on line ___”
I’ve shared screenshots here:
Is this due to a problem with PHP8? I saw in a support post from a year ago that you said you weren’t going to support PHP8. Is that still the case?
]]>So, now you have to pay for spam protection of this contact form?
We have 30 days trial?
Hi
In trying to get into a widget area on this website this morning I got the message “Sorry, you are not allowed access to this page”. This issue only occurred in 2 of the 14 widget areas on the website. By deactivating each plugin on the website in turn I found that it was the Quick Contact Form plugin that was causing the issue. When I reactivated it I reallocated the Quick Contact Form widget (by dragging and dropping) and noticed that the widget area immediately below the widget area that I had allocated the widget to was underlined. On trying to access the widget area I again got the error message. Furthermore the Quick Contact Form did not display. I also found that if, rather than dragging and dropping the widget, I clicked on the arrow to the right of the Quick Contact Form widget to select the widget area I also get the error message.
The website was updated to WordPress 5.6.2 last night, so I don’t know if this is related.
Thanks for your help.
Update: I have found that the shortcode works OK in a custom HTML widget so am currently using that instead of the Quick Contact Form widget.
]]>Dear,
The QCC plugin cannot run after upgrading to php8
Please help
thank you
]]>I want use your forms with multiple languages. Think of all default texts you use, e.g. error messages. Do I really need to translate all these texts into those different languages or do you have a multilingual functionality in your plugin?
]]>I am trying to make a list of options in an enquiry form. The spacing is annoying because a <br> is added between <label>elements.
<p class="input"><label><input type="checkbox" style="margin:0; padding: 0; border: none" name="qcfname6_HighContributionCulture" value="High Contribution Culture" > High Contribution Culture</label><br><label><input type="checkbox" style="margin:0; padding: 0; border: none" name="qcfname6_LeadershipandTalentDevelopment" value="Leadership and Talent Development" > Leadership and Talent Development</label><br><label><input type="checkbox" style="margin:0; padding: 0; border: none" name="qcfname6_OperationalEfficiencyandEffectiveness" value="Operational Efficiency and Effectiveness" > Operational Efficiency and Effectiveness</label><br><label><input type="checkbox" style="margin:0; padding: 0; border: none" name="qcfname6_CulturalandChangeManagement" value="Cultural and Change Management" > Cultural and Change Management</label><br></p>
In the php creating the html you have some \n\r which probably creates that <br>. That <br> seems to create a large space between lines. I don’t know how to narrow this gap. Could you help?
I do like this plugin very much and commend it to others. Thank you for your hard work.
]]>Hello,
could you please check Consent field and make it required? Because the form can be send without agreeing…
I also need to add link to GDPR rules, could you please add option to make whole Consent label text linkable/clickable?
And I get error message after submit button is pressed:
Warning: Use of undefined constant basedir – assumed ‘basedir’ (this will throw an Error in a future version of PHP) in xyz/wp-content/plugins/quick-contact-form/quick-contact-form.php on line 636
I have the same problem as described at https://www.ads-software.com/support/topic/duplicate-mime-headers/ (but that topic is closed, hence a new one here).
Is there a reason to add those headers? If not, maybe instead of making this configurable, just remove them completely? It seems they will be added by wp_mail anyway?
]]>I have a problem with the from, the setting seems to be ok but still wrong forms address. It is the ‘return-path’ or ‘envelope-from’ address that needs to be changed to an address at your own domain. While the setting appears correct, the emails being sent do not reflect the setting in my settings. Please see an example below which has both a header ‘from’ address and return-path/envelope-from address which belong to the customer.
Received: from [10.185.182.57] (helo=portal.tandartspraktijk-tilburg.nl)
by smtpcorp.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
(Exim 4.91)
(envelope-from <[email protected]>)
id 1hfNL7-wSEQwA-C6
for [email protected]; Mon, 24 Jun 2019 11:40:49 +0000
Date: Mon, 24 Jun 2019 11:40:47 +0000
To: [email protected]
From: Khadija elgane <[email protected]>
Subject: Aanvraag website
Message-ID: <f2b9707a80a00e15ba53f3b6c3e2be9c@portal.tandartspraktijk-tilburg.nl>
X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary=”b1_f2b9707a80a00e15ba53f3b6c3e2be9c”
Content-Transfer-Encoding: 8bit
Hi, This form was working perfectly up until a few days ago, when mail began to be returned. It’s set up to send to a Gmail address. This is the error I’m getting:
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[email protected]
host gmail-smtp-in.l.google.com [64.233.191.26]
SMTP error from remote mail server after end of data:
550-5.7.1 This message does not have authentication information or fails to pass
550-5.7.1 authentication checks. To best protect our users from spam, the
550-5.7.1 message has been blocked. Please visit
550-5.7.1 https://support.google.com/mail/answer/81126#authentication for more
550 5.7.1 information. a8si18072jao.75 – gsmtp
I don’t understand how to set up authentication that Google requires with this plugin? I’m using the WordPress mailer, not SMTP. Any suggestions would be welcome.
]]>In the last contact form plugin I used, the phone number field would show up as a link so that when I looked at it on my phone, I could just push the phone number and it would dial out. I really like all of the features of your plug-in, but that is something I miss.
]]>Hi. There are error messages on all the Quick Contact forms on the website, and the forms settings page shows the following:
Notice: Undefined offset: 1 in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/quick-contact-form.php on line 964
Notice: Undefined offset: 1 in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/quick-contact-form.php on line 964
Notice: Undefined index: backgroundimage in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/quick-contact-form.php on line 962
Notice: Undefined offset: 1 in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/quick-contact-form.php on line 964
Notice: Undefined variable: content in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 1754
Notice: Undefined variable: dropdowna in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 302
Notice: Undefined variable: radioa in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 304
Notice: Undefined index: field5 in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 359
Notice: Undefined variable: dropdownb in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 309
Notice: Undefined variable: radiob in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 311
Notice: Undefined variable: dropdownc in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 316
Notice: Undefined variable: checkboxc in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 317
Notice: Undefined variable: tmail in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 327
Notice: Undefined variable: ttele in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 328
Notice: Undefined variable: tdate in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 329
Notice: Undefined variable: bmail in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 338
Notice: Undefined variable: btele in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 339
Notice: Undefined variable: bdate in /home/sites/5a/0/0371646d9c/web/wp-content/plugins/quick-contact-form/settings.php on line 340
Do you know what may be causing this?
]]>Hi Graham,
We have chatted in the past several years ago.
I’ve been using your excellent plugin for many years. Great work.
One serious suggestion.
The issue is when the word-press PHPMailer class is used for sending the emails, it adds a ‘MIME-Version: 1.0’ into the email headers. This plugin does the same, so the email ends up having to of these headers. While most SMTP servers are ok with that, some refuse to send the email with the duplicate header (most notably, AWS SES). I had to go into the file “quick-contact-form.php” and delete all three instances where it had “”MIME-Version: 1.0\r\n””
and now my system works.
This has been an ongoing issue for a long time.
My suggestion would be to have this as a variable in settings whether or not to use mime settings. That would help us by not having to go into the file each time the plugin is updated.
Hope to hear back with your comments
The plugin seems to be sending 3 notifications every time a form is submitted. Please advise. WP and all plugins are updated.
https://www.awesomescreenshot.com/image/3171171/9eba776b4ab962c6a879e7db9a57e9b6
]]>Using PulsarMedia Quick Contact Form as a widget in our footer area. Would like to have submissions sent to multiple email addresses. Separating the addresses with a comma only results in system errors when submitting. How can I configure the widget to submit to multiple addresses?
]]>When Quick Contact Form is activated SEO plugin by Yoast doesn’t works (inactive page analize data panel). Please, help to solve the problem.
]]>Which popup plugin works well with the Quick Contact Form plugin?
Thanks,
Melissa