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

An error occurred while sending your message, please try again later.

$
0
0

Replies: 0

New wordpress installation plus Contact Form 7 plugin yesterday
Unable to send mail, I have the error message here

“An error occurred while sending your message, please try again later.”

Here is our form:

<label> Catégorie (obligatoire)
    [select* menu-623 include_blank "Présentent un témoignage" "Je souhaite mettre de la publicité" "J'ai une suggestion ou une offre de partenariat à faire" "Service technique" "Autres" ] </label>

<label> [group group-862]
Pour les problèmes techniques privilégiez l'ouverture d'un ticket d'incidence  <a href="https://www.domaine.eu/termes-et-conditions/" target="_blank">conditions d’utilisations</a>
[/group] </label>

<label> Votre nom (obligatoire)
    [text* your-name] </label>

<label> Votre e-mail (obligatoire)
    [email* your-email] </label>

<label> Sujet
    [text your-subject] </label>

<label> Votre message
    [textarea your-message] </label>

[file file-684 limit:1048576 filetypes:png|jpg|jpeg]
Types de fichiers: jpg , jpeg , png

<label> Accepter nos conditions d’utilisation (obligatoire)
[acceptance accept-this-1] Je l’ai lu et accepté les <a href="https://www.domaine.eu/termes-et-conditions/" target="_blank">conditions d’utilisations</a> </label>

[submit "Envoyer"]

Thank you


not receiving complete email

$
0
0

Replies: 1

I am not receiving the complete details of the form in email. What I am receiving in mail is just the following:
Subject: [your-subject]

Message Body:
[your-message]
I have created following fields:
courses: (dropdown menu)
full name: text placeholder
gender: radio button
email: your email
date of birth
nationality etc.
I have written following in the message body:
From: [your-name] <[your-email]>
Subject: [your-subject]

Message Body:
[your-message]


This e-mail was sent from a contact form on (http://designmaniac.in)

Pl. help as I want to receive the complete form in email.

Saxena

  • This topic was modified 3 hours, 14 minutes ago by saxena.

Japanese input garbled characters

$
0
0

Replies: 0

In WordPress 4.8, Japanese input garbled with the latest version (4.8) of Contact form 7. Version 4.7 of Contact form 7 has no problem.

WordPress4.8でContact form7の最新バージョン(4.8)で日本語入力内容が文字化けします。Contact form7のバージョン4.7では問題がありません。

Wordfence error on contact form ?

$
0
0

Replies: 0

I use wordfence for website security. I came to notice that many people visit my contact page and once they do that their next step is this(check image) :

wp-json/contact-form-7/v1/contact-forms/1934/refill

picture here: https://gyazo.com/bc09d7edacca717846cd0b8f0ca1a1dd

Does this mean they try to send a message through contact form but they get an error or something? Whenever i test it myself it works fine. I can see this at live traffic view.

Page with Contact Form does not load

$
0
0

Replies: 0

I put contact form on this page: https://www.am-cycling.com/cycling-clubs/. It worked perfectly, but last week I noticed that I’m not able to open the page anymore. It’s being loading, but does not load.
My theme: Sydney Pro
Please, help.

CF 4.8 Multilang. problems (WPML)

$
0
0

Replies: 1

Hello,

we use Contact form 7 and we have mutch problems with multilanguage websites. After your latest update we cant send from the translatet (all lang. expect the main GER).

For translation we use WPML.

See here:
https://monosnap.com/file/sX2muXf3HiUIOFgR9w29UozuwnHJO2 (http://www.ql-dokumentationen.de/) you can reproduce it at all translatet websites (german works)

If i go back to 4.7 –>it works

I think you plugin serach the wrong path ?lang=en (which wpml adds).

I hope you can fix it in your code or send me a solution 🙂

Best Regards
Christian

CF 7 stopped working

$
0
0

Replies: 0

It was working until couple days ago. Last mail I have received on 9th of June.
And now I was informed via direct email that my contact form is not working.

After pressing SEND it is just stuck.
It even does not check for required fields. Here is the image:
http://imgur.com/a/NXL6Y

Please, I need to fix this issue because I have a booking site and contact form is very important.

Thanks

Received email but no notification showed

$
0
0

Replies: 0

After submitting the form, the wheeler just keeping spinning, no notification showed, submitted info is not cleared, but I was able to get emails. The error from the console showed:
Uncaught TypeError: Cannot read property ‘dispatchEvent’ of undefined
at Object.wpcf7.triggerEvent (scripts.js:341)
at ajaxSuccess (scripts.js:259)
at Object.<anonymous> (scripts.js:324)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)

Plugins currently active:
Advanced Custom Fields PRO
Akismet Anti-Spam
Custom Post Types for Jordan
Facebook and Twitter Sharing Plugin for Jordan
Hello Dolly
Jetpack by WordPress.com
MOJO Marketplace
One Click Demo Import
OptinMonster API
Redux Configuration for Jordan
Redux Framework
Simple Custom CSS
W3 Total Cache
WP LESS


