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

Adding noscript tags to the google recaptcha script

$
0
0

Replies: 2

Hi,

We’re trying to make our wordpress site as accessible as possible by adding noscript tags to all of our Javascript tags. Unfortunately Contact form 7 has a script tag for Google Recaptcha in the file Recaptcha.php which we can’t access from the functions.php file and the script_loader_tag filter. I’d like to add the following line directly after the script tag (Or something similar)

<noscript><p>For full functionality this website requires Javascript to be enabled in your browser.</p></noscript>

However, I’m not keen on modifying this file directly as that can cause issues when the plugin is updated.

Does anyone know of a good way to do this via our theme, or am I able to submit an update to the contact form 7 git repository somehow? Assuming the plugin authors think it’s a sensible addition of course.

Cheers,
Paul


my form no longer works

$
0
0

Replies: 0

Bonjour
mon formulaire ne fonctionne plus. J’ai un message dans un cadre orange : Une erreur s’est produite lors de l’envoi de votre message. Veuillez essayer à nouveau plus tard. J’ai désactivé tous les plugins et changé de thème mais rien y fait. Que puis je faire ?
Merci
Pascal

Hello
my form no longer works. I have a message in an orange frame: An error occurred while sending your message. Please try again later. I have disabled all plugins and changed the theme but nothing helps. What can I do ?
Thank you
Pascal

Not recieve all email to my mailbox

$
0
0

Replies: 0

Hello,

I have a problem with email sending with CF7.

So the plugin works for me 80% successfully rate.

Sometimes some email not recieve to my mailbox but I see in the inbound message in wordpress.

I contacted to my hosting provide but they said the problem not with they host.
Maybe the sending plugin have issue.

I would like to ask help about that problem. How Can I fix that?

I wait your replies.

Thank you.

Mark

Create 2 reCAPTCHA for different forms

$
0
0

Replies: 0

Hello,

I installed reCAPTCHA v3 in Contact Form 7, but I have another form from Mautic. Do I need to install again reCAPTCHA for my Mautic form?

Recaptcha v3 + CF7

$
0
0

Replies: 0

Hello,

Since a few days the contact forms of my website doesn’t works anymore. When I try to send a message, I’ve a message with orange border and when I check into Flamingo, I find my message in “Spams” tab with this information : “Spam log: The result of reCAPTCHA (0.00) is below the threshold (0.50).”

When I remove the keys of recaptcha, my forms works again.

Thank you for your help.

Contact Form 7 : UNE ERREUR S’EST PRODUITE LORS DE L’ENVOI DE VOTRE MESSAGE

$
0
0

Replies: 0

Hello,

I realized today that my various forms on my website no longer work. When the user clicks on “Send” this message appears “I realized today that my various forms on my website no longer work”

Apart from the updates of the site, I have not done much or add other plugin recement.
Do you know how I can fix this problem?

thank you

Flamingo stores messages but I don’t receive emails

$
0
0

Replies: 0

Hi,

I am facing an issue while submitting forms from my company’s website. I am using Contact 7 forms with the Flamingo plugin. When I submit a form it will display a successful delivery message on the web page but It didn’t deliver emails to the provided email address (in “To” field of Contact 7 Form) while Flamingo captures these messages in inbound messages. Can you please assist, why I am not receiving emails?

Thank You!
Ahsan Khurshid

Mobile version of contact form 7 does not display correctly

$
0
0

Replies: 0

Hello.
The adaptation for the mobile device does not work for me. The text and email fields on the phone are not displayed correctly, that is, they go beyond the page. How can I solve this problem?

Thank you


Emails not being received

$
0
0

Replies: 0

The form has not been sending to two server emails, but sends to an outside email. The form says sent, but the emails don’t go through. These missing emails don’t end up in spam or bulk mail either.

Email fields not populating

$
0
0

Replies: 1

when email is sent, guest meals are not populating. No error, just blank space.

Here is form code followed by email code.

<div id="responsive-form" class="clearfix">

   <div class="form-row">
      Please select an option:
      <div class="column-whole">[radio rsvp "Attending" "Cannot Attend"]</div>
   </div>

   <div class="form-row">
      <div class="column-half">First Name [text* fName]</div>
      <div class="column-half">Last Name [text* lName]</div>
   </div>

   <div class="form-row">
      <div class="column-half">Email [email* eMail]</div>
      <div class="column-half">Contact Phone # [text* tele]</div>
   </div>

[group RSVP]
   <div class="form-row"">Number of Guests[select* Guest_Number include_blank "1" "2" "3" "4" "5" "6"]</div>
   <div class="form-row"><a href="https://larryandadonna.com/wp-content/uploads/2019/11/Menu.png" style="font-size:2em;"  target="popup" onclick="window.open('https://larryandadonna.com/wp-content/uploads/2019/11/Menu.png','popup','width=700,height=200,scrollbars=no,resizable=no'); return false;">Entree Options</a></div>

[group GuestOne]
   <fieldset>
      <div class="form-row">
         <div class="column-half">Guest Name[text* guest1]</div>
         <div class="column-half">Guest Meal choice[select meal1 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
   </fieldset>
[/group]

[group GuestTwo]
   <fieldset>
      <div class="form-row">
         <div class="column-half">Guest #1 Name[text* guest1]</div>
         <div class="column-half">Guest #1 Meal Choice[select meal1 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #2 Name[text* guest2]</div>
         <div class="column-half">Guest #2 Meal Choice[select meal2 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
   </fieldset>
[/group]

[group GuestThree]
   <fieldset>
      <div class="form-row">
         <div class="column-half">Guest #1 Name[text* guest1]</div>
         <div class="column-half">Guest #1 Meal Choice[select meal1 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #2 Name[text* guest2]</div>
         <div class="column-half">Guest #2 Meal Choice[select meal2 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #3 Name[text* guest3]</div>
         <div class="column-half">Guest #3 Meal Choice[select meal3 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
   </fieldset>
[/group]

[group GuestFour]
   <fieldset>
      <div class="form-row">
         <div class="column-half">Guest #1 Name[text* guest1]</div>
         <div class="column-half">Guest #1 Meal Choice[select meal1 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #2 Name[text* guest2]</div>
         <div class="column-half">Guest #2 Meal Choice[select meal2 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #3 Name[text* guest3]</div>
         <div class="column-half">Guest #3 Meal Choice[select meal3 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #4 Name[text* guest4]</div>
         <div class="column-half">Guest #4 Meal Choice[select meal4 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
   </fieldset>
[/group]

[group GuestFive]
   <fieldset>
      <div class="form-row">
         <div class="column-half">Guest #1 Name[text* guest1]</div>
         <div class="column-half">Guest #1 Meal Choice[select meal1 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #2 Name[text* guest2]</div>
         <div class="column-half">Guest #2 Meal Choice[select meal2 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #3 Name[text* guest3]</div>
         <div class="column-half">Guest #3 Meal Choice[select meal3 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #4 Name[text* guest4]</div>
         <div class="column-half">Guest #4 Meal Choice[select meal4 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #5 Name[text* guest5]</div>
         <div class="column-half">Guest #5 Meal Choice[select meal5 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
   </fieldset>
[/group]

[group GuestSix]
   <fieldset>
      <div class="form-row">
         <div class="column-half">Guest #1 Name[text* guest1]</div>
         <div class="column-half">Guest #1 Meal Choice[select meal1 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #2 Name[text* guest2]</div>
         <div class="column-half">Guest #2 Meal Choice[select meal2 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #3 Name[text* guest3]</div>
         <div class="column-half">Guest #3 Meal Choice[select meal3 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #4 Name[text* guest4]</div>
         <div class="column-half">Guest #4 Meal Choice[select meal4 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #5 Name[text* guest5]</div>
         <div class="column-half">Guest #5 Meal Choice[select meal5 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
      <div class="form-row">
         <div class="column-half">Guest #6 Name[text* guest6]</div>
         <div class="column-half">Guest #6 Meal Choice[select meal6 include_blank "Charred Filet Mignon" "Pan-Seared Salmon Fillet"]</div>
      </div>
   </fieldset>
[/group]

   <div class="form-row">Song Selection
      <div class="column-half">Artist[text artist]</div>
      <div class="column-half">Title[text title]</div>
   </div><br/>
[/group]

   <div class="form-row">
      Any Special Requests
      [textarea message]
   </div>

   <div class="form-row">
      <div class="column-full">[submit "Send"]</div>
   </div>

</div><!--end responsive-form-->

Email code:

From: RSVP Headquarters
Subject: RSVP Response

RSVP Info:
[rsvp]
First Name: [fName]
Last Name:  [lName]
E-Mail:  [eMail]
Telephone:  [tele]

Meal Selections: 
[GuestOne] [guest1] - [meal1]
[GuestTwo] [guest2] - [meal2]
[GuestThree] [guest3] - [meal3]
[GuestFour] [GuestFour] [guest4] - [meal4]
[GuestFive] [guest5] - [meal5]
[GuestSix] [guest6] - [meal6]

Song Selection: [artist], [title]

Special Request:  [message]

-- 
This e-mail was sent from an RSVP on Larry and Adonna (https://larryandadonna.com)

Why are emails not showing any meal information?

ALL conditional fields are showing on mobile, and issue with Submit button

$
0
0

Replies: 1

Hello!

I am setting up a contact form on a new client site and right now I am having two issues:

1. The conditional formatting groups I configured are working well on desktop (Win 10, Chrome) but on mobile (Android 10, Chrome), ALL the options and conditional fields are showing at once! How do I get it to collapse properly like on desktop?

2. The submit button does not seem to work on either desktop or mobile. I checked to ensure that Adguard was turned off on both test platforms

Thanks for your help!

Chris

Remove unused CSS for reCAPTCHA badge

$
0
0

Replies: 0

I have the reCAPTCHA v3 badge hidden via the following CSS:

.grecaptcha-badge {
    visibility: hidden;
}

In my Google PageSpeed Insights, it says to remove the unused CSS with the following URL: https://www.gstatic.com/recaptcha/releases/eQmzkx3d5dtuXlLOA4pEID3I/styles__ltr.css

How can I remove this CSS from the plugin? I’m guessing it’s calling Google’s CSS for the badge, so is there somewhere in the plugin’s files that I can remove this?

Why keys switch panels not working?

widget area – width not adjusting

$
0
0

Replies: 0

Hi, Contact Form 7 is in the footer widget.

if I make the size of the page smaller, CM7 does not adjust to the size of the widget. Do you know how to fix it?

THANKS!

Problem with posting _raw_values

$
0
0

Replies: 2

Hi all,

I am having problem showing text after pipes.

I have this type of form:

<label> [select* dropdown first_as_label “Pick a model”
“43 GDU 7502|TFM000”

]

This is how it looks in email reply:
Model: [_raw_dropdown] -> this shows “43 GDU 7502”
Product-code: [dropdown] -> this shows “TFM000”

Which is exactly how it should work, but it’s not doing the same when I want this data posted with PHP.

This is how it looks with PHP:
. $_POST[_raw_’dropdown’] -> this shows nothing – blank
. $_POST[‘dropdown’] -> this shows “TFM000” which is exactly what I want.

How to display _raw_values?

Any help is appreciated.

Thank you in advance,
Regards,
Ivan


checkboxes not showing up?

$
0
0

Replies: 1

Hi, would some one be willing to look at my page and help me figure out why my checkboxes are not showing up? My edit boxes and text area work fine. Thanks,

Output raw data about the fields in REST API

$
0
0

Replies: 0

The current output in the REST API isn’t really helpful when developing a headless wordpress with separate frontend.

It outputs the rendered HTML, but like most frontend developers, I would like to make my own HTML for a form.

Would it be possible to output the fields as raw data?

Just like POSTing to /feedback gives you information about the fields (when missing required fields)

If this would be possible, I would like to give it a shot writing an extention gatsby-source-wordpress to include Contact Form 7.

Change year-text in auto-replies dynamically

$
0
0

Replies: 0

In every email auto-reply, there is a text for copyright purposes like:
Copyright © 2019 – All rights reserved.

Every year I have to change it manually for every form.

Can this be done automatically?

Like replacing the year with a variable:
Copyright © {{current_year}} – All rights reserved.“?

No mail received when using default:shortcode_attr

$
0
0

Replies: 0

A different CF7 form, the exact same settings of “To” and “From” in the “Mail” tab, is working properly (URL: /contact), so it’s not a plugin collision issue.
The auto-filled field (called “question”) is populated, and with the correct value – “bottom” (you can use inspect to validate). The mail wasn’t sent even when this field wasn’t hidden.
Got a confirmation message, but no email.
What can possibly be the problem?
Thank you all in advance.

Mail Tab From field

$
0
0

Replies: 0

I’m wondering why in the mail tab form field it has to have your own email address in there. I just moved hosts and prior I was able to have [your-name] <[your-email]> fields in the from section and it worked fine. The form mail i received i could just click reply because this is who it was from. Now with the new hosting company it won’t work. I had to change this section to have my email address again so all forms i receive in email is to me and from me. I don’t get this.

Viewing all 49061 articles
Browse latest View live


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