Replies: 2
I imported form from another site.
Now I need to change each form field “from”, “to” and the domain name.
Is it possible to use variables with the domain name and e-mail address?
Replies: 2
I imported form from another site.
Now I need to change each form field “from”, “to” and the domain name.
Is it possible to use variables with the domain name and e-mail address?
Replies: 1
Hi,
On my CF7 form here: http://getconnected.resonance.is/submit-testimonial/
(bottom of the form) checkboxes do not display. The resulting html shows an empty <span> tag.
What do I need to do, in order to fix this?
Thank You!
Replies: 1
I am looking for a way to build a form where would be name, email and phone: It should have name as mandatory, not a problem, but it also should have either email or phone as mandatory.
So the visitor needs to submit name and email or phone.
Is this possible with Contact Form 7??
I went through support pages and FAQ but didn’t find anything for this…
Replies: 2
Hello,
My submit button on the contact form displays differently on certain browsers. For ex. Everything is aligned properly how I want it in Chrome but the button shifts right (not where I want it) in Firefox and Safari. Any help is appreciated.
Thanks,
Replies: 0
I am not getting contact US From Lead on my mail id
Replies: 1
I have just figured out that I can add checkboxes and dropdown options for cf7. My problem is when someone checks the checkbox or choses an option from the dropdown menu it does not show up in the email that is sent to me. What am I doing wrong?
omdetox.com/xyza-retreats under the “book now” buttons in the post.
Replies: 0
The send message button changes its style on mobile devices. In my design for desktop is shown with flat color and square corners (which is how I like), but in other devices the button is rounded and with a light effect. How can I make the button style look the same on all screens?
Replies: 1
Before I had some disorders as regards the correct layout of the form, in mobile devices. Seeking on the net, I found this command line, as instructed, I add in style.css of my theme, and this solution worked for all content, buttons, text lines etc.
Tested with visual composer mobiles layouts.
here the command:
div.wpcf7 .wpcf7-form-control { max-width: 100%; }
Replies: 0
My form is not working and it appears reCAPTCHA is the culprit. There is an empty box appearing below the reCAPTCHA box (and just above the Submit button), but when I delete reCAPTCHA the box goes away. Somebody help!
Here’s a link to the page with the issue: http://reelspecial.com/why/
Replies: 0
Hi,I have a list of titles & I need to pass the correct title text to dynamic text field, I did throught ajax to request test.php file and load the form inside a div. it works but because my form shortcode is in test.php (to get the posted variable correct) makes the action attribute in my form = “/wp-content/themes/mytheme-child/test.php#wpcf7-f2120-o1” which causes the page went blank after I send email.
1/ I’ve tried to use the code below to change the action attribute but it only work if shortcode is on a page (so not work when it is in test.php)…
add_filter(‘wpcf7_form_action_url’, ‘wpcf7_custom_form_action_url’);
function wpcf7_custom_form_action_url($url)
{
global $wpcf7_contact_form;
$id_to_change = 2120;
if ($wpcf7_contact_form->ID === $id_to_change)
return ‘/contact/#wpcf7-f2120-o1’;
else
return $url;
}
so I wonder is there a way to change the action attribute even my shortcode is in a test.php file and wait to click to request by ajax? or is there another way to get the send and get posted variable within same page ( get it in dynamic text field (post or get method))?
Please help me??
Replies: 0
Hi,
after submiting of form thankyou message is not displaying but the form is working.
in below url. i’ve disabled the plugins too but its not getting.
http://blssoft.com/contact-us/
Replies: 0
I using mail 2 to send email to the person filled the form, the problem is that the from name is not full, the last letter is cut out on the mail the person received.
I have 11 characters on the mail 2 setting, but I received only 10, it just letters and one space.
Replies: 0
HI, I run your plugin within the Theme Avada 5.06 (latest).
I have set correct email-address for receiving copies of the contact form.
The site is sending copies of contact form emails to customers but not to the admin.
Means sending works fine. Only I do not get a copy of the message what is crucial for running the home page.
All kinds of emails are send correct to and from my server. I am the su of my server.
The contact email is correct filled with following fields:
<p>[text* name placeholder “Naam *”]</p>
<p>[email* email placeholder “Email *”]</p>
<p>[tel* tel placeholder “Telefoon *”]</p>
<p>[textarea* message placeholder “Hoe kan ik je helpen? *”] </p>
<p>[recaptcha size:normal]</p>
<p> </p>
<p>[submit “LATEN WE PRATEN”]</p>
Do you have any suggestion why I do not get a copy of the message when a user sends a contact form 7 message?
Replies: 0
The file upload field is controlled by the browser so that one should automatically be translated based on the browsers settings. I need set my language on this button. How I can do that?
Replies: 0
Hi everyone,
I use an external SMTP with a plugin because my domain name adress is not the same domain name as the website. This SMTP works but i can’t have messages sent from contactfrom…
In the mail tab confifuration i have : “This field has syntax errors”
I have no idea how to fix this, thanks in advance for your precious help 😀
Caroline
Replies: 0
Hello,
I like the Plugin, but I miss a PGP function to encrypt message.
For example:
someone send me login account infos, sure I can use a https connection, but the mail is clear and potential visible, but with pgp I could encrypt the message.
A customer use the contact formular:
contact formula send a encrypted mail to myself and a unencrypted the sender get a short confirmation mail.
Would this possible in the near feature?
regards
Replies: 1
hi i update your plugin to last version and in the version no persian languages.
please add fa_IR.mo to lang folder thank you. <3
Replies: 1
I’m building a different form which should have no connection with the Contact Form 7 (It is supposed to add posts from the front-end). The form perfectly works when Contact Form 7 is not activated. Once I activate the Contact Form 7 plugin, clicking on the submit button doesn’t do anything.
– the page with Contact Form 7 activated, TwentySixteen default theme: http://eventboss.org/add-item-with-header/
– the page without Contact Form 7 (get_header() is not included): http://eventboss.org/add-property/
How can I make Contact Form 7 not interact with the rest of my forms? I see no error in my browser console, but when submitting form, _wpcf7_is_ajax_call field is getting added in my form and it is setting its value to ‘1’, which cause it to send ajax request. Many thanks in advance.
Replies: 0
Hey,
I have built a large form with some required fields, some of the are working properly bu some select element arent doing the job although its marked with *.
Help will be appreciated.
Regards.
Replies: 1
Hello, I’m having a conflict while using the contact form 7 plugin with wordpres 4.7
Follow my debug
[27-Dec-2016 10:21:01 UTC] PHP Notice: wpcf7_add_shortcode is <strong>deprecated</strong> since Contact Form 7 version 4.6! Use wpcf7_add_form_tag instead. in /home/mysite/public_html/wp-content/plugins/contact-form-7/includes/functions.php on line 351
[27-Dec-2016 10:21:56 UTC] PHP Warning: Error while sending QUERY packet. PID=610600 in /home/mysite/public_html/wp-includes/wp-db.php on line 1879
[27-Dec-2016 10:21:58 UTC] PHP Notice: wpcf7_add_shortcode is <strong>deprecated</strong> since Contact Form 7 version 4.6! Use wpcf7_add_form_tag instead. in /home/mysite/public_html/wp-content/plugins/contact-form-7/includes/functions.php on line 351
[27-Dec-2016 10:22:19 UTC] PHP Warning: Error while sending QUERY packet. PID=610822 in /home/mysite/public_html/wp-includes/wp-db.php on line 1879
[27-Dec-2016 10:22:39 UTC] PHP Notice: wpcf7_add_shortcode is <strong>deprecated</strong> since Contact Form 7 version 4.6! Use wpcf7_add_form_tag instead. in /home/mysite/public_html/wp-content/plugins/contact-form-7/includes/functions.php on line 351