alaskanbob on "Contact Form 7 Date Field"
Thanks for the suggestion. Sorry to get back so late. I tried it and it came up with the same problem. How do I turn off date picker? I think that's the problem.
View Articlebuzztone on "[Plugin: Contact Form 7] How do I specify the email address when...
If this resolves your question, it helps others contributing here, if you can flag your post as [resolved]
View Articlebuzztone on "Contact Form 7 Date Field"
Contact Form 7 has some Datepicker support via the new HTML5 date input type (see http://contactform7.com/date-field/) but this is currently only supported on some browsers - see...
View Articlebuzztone on "[Plugin: Contact Form 7] insert a link in the response box"
Place following in # Sender's message was sent successfully field of Messages section of CF7 interface. Thanks for requesting a weekly list of high end South Palm Beach Homes.<a...
View Articlebuzztone on "[Plugin: Contact Form 7] Contact form"
If this resolves your question, it helps others contributing here, if you can flag your post as [resolved]
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] validation issue in custom...
add_filter('wpcf7_custom_date', 'custom_date_filter', 10, 2); add_filter('wpcf7_custom_date*', 'custom_date_filter', 10, 2); These filter names should be wpcf7_validate_custom_date and...
View ArticleAmal 007 on "[Plugin: Contact Form 7] Background image"
Hi can i add a background image in the form,i am looking to add image of a lady standing next to the form..is there any way to do that... also is there a way i can link the form to another form in the...
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] [_post_*] shortcodes not working"
Special Mail Tags Note that the [_post_*] tag has value only when you put the contact form into content of a post or a page.
View Articlemobigal on "[Plugin: Contact Form 7] Message field box outline not showing up"
I am missing the outline of the message box in a sidebar. I am a newbie so the simplest solution would be appreciated. http://screencast.com/t/wfYrAyr6 Here is my code: <p>Your Name (required)...
View Articlehehafner on "[Plugin: Contact Form 7] Forms are missing, Default form is back"
My bad... missed the box.
View Articlekoostamas on "[Plugin: Contact Form 7] Use CF7 for registration and / or login"
Greetings, I use and like CF7 a lot. THANKS for it. Now, I would like to use it in a different way. I would need a solution for asking some question from my users before they register on the site....
View ArticleIIIiW on "[Plugin: Contact Form 7] The spinning arrow is spinning all the...
I had the same problem describing in http://wordpress.org/support/topic/plugin-contact-form-7-the-spinning-arrow-is-spinning-all-the-time?replies=36 Unfortunatelly the topic has been closed so I...
View Articlecbriscar on "[Plugin: Contact Form 7] Phone Number Field: Dashes not showing"
I feel like a newbie but oh well, I cant figure out how to get parenthesis around the area code and dashes between the numbers. Any help would be appreciated. http://wordpress.org/plugins/contact-form-7/
View ArticleMarchosius on "[Plugin: Contact Form 7] Custom posts for forms"
Good day, I want to create a contact form that will be present within selected posts, te contact form itself will look and work the same through out these posts. however, the subject of the mail sent...
View Articledanielnichols on "[Plugin: Contact Form 7] Size & Maxlength"
The size and maxlength functions don't seem to be working on my booking form. http://www.suffolkholidaylodge.co.uk/booking/make-a-booking/ <p>First Name: * [text* firstname 50/50] </p>...
View Articletamjohnston01 on "[Plugin: Contact Form 7] Loss of Sidebar alignment and grey...
I have recently updated to the latest version (3.5.2) and upon activation it interrupted the alignment of the sidebar (where the contact form is based) and created grey blocks down the sides of...
View ArticleCorrado Prever on "[Plugin: Contact Form 7] validation issue in custom field...
Thanks for the answer... as you can see in my code I have already inserted the lines. add_filter('wpcf7_custom_date', 'custom_date_filter', 10, 2); add_filter('wpcf7_custom_date*',...
View Articlewillat600series on "Conflict between Contact Form 7 and Google XML Sitemaps"
Contact Form 7 generates a placeholder page that creates a malformed entry in the sitemap generated by the Google XML Sitemaps plugin. I solved the problem for myself by switching to Yoast's Wordpress...
View ArticleCorrado Prever on "[Plugin: Contact Form 7] validation issue in custom field...
I noted an error and make a correction but still does not work .... Here my cf7 custom module <?php /* parte per trovare i mesi in italiano in php */ function mesi_anno2() { $mese = array...
View Articlemeg@info on "[Plugin: Contact Form 7] Add CSS Class to fields"
Thanks for purposes, by dumping the $tag array by this code : add_filter( 'wpcf7_form_tag', 'dump_wpcf7_form_tag_filter' ); function dump_wpcf7_form_tag_filter( $tag ) { if ( ! is_array( $tag ) )...
View Article