johnlalor on "[Plugin: Contact Form 7] fields"
Hi sorry to bother people here but i cannot see if it is possible to have the input field and the input box on the same line. For example: First name: then input box Last name: then input box Email:...
View Articletrektheandes@gmail.com on "[Plugin: Contact Form 7] Contact Form Email Field...
Sorry, I see plenty of answers and have tried some of the things suggested but have not managed to change my email field back so that it matches the rest of the form, after the update. I need it to be...
View Articlegabrielcastillo on "[Plugin: Contact Form 7] fields"
You will need to edit the contact form within the contact form editor. You can use html and css to create forms.. HTML CODE: <div id="contact_form"> <p><label...
View Articlerey.abc on "[Plugin: Contact Form 7] Can i do calculations with it like with...
Title, thanks! http://wordpress.org/extend/plugins/contact-form-7/
View ArticleKrissy on "[Plugin: Contact Form 7] Thanks Page"
It's in their Documents. on_sent_ok: "location = 'http://example.com/';" Source: http://contactform7.com/redirecting-to-another-url-after-submissions/
View Articlemalverd on "[Plugin: Contact Form 7] Make sure field info is correct"
Anyone have a way to do this? Thanks
View Articlepats15 on "[Plugin: Contact Form 7] Different colour shading for boxes"
Thanks mate. For others, you need to edit your style.css, find "input[type=password]," or the general input section of the the css, and add "input[type=tel]," or any types of input that aren't looking...
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] validation errors occur but...
Where can we check the site?
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] Permalinks causing contact form...
Can you share the URL?
View Articleparrker on "[Plugin: Contact Form 7] Is there a way to manually trigger the...
Is there a way to manually trigger the CF7 validation via JS and return the result (true for valid data, false if something is wrong) and show the validation errors? In case everything is fine, the...
View Articleszepe.viktor on "[Plugin: Contact Form 7] new FEATURE - named js function for...
Thank you for the plugin! On this site there are AJAX loaded wpcf7 forms. The only way to make them "alive" is to load scripts.js again because it contains an anonymous function: $(function() Please...
View ArticleAndreaK22 on "[Plugin: Contact Form 7] Contact Form Email Field Looks...
Hi, Please take a look at the code in my last post up in this thread. The percentage dictates the width of the fields. textarea { width: 80%; font-size: 13px;} input[type="text"] {width: 40%;...
View ArticleKramarz on "[Plugin: Contact Form 7] wpcf7-quiz-label needs extra css"
.wpcf7-quiz-label {display: block;} That's what it is missing :-) Without it there's a small issue in IE, causing spliting the quiz question in 2 lines. If any developer reads it, would be nice to add...
View Articlegrouchyturtle on "[Plugin: Contact Form 7] Contact form update broke my...
I've been using Contact form 7 on a sidebar on my site. I just updated to the latest version and now it's overflowing wider than my sidebar. I didn't change any of the code. Here's the page with the...
View Articleschelm on "[Plugin: Contact Form 7] Date gives validation error each time"
Thank you very much! I think this information would be great in the FAQ ;-) Another question in this direction: how may I change the date-format, e.g. in european format like DD.MM.YYYY (18.04.2013)?...
View Articlenicolaelvin on "[Plugin: Contact Form 7] Mac - Safari and Firefox"
The datepicker doesn't work. It's shown just as an input field, not drop down arrows and pop up calendar. Has anyone any idea how to fix this? http://wordpress.org/extend/plugins/contact-form-7/
View Articlewolverinejoe80 on "[Plugin: Contact Form 7] how to make the send button bigger?"
hi noob here. how to make the send button bigger? http://wordpress.org/extend/plugins/contact-form-7/
View Articlenicolaelvin on "[Plugin: Contact Form 7] Form problems with Safari"
What it is is that safari and firefox don't support the HTML5 input field type of date. You need to install a different plugin: https://github.com/relu/contact-form-7-datepicker/ to get it to work in...
View Articlenicolaelvin on "[Plugin: Contact Form 7] Mac - Safari and Firefox"
I worked it out, its the input type of "date". This isn't supported in IE, FF or safari yet. You need to first edit lines 55 - 62 in contact-form-7>includes>modules>date.php. Instead of...
View Article