Most voted "contact-form-7" questions
14 questions
Sort by count of
-
1
votes1
answer298
viewsContact form in php does not send
<?php $name = $_POST['name']; //pega os dados que foi digitado no ID name. $email = $_POST['email']; //pega os dados que foi digitado no ID email. $assunto = $_POST['assunto']; //pega os dados…
-
1
votes2
answers414
viewsProblems with contact form 7 - obsolete on_sent_ok function
I have some forms using the plugin contact form 7 and each one redirecting to a specific success page, I used on_sent_ok, however it does not work I went to check and found that it is obsolete and…
-
1
votes1
answer1690
viewsHow do I limit the size of the text area in a form in Contact Form 7?
I put a simple form on my site but I’m having difficulties in limiting the area aimed at the user’s messages (the one that can be resized with the mouse), because it is has a standard size that…
-
1
votes0
answers572
viewsForm Contact Form7- No error message but the form is not submitted
Hello, I have a form using the wordpress plugin contact-form-7 with javascript code. I use Hidden type fields and conditional fields. Filling the fields works perfectly, however when I give a Ubmit…
-
1
votes1
answer431
viewsPipes for checkbox Contact Form 7
I need to adapt a checkbox plugin Contact Form 7 wordpress with Pipes, what I’m doing: Man shortcode on the form: [checkbox checkbox-579 "10 cm" "15 cm" "20 cm" "30 cm"] And I must result: ...…
-
0
votes2
answers3102
viewsCustomizing Send File Contact Form 7 wordpress button
I have a form in contact form 7, wordpress, I need to change the button attach aquivos, today it is like this: I need the buttons to stay like this: I’ve tried everything and nothing!! If anyone…
-
0
votes0
answers22
viewsHow can I change the Submit button code?
Hello, I created a form Contact Form7 with javascript code and when trying to send it, nothing happened. When consulting the code (inspect element) of the Ubmit button I got the following result:…
-
0
votes0
answers12
viewsCF7 Forms - Submit button disablement
Hello, In my CF7 form I have the following code to enable the Submit button (Id=send): <script type="text/javascript"> window.onload = function() {…
-
0
votes0
answers66
viewsCustomization of texts button "send file" CF7
I have the field "send file", on a multilingual site, I want to know if it is possible to change these texts, to later translate them with the WPML plugin. Obs:I’ve tried with css, but it doesn’t…
-
0
votes0
answers96
viewsUsing wpdb->Insert correctly in the function
I am trying to enter the form data created by the plug Contact Form 7 for my table 'wp_wpdatatable_2', I created a hook using add_action and all right, but it does not send to the bank and I do not…
-
0
votes0
answers46
viewsContact form 2018
Good afternoon, you guys! I’m super beginner in programming and I’m trying to edit a template, but the contactform part isn’t working. If anyone can shed some light on this, I’d be very grateful.…
-
0
votes1
answer79
viewsProblem sending email with HTML in your body using PHP
The code works in parts, sends everything normal, fills and the like, the only problem I’m having is in $body, when the email arrives in the email, the HTML code is displayed and not how it should…
-
0
votes0
answers24
viewscss in contact form 7
I’m using contact form 7 at (https://petspa.vet.br/contact/) and the return of submission is with the blank source: .wpcf7 .wpcf7-response-output { margin: 30px 0 0; padding: 15px 20px; border: 0;…
-
-3
votes1
answer4148
viewsHow to put mascara in Wordpress contact-form-7?
I can’t seem to put a mask on contact-form-7 of Wordpress 4.5.3.…