Form displaying incorrectly

$
0
0

Replies: 0

I am using the default plugin form and added reCaptcha to the form. The form is displaying with an additional form field behind the recaptcha checkbox, and the checkbox is overlapping the “Send” button. The form works correctly submitting the email but the display is not correct. How do I fix this so that the additional text box is removed and the recaptcha box has the proper spacing between the “your message” box and the send button?

Contact Form 7 not submitting

$
0
0

Replies: 0

Contact Form 7 v4.8 doesn’t seem to work with the new WorPress update. We think it’s because of the new <layer> tag. We had to downgrade to Contact Form 7 v4.5 to get it to work again.

Also, it will no longer allow us to simply respond to the sender. The from email address is our WordPress site address.

File load time

$
0
0

Replies: 0

Hi,

i’m using gtmetrix for testing my site speed and I see that this file needs more than 1,5s to load.

/wp-json/contact-form-7/v1/contact-forms/13891/refill

Is it possible to fix it?

Thank’s

Logged in user is not accessible when CF7 process submitting

$
0
0

Replies: 1

I’m using the hook “wpcf7_mail_sent”. In previous versions, the current user was accesible trough the code. Now it isn’t.

I think it has to do with the implementation of the REST API. In wp-includes/default-filters.php, the code search for $_REQUEST[‘_wpnonce’] or $_SERVER[‘HTTP_X_WP_NONCE’], and if they are nos present, sets current user to 0

Seems that you’re using _wpcf7_nonce filed instead of _wpnonce, but you don’t look for the user and the default code is running searching for this values.

Contact Form stopped working

$
0
0

Replies: 0

Contact form 7 stopped working – I noticed error notification on my pluggin page stating that the file was no longer there – or something like that, it was gone before I paid enough attention.

Contact form 7 is no longer listed under my pluggins – I went to install it again and it gives me the following error:

Installation failed: Destination folder already exists.

Ideas?

Contact Form not sending

Dynamic value & Set current time two hours ahead.

$
0
0

Replies: 0

Hello,

my query is :

i want a pop form in which i want to show
NAME :
Mobile Number :
Date & Time :

This is send in the back to us to gouravgupta2404@test.com the subject which is the Short description is
“CT” + “-“+ Internal Job vacancy id + Title+”-“+ “Region””-“+ Province/State and that the candidate requested to call back
With the message in text
You can reach me (name) on the following number xxxxx and the best time to call me is date xxxx with time xxxx.
Sender is no reply@cooltalent.eu
Remark: Proposed time is always 2 hours ahead, never same moment.

Internal Job vacancy id $json[$i][‘Province_State__c’]
Title $json[$i][‘Province_State__c’]
Region $json[$i][‘Province_State__c’]
Province/State $json[$i][‘Province_State__c’]

Above are dynamic parameters..

1) How to set time 2 hour ahead like current time is 9:00pm show its how pick 11:00pm after.
2) how can i pass dynamic value in subject feild.


Contact Form 7 not Sending > Resolution?

$
0
0

Replies: 0

I have read more than a few of the posts regarding users having similar problems. I simply want to fix it. Has anyone figured out what to do? My forms seem to set up fine, but after completing the form and clicking submit, nothing is received by us and nothing is received by the person completing the form (i.e. autoresponder).

PLEASE HELP. I’m no IT Guy, so I have no idea where to start to trouble-shoot or edit code.

Can’t Get Logged In Username In Database using CFDB with CF7 4.8? Fix here!

$
0
0

Replies: 0

For those wishing to capture a logged in user with CFDB and the latest CF7 the fix is extremely simple….

Add a hidden field to the form where you wish to capture the user id like this:

[hidden LoggedUser default:user_login]

You can change the LoggedUser part to whatever you wish. Save the form, clear the cache if you use one and voila! The the logged in users name will be added under its own column in the database.

For further information please see here and here

Free Text not included in event inputs

$
0
0

Replies: 1

Hi,

I’m trying to find the free_text input in the event.detail.inputs javascript array when listening to the wpcf7submit event. The free_text input is found with the radio and checkboxes if the user chooses to include it.

I don’t see anything similar to _wpcf7_radio_free_text_ in scripts.js that would add the field to the inputs array. Could you add it to the event.detail object?

Thanks

Strange error on invalid header fields

$
0
0

Replies: 2

Hello, I have this very strange error:

Error

I’ve used this header thousands of times. Don’t know what’s wrong here.

unexpected token in json at position 0

$
0
0

Replies: 0

Hello,

I am getting an error when trying to submit a contact form,

They have all been working before, but now they appear not to work, I’m nto sure if this is to do with a recent upgrade, but When submitting I get the following error:
“unexpected token < in json at position 0”

Viewing all 49025 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>