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

Language Error

$
0
0

Replies: 0

Hi,

My Site Language is Swedish. But my user language when developing is English.

According to the support documentation CF7 should follow the Site language set in general settings.

“You can use Contact Form 7 admin screen in your language. Because it follows WordPress’s language setting, all you need to do is select your preferred language from the Site Language drop-down menu in the admin menu Settings > General.”

Unfortunately it doesn’t. It seems to follow the user language and therefor all validations is in english.

I have a very long form that I preferbly don’t want to build again. Can I somehow set the validations to be in the site language without copy-pasting every validation string?

Thanks.


Code does not work in edge Browser

$
0
0

Replies: 0

Hi,

I have some code in, contact form 7, in my additional settings that don’t work in edge browser. It ignores the condition terms. Whatever the condition is, it always forwards to the same page, which is very damaging for my business 🙁

The code is:

on_sent_ok: “if (document.forms[1][“modo-pagamento”].value == ‘PayPal’) {window.scrollTo(0, 0);document.forms[1].style.fontFamily = “Lucida Grande,Segoe UI,Verdana,Helvetica,Arial,sans-serif”;document.forms[1].innerHTML = “<br><br><br><center>Obrigado pelo seu pedido. A sua mensagem foi enviada com sucesso! <br><br>Irá ser encaminhado para o site do PayPal, por favor aguarde…</center>”;location = ‘https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GGY6F5H9GQ4AS’;} else {window.scrollTo(0, 0);document.forms[1].style.fontFamily = “Lucida Grande,Segoe UI,Verdana,Helvetica,Arial,sans-serif”;document.forms[1].innerHTML = “<br><br><br><center>Obrigado pelo seu pedido. A sua mensagem foi enviada com sucesso!<br><br>Em breve receberá um email com a informação do IBAN que deve utilizar para efectuar o pagamento.</center>”;}”

Please, can you help me with this problem?

Thank you.

Bug: Clicking send multiple times will duplicate error messages

Contact Form 7 don’t see in mobile

$
0
0

Replies: 0

Hi, in mobile, the contact form show only the title and don’t show nothing more, meanwhile in desktop shows correctly. What can I do? I have Contact form 7 version 4.8 and WordPress 4.7.5 with template Newspaper of TagDiv.
http://chilecientifico.com/contacto/

Problem I do not receive a file

$
0
0

Replies: 0

Hello,

Problem I do not receive a file ?

This is my contact 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"]

Message Body

De : [your-name] <[your-email]>
Sujet : [your-subject]

Corps du message :
[your-message]

Pièces jointes :
[file-684]

--
Cet e-mail a été envoyé via le formulaire de contact de Site de test! (https://www.domaine.eu/)

Votre adresse IP :
[_remote_ip]

define( 'WPCF7_UPLOADS_TMP_DIR', '/home/domaine/public_html/test' );

Thank you

Line Break Being Inserted after Label Tag on Checkboxes

$
0
0

Replies: 0

This can be seen on this page: https://vortexxpressurewashers.com/dealer-resources-2/
Under the “Form” tab, on the “New Dealer Registration” form.

A line break is being inserted after “I am…”

I’ve added the following to my functions.php file, that hasn’t resolved it:

remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );

Any ideas?

Class ‘WPCF7_Service’ not found

$
0
0

Replies: 0

I am migrating a site from one host to LiquidWeb. Everything moved over fine but WordPress was very out of date (3.5.1) as were many plugins so I updated them. Everything updated fine except Contact Form 7 which gives this error as soon as I “Activate” it (ver. 4.8): Fatal error: Class ‘WPCF7_Service’ not found in /home/account_name/public_html/wp-content/plugins/contact-form-7/modules/recaptcha.php on line 3

I have Deactivated all other plugins and I still get this error. I can re-install Contact Form 7 v 3.4.2 and that works fine, but as soon as I update it I get the error message.

I did review the page https://contactform7.com/recaptcha/, but I cannot follow the directions there as I cannot access the plugin at all (or any plugin) because of the error message that is thrown.

Server environment: Linux, Apache 2.4.23, PHP 5.6.27, MySQL 5.6.35.

Any ideas on how to fix this?

Changing the layout of Checkboxes in Contact Form 7

$
0
0

Replies: 0

I have set up a form using CF7 and the checkboxes are just showing up one after another. I want to have them is two column. As I have 3 lots of checkboxes in the form I want this to apply to 2 lots only and have the 3rd lot one under another. Can anyone please help. I have included a link to the webpage applicable.

http://greghillfinance.com.au/index.php/competition-2


a form doesn’t open in popup

$
0
0

Replies: 0

Hello everybody. Could you help me, please?

When I click on a button, the form doesn’t pop up. I’ve been looking for different solutions, but none of them worked.

Here is my code:

<div class="callback">
    <a href="#callback-form" class="fancybox">Call back</a>
</div>
<div style="display: none" class="fancybox-hidden">
    <?php echo do_shortcode('[contact-form-7 id="32" title="Call Back"]'); ?>
</div></div>

When I delete the “fancybox-hidden” class, the form becomes visible.

What might cause it and what are possible solutions?
Thanks.

  • This topic was modified 1 hour, 47 minutes ago by nkom.
  • This topic was modified 1 hour, 47 minutes ago by nkom.
  • This topic was modified 1 hour, 46 minutes ago by nkom.
  • This topic was modified 33 seconds ago by Jan Dembowski.

Sending wheel spins infinitely – issue with loading JS

$
0
0

Replies: 0

Hello there,

I have come across an issue in a few websites that I have been working on with CF7 that the wheel spins infinitely, but does send the email message. The way to fix this seems to be adding the below to wp-config.php.
define ('WPCF7_LOAD_JS', false);

Whilst this does solve the problem and gives a success message, the page is required to fully refresh and depending on the exact layout of a website, the green success message is not always in the end users eyeline. I’m not sure if there’s a simple fix, or if I’m missing something?

This seems to be happening mostly in Chrome, however other browsers do also display the behaviour. I have had reports from both Windows and Mac.

Any insight from anyone with this problem, or knowing of a nicer fix; it’d be great to hear from you! Thanks. 🙂

Example (with JS disabled): https://www.realityyouthproject.co.uk/contact/

Kind Regards,
Tim

  • This topic was modified 2 hours, 26 minutes ago by Timothy Neville. Reason: Included example site for review

Newsletter

$
0
0

Replies: 0

Hi,

I have a big problem. I have a Newsletter form to create with this plugin in my core theme. I have done a test by inscribing myself except that since I receive by days between 6 to 10 emails from newsletter. How to stop this? And even, how to make sure to send it myself manually instead? thank you in advance

Best Regards

multi fields on a line

$
0
0

Replies: 0

I would like to have first name and last name as fields – but want them to appear in the form on the same line. How do I accomplish this?
thanks

Disable jump when form is submitted

$
0
0

Replies: 0

Hi,

I am using WordPress 4.8
with Sparkling theme 2.3.2
and Contact Form 7 version 4.8

Whenever I submit a form
it automatic jump to the confirmation message.

I was wondering how to disable this?

I understand I probably have to change some PHP code
but I am not really familiar with it.
I understand HTML, CSS though.

Cheers

Radio Buttons with Labels on Same Line

$
0
0

Replies: 1

Desired Output:

O $1,000 – $2,000
O $2,000 – $4,000
O $4,000 – $6,000
O $6,000 – $10,000
O $10,000+

What do I need to put into the CSS in order to do this?

If REST API is disabled form can’t be sent

$
0
0

Replies: 0

Hi there,

We have noticed today that now Contact Form 7 needs the REST API enabled to check the fields of a form and send the form.

We run the plugin Disable REST API on many of our sites because we don’t need the REST API and we want to reduce security risks.

Now we have noticed that when the plugin is enables (and therefore REST API disabled) after clicking on send nothing happens and the wheel keeps spinning.

In the console we see following errors:

Failed to load resource: the server responded with a status of 401 (Unauthorized)
/wp-json/contact-form-7/v1/contact-forms/9206/feedback

and

Failed to load resource: the server responded with a status of 401 (Unauthorized)

If we click on either of them we get some more information:

{"code":"rest_cannot_access","message":"Only authenticated users can access the REST API.","data":{"status":401}}

That’s why we tried to disable the Disable REST API plugin and the form worked again.

Is there a reason why you rely on the REST API which before was not needed?

Can we disable the use of the REST API by Contact Form 7?

Best regards from Spain.


Contact Form: Missing Labels+ Will Not Receive Emails from Form Submissions

$
0
0

Replies: 0

I am having two issues with my contact forms on my website guidetogreenville.com. The first is that there are missing labels for each text box (name, phone, email, etc). These forms can be found under Buying, Selling, and Contact.

The second issue is that I am not receiving the form submissions via email once a form is submitted. It says “Thank you for submitting a form”, but nothing comes through to my email. They are showing up under the Feedback section in WP Admin. I downloaded the Check Email plugin and successfully sent an email that way, so I know that is working. I looked in my spam folders and the emails were not sent there either. I’ve tried to read the forums and have spent a really long time trying to figure this out on my own, but I don’t know what to do! Any help would be greatly appreciated!

Contact form submission not getting tracked on google analytics after update

$
0
0

Replies: 0

HI
Contact form 7 submissions not getting tracked on google analytics after the recent update to version 4.8. I added the following code in function.php file, still no luck. But it works fine on staging site. On my live site, after submitting form, I see
#wpcf7-f362-p568-o1 weired code after the url which is again missing on staging site.
Can you please help me?

add_action( ‘wp_footer’, ‘mycustom_wp_footer’ );

function mycustom_wp_footer() {
?>
<script type=”text/javascript”>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
ga( ‘send’, ‘event’, ‘Contact Form’, ‘submit’ );
Alert(“test”);
}, false );
</script>
<?php
}

Contact form 7: file upload doesn’t send .zip or .rar files

$
0
0

Replies: 0

Hi guys, I have a contact form 7 plugin working fine , but file upload doesn’t send .zip or .rar files, Can you help?
Here is the field for upload files:

[file your-file filetypes:pdf|txt|png|jpg|jpeg|zip|rar|RAR limit:20000mb]

Other file types work fine.

Thank youin advance

Who to link my date to an external software

$
0
0

Replies: 1

Dear WordPress team,

I’m using this Contact plugin since long time but that time I have a small issue and i’d like to have more info about it.

For one of my website, I have to send all datas filled in my form to an external software who’s working with an API. How can I POST it to this API ?

Regards,

Matthieu

validating form

$
0
0

Replies: 0

I want the user to write only alphabets in text field and not any text. Is it possible? I am facing this problem because in the name field, users are writing anything including numbers.
Secondly is there any way to save the contact form 7 as a pdf in the same form format both at the user as well as my end.
Pl. help

Viewing all 49025 articles
Browse latest View live


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