Replies: 5
I’m only getting spinning arrows when I try to send a message. I’ve disabled all of my plugins and am using the default theme. No messages are received either.
John
-
This topic was modified 8 hours, 13 minutes ago by
john.horning.
Replies: 5
I’m only getting spinning arrows when I try to send a message. I’ve disabled all of my plugins and am using the default theme. No messages are received either.
John
Replies: 1
Keep getting the error message ‘We are experiencing a technical problem with our contact form. ‘ in Red. Can anyone help ?
Even without configuration errors it’s not working !
Replies: 0
What is the expected timeline on Invisible reCAPTCHA support? The API is out, I would think the callbacks are similar.
Replies: 0
Check out http://www.zon-in-water.nl/contact The word “Contact” is way too big. I want to make it smaller. How do I do this?
Replies: 0
German phone numbers always start with a zero. The Auto-fill of Chrome cuts out leading zeros of any phone number in phone number fields. How can i fix this problem? I am using Cornerstone and the X-Theme.
Replies: 0
Hi,
When someone uses our contact form and selects from the drop down menu, the selection doesn’t show in the email we receive. Can someone explain whats happening?
– – – – – – – –
Below is the form code:
Your Name (required)
[text* your-name] </label>
<label> Your Email (required)
[email* your-email] </label>
<label> How Can We Assist You?
[select* Howcanweassistyou include_blank “I would like to volunteer” “I would like to donate” “I would like to hire veterans” “I would like to be a partner”]</label>
<label> Subject
[text your-subject] </label>
<label> Your Message
[textarea your-message] </label>
[submit “Send”]
– – – – – – – –
The form is located here: http://thewelcomehomegroup.org
Replies: 0
Hello! 🙂 Is there a way to do so the CF7 pops up when people click on a link or button? I tried
Contact Us
<div style=”display:none” class=”fancybox-hidden”>
<div id=”contact_form_pop”>
[contact-form-7 id=”73″ title=”Contact form”]</div>
</div>
But it doesn’t work.
Replies: 0
hello !
i’m developing a theme.
i wanna remove <p> from the contact form !
so i need some thing in my function.php.
define(‘WPCF7_AUTOP’, false ); in wp-config.php won’t do it.
can you help ?
thanx
Replies: 1
hello,
I have created two files so ppl can upload two files in an email attachment. It works fine if browsing and uploading images from a computer, but no email comes through at all when I test it from my cell phone.
It was working from my cell phone when it was just asking for one attachment but when I change it to where they have to upload 2 files I don’t get an email from cell phone but computer is still ok.
This is what I have now in the form box:
[file* submitselfiphotoid limit:4mb filetypes:jpg|jpeg|png|gif|pdf|doc|docx|ppt|pptx] [file* submitphotoid limit:4mb filetypes:jpg|jpeg|png|gif|pdf|doc|docx|ppt|pptx]
<br>
[submit “Send ID”]
This is what I have now in the mail file attachments box.
[submitselfiphotoid][submitphotoid]
Thank you hope you can help me. I have read your documentation.
Replies: 1
Hello,
My evaluation page with checkboxes is here.
I am trying to make all of these checkboxes exclusive. I have tried the official solution . Did not work for me.
I then found a JS solution, but could not implement it (can’t find it now). Can someone guide me on how to make the checkboxes exclusive?
Thanks
Replies: 0
So a site I am working on, http://www.beinglibertarian.com is having problems with a recaptcha on the contribute form http://www.beinglibertarian.com/contribute where after a while the check box isn’t enough so it has us click a few squares in an image, except for one problem. Not all of the squares are loading so they can never verify if they are human.
Replies: 0
I would love to be able to select the “size” attribute of select elements in HTML somehow with this plugin, which would allow me to customize the number of visible options in the drop-down list (whether single- or multi-select).
More info and a working example here:
http://www.w3schools.com/TAGS/att_select_size.asp
An example for why you would need this, is if you want to specify the height of your multiple-select dropdown by the amount of options you want to show, instead of having to adjust the CSS in your theme to display the height in pixels (which requires knowledge of the CSS being used to style the select element and it’s options, a different class for each different number of options in each different select element (pre-added to the CSS), and of course calculating the right value to put in the CSS).
You would just have to add this bit in, which would perfectly take care of everything:
If a user selects “Allow multiple selections” in the form-tag generator options box popup for “drop-down menu” (when clicked from the toolbar), you would simply detect that, and a new set of radio buttons would appear, for “Number of visible options [textbox]” or “Display ALL select options” (which would calculate the number of options in the select element, and set the “size” attribute to that number).
The default is “1” if single-select, and “4” if multi-select.
Here is the code difference you would be outputting:
<select multiple="multiple" name="weekdays[]">
<option value="Sunday">Sunday</option>
<option value="Monday">Monday</option>
<option value="Tuesday">Tuesday</option>
<option value="Wednesday">Wednesday</option>
<option value="Thursday">Thursday</option>
<option value="Friday">Friday</option>
<option value="Saturday">Saturday</option>
</select>
vs.
<select multiple="multiple" name="weekdays[]" size="7">
<option value="Sunday">Sunday</option>
<option value="Monday">Monday</option>
<option value="Tuesday">Tuesday</option>
<option value="Wednesday">Wednesday</option>
<option value="Thursday">Thursday</option>
<option value="Friday">Friday</option>
<option value="Saturday">Saturday</option>
</select>
Thanks for looking!
Replies: 0
Hi,
I am using recaptcha in popup, but its seems not working in popup. Its keep loading.
any idea to fix that.
Thanks
Replies: 2
I have been using this plugin for a while. Never had any issues before. Realized my daily customer inquiries stopped coming through a couple weeks ago. Called GoDaddy and my email is working fine. Website & plugin settings below:
Form At: http://www.craftprocontracting.com/contact-us/
Mail Setting “To”: rjd@craftprocontracting.com (other emails work just fine)
Mail Setting “From”: [your-name] <[your-email]>
* The configuration “error” says ‘This email address does not belong to the same domain as the site.’ but that has never affected the emails before.
* I have not updated to WordPress 4.7 yet because a month ago it messed up my site. Is it fixed yet and could that be the problem?
If someone could send an email from the URL above using the form as a test and if anyone knows what the problem is please let me know. This is my livelihood. Thanks!
Replies: 0
Hi everybody,
I want when we get email from contact form 7 the subject will be numbered automatically e.g. Website Inquiry 1 for first email, Website Inquiry 2 for 2nd email, Website Inquiry 3 for 4th email and upto n number of time, when we receive e-mail in our email.
I tried many things but nothing happened.
Any help highly appreciated!
Thank you!
Replies: 0
Hi,
I have a problem with contactform 7 on one of my websites. The contact input fields are not visible.
Can you help me to fix this?
Replies: 0
Hi ,
I want when we get email from contact form 7 the subject will be numbered automatically e.g. Website Inquiry 1 for first email, Website Inquiry 2 for 2nd email, Website Inquiry 3 for 4th email and upto n number of time, when we receive e-mail in our email.
I tried many things but nothing happened.
Any help highly appreciated!
Thank you!
Replies: 0
Hello,
I’m having an issue with your contact form in a popup that I made, for some reason when the popup shows I fill in my email click download and it’s supposed to redirect me on sent ok, but instead its fires out http://www.howtobackupiphone.co.uk/?_wpcf7=1101&_wpcf7_version=4.6&_wpcf7_locale=en_US&_wpcf7_unit_tag=wpcf7-f1101-o1&_wpnonce=e116c7c90e&your-email=test%40test.com and redirects me back to the homepage.
I used the <?php echo do_shortcode( '[contact-form-7 id="1101" title="Popup Banner"]'); ?> like you advised in your docs.
and the only js running the popup is
jQuery( function($){
$( document ).ready(function() {
console.log( "ready!" );
$('a#popup').click( function(){
$('#form_overlay').fadeIn();
});
$('#closeBtn').click( function(){
$('#form_overlay').fadeOut();
});
$('input.wpcf7-email').focus(function(){
$(this).removeAttr('value');
});
});
});
so not quite sure why its not working, I’ve put the form on a test page and that works fine, it shows me the status, but it doesn’t show me the status on the popup do I need to add a status div or something.
Cheers
Josh
Replies: 0
I have two select boxes on a form, I would like to have one disabled when a value is selected from the other one is selected.
For example the two select boxes are:
1) Counties in Ireland
2) Outside of ireland
So when a user chooses counties in ireland the Outside of ireland select box is disabled and the user cant select and option and then I would live vice versa to happen too.
thanks
Replies: 0
I made some CSS edits in my child theme.
Works fine on computer. No change on mobile.
https://www.wellspringguitars.com/contact/
Thanks for your time.