Quantcast
Channel: WordPress.org Forums » [Contact Form 7] Support
Viewing all 48999 articles
Browse latest View live

Problem with 1 form menu option being marked as spam

$
0
0

Replies: 0

I am using a dropdown menu in Contact Form 7 for a job application form. All but 1 of the menu options is submitting – the problematic one (Hardware Support Specialist) is throwing the orange “message could not be sent” error. There are no comments in the Comments Blacklist, the WP Mail SMTP plugin is installed and configured, and I do not use reCAPTCHA. Any help is greatly appreciated!

  • This topic was modified 39 minutes ago by bcote.

ReCaptcha.js loading multiple times

$
0
0

Replies: 0

Is it typical that on one page load, we’d see recaptcha.jst get loaded more than once? I see it loaded three times (once with a 304 response) in the Network panel when using Chrome Inspector.

Using version 3 of ReCaptcha and latest ContactForm7 .

Contact form Extends URL with #wpcf7-f978-p692-o1

Adding extra fields

$
0
0

Replies: 0

I have been using contact 7 to set up an enquiry form so that potential clients can request quotes.

I have one info section, however I would like to give the clients the chance to add extra info.

For example, if a customer is entering an address (locaion) and they want to add more than one…

Is there a way for me to include an “extra location” button so that the form basically dupolicated the location field and another field appears allowing multiple locations to be entered?

A similar idea to: https://codepen.io/sandeep821/pen/akPJdG

  • This topic was modified 4 hours, 27 minutes ago by paulmcf87.

Tons of spam unblocked

$
0
0

Replies: 0

I am under a sort of spam attack and the spam messages sent through Contact Form 7 are not being blocked. I know the field “I’m not a robot” is not shown since the update but I assumed that the functionality would still exist.

Furthermore a significant part of these spam messages are completely undetected and treated like valid messages from Contact Form 7. I am sitting here for hours filtering out the spam messages that went through.

Please advise what to do, thanks!

Conditionally load reCaptcha

$
0
0

Replies: 1

To load reCaptcha on every-single-page of the site is a major design flaw.

It is a crime against user experience to arrive at a home page and have to prove to google that you aren’t a robot.

Luckily all this can be fixed by conditionally loading your scripts.

function recaptcha_shortcode_scripts() {
global $post;
if( is_a( $post, ‘WP_Post’ ) && has_shortcode( $post->post_content, ‘contact-form-7’) ) {
wp_enqueue_script( ‘https://www.google.com/recaptcha/api.js…’);
}
}
add_action( ‘wp_enqueue_scripts’, ‘recaptcha_shortcode_scripts’);

返信先を間違えて運用してしまった場合、届いてない過去のメールにアクセスできないでしょうか?

$
0
0

Replies: 0

返信先のメールアドレスだけを間違えてサイトを運用しておりました。
自動返信メールは機能していた模様です。
Flamingoなどの補強プラグイン利用はございません。

返信先を間違えて運用していた時期のメールを後追いすることは可能でしょうか?

よろしくお願いいたします。

Contact form stuck on submit

$
0
0

Replies: 0

On contact form submit it gets stuck in load animation and doesnt send emails.

The website is using smtp and the smtp tests are working


Error of the from post (error 401)

$
0
0

Replies: 0

Hi,
I have a problem with CF7, I have an error on the from post.
When I fill the Form, and press the submit,
nothing is happens, in the console of the navigator I have
a error 401 (Unauthorized).

But when I’m connected ad admin the submit work.

can someone enlighten me for a solution,
thanks in advance

Auto responder mail 2 don´t send all infos

$
0
0

Replies: 0

Hi, we have the problem, that the Auto responder mail 2 works not right. He ignore any div and table and [salutation][your-name][your-address][postal_codes][your-city][countries][your-email][your-phone][your-message] and send only
The adminemail works.

Anybody hav an idea, whats happens?

THX Roman

Uncaught ReferenceError: grecaptcha is not defined

$
0
0

Replies: 0

Hello. After adding recaptcha v3, I am having an issue submitting my form. I updated to plugin version 5.1.1. I then obtained a v3 key from Google, and entered the site key and secret key into Contact–>Integration. On my contact page, the recaptcha banner appeared in the bottom. But when I try to send a message, it fails, with the error:

>> Failed to send your message. Please try later or contact the administrator by another method.

There is also an error in the JS console:

Uncaught ReferenceError: grecaptcha is not defined

I see others have had this issue as well (post here I also see this post, with a list of fixes. But it’s not clear to me what exactly they fix. Does that post pertain to me?

Thoughts on this?

Show e-mails on webpage

$
0
0

Replies: 0

Dear support, is there a solution to show all e-mails of a certain contact-form on a public wordpress page?
Thanks for any hint

I operated the wrong “To” field. Can I access the undelivered past emails?

$
0
0

Replies: 0

I operated the wrong “To” field for a month…
Can I access the undelivered past emails?

[Mail (2)] was functioning normally.
Other plugins like Flamingo are not used.

Please tell me how to access the undelivered past emails.
(Either name or address of the sender is OK)

recaptcha not working on other languages

$
0
0

Replies: 0

Hi,
Google V3 captcha keys set up for English sites in a multisite works fine.

However for different languages it seems to be loading V2 of the capcha so the key is not working.
Note the keys used are identical and each site is added as a ‘domain’ on the Captcha admin settings on Googles side.

e.g. NL site:

reCAPTCHA couldn’t find user-provided function: recaptchaCallback recaptcha__nl.js:508:18
Error: Invalid site key or not loaded in api.js: 6LcbYYwUAAAAAFN3CjKIEffyaOtkV0X8e5gCxPCQ recaptcha__nl.js:516:239

https://www.gstatic.com/recaptcha/api2/v1547447582668/recaptcha__nl.js:516:239

  • This topic was modified 1 hour, 13 minutes ago by stupidchief.

Email not sent, after successful form submission

$
0
0

Replies: 0

Hi,

I am using wordpress 4.9.9, and Contact form 7 Version 5.0.1

when I submit the form, the form is submitted, with success message, but I am not receiving email, or sometimes I am receiving emails in spam and sometime no email received.

Also I tried various plugins to setup SMTP, unfortunately no luck, anyone help me out, how to resolve this issue.

thanks


What old version of Contact Form 7 works with WP 3.8.1.?

$
0
0

Replies: 0

I have not typical question. What old version of Contact Form 7 works with old WordPress 3.8.1.

  • This topic was modified 43 minutes ago by figoor.

Range Value

$
0
0

Replies: 0

I’m trying out the number tag (field type slider). I have a range of numbers between 25 and 50, with the default set to 25. The form shows the interactive slider but not the number value, so there is no way to tell what number the slider is on.

I’ve ticked the checkbox so that the default is used as a placeholder, but that didn’t work either.

Has the displayed value not been built into this plugin’s functionality or am I missing something?

Contact Form Missing contact-form-7 404 “Not Found”

$
0
0

Replies: 0

All of our contact forms suddenly been erased without anyone touching. Can somebody explain what cause the issue?

UTM Parameter capture

$
0
0

Replies: 0

Is there a way to capture UTM parameters in the contact form?
Thanks

Set a Recipient email based on two dropdown values

$
0
0

Replies: 0

I have a two dropdown in from. Investment and State. Based on these two values I want to change the Recipient mail address. But Not sure How to get those values.

Here Is a bit of code I have tried. But submit form gives an error.

function wpcf7_do_something (&$WPCF7_ContactForm) {
if ($form->id() == 3851) :

//Not sure How can I get The data of this investment & State Dropdown. Based on
if ($WPCF7_ContactForm->posted_data[‘Investment’] == “15-20 lack” && $WPCF7_ContactForm->posted_data[‘State’] == “Gujarat” ) {
$WPCF7_ContactForm->mail[‘recipient’] = “Name <Name@gmail.co.in>”;
}
endif;

}
add_action(“wpcf7_mail_components”, “wpcf7_do_something”);

Viewing all 48999 articles
Browse latest View live