creativecje on "[Plugin: Contact Form 7] Check a box...get a required text...
Hi! I just want to know if Contact Form 7 can require a user to fill in a specific text field after clicking on a checkbox that goes with it. I'm working on a large order form with multiple products,...
View Articlenormadize on "[Plugin: Contact Form 7] Uploaded files are deleted even on...
For anyone interested, if you want your uploaded files to be accessible after upload via a URL, and also to have that URL in the email sent by WPCF7, then here's a solution I used in my plugin. If you...
View Articlenormadize on "[Plugin: Contact Form 7] Directory of uploaded files"
@jasonvincik: you and me both ... I also wrote about this and posted a solution here: http://wordpress.org/support/topic/uploaded-files-are-deleted-even-on-successful-email
View Articlenormadize on "[Plugin: Contact Form 7] Issues with html entities in quiz...
I'm using html entities in the quiz definition, e.g. & minus; or & times; etc ... CF7 displays them ok the first time the page is accessed, but when submitting the form, regardless whether it...
View Articlenormadize on "[Plugin: Contact Form 7] Issues with html entities in quiz...
The fix is to change .text(n[0]) to .html(n[0]) in scripts.js line 220 in here: $.fn.wpcf7RefillQuiz = function(quiz) { return this.each(function() { var form = $(this); $.each(quiz, function(i, n) {...
View ArticletalkingD0G on "[Plugin: Contact Form 7] Making Radio selects required"
I've been using this plugin for years and love it but just realized that their is no checkbox to make radios required. Does anyone no of a way to make them required?...
View Articleikaroweb on "[Plugin: Contact Form 7] Text area width"
I'm trying to set the width size of a text area with: [textarea your-message 300/ ] But remains on the default width. How can i fix it? Thanks http://wordpress.org/extend/plugins/contact-form-7/
View Articlerobertgreen on "[Plugin: Contact Form 7] email was sent by eighbox.com"
Seems there is site that will be used for send email. Can we let wordpress send the email itself. Thanks http://wordpress.org/extend/plugins/contact-form-7/
View Articlepapajohns on "[Plugin: Contact Form 7] write to a log file?"
How about having a log file? I think a lot of us have had that moment where we thought emails were going ok just to find out something bad happened and the form was not working. Having a log file that...
View ArticleBluehound on "[Plugin: Contact Form 7] Cant see CAPTCHA image"
I just installed both on a site, and CAPTCHA does not show up at all. Is this broken?
View Articlekamili on "[Plugin: Contact Form 7] wpcf7_before_send_mail - Trigger or Add...
I've used the wpcf7_before_send_mail hook and my custom function (wpcf7_register_gfuser_and_post) to help customize and process input from one of my contact form 7 forms. I can access the CF7 object...
View Articlecjohnson26 on "[Plugin: Contact Form 7] Validation Error"
Did you test the form...? I just tested it with information in the fields, and I'm still getting the error. This wasn't happening a few weeks ago. The problem is - I will complete the required fields...
View Articleshmrck1 on "[Plugin: Contact Form 7] using contact form with ms exchange mail...
my form is set up here, but not working i suspect because the mail boxes are at a different address from where the domain is hosted. how do i fix this? http://wordpress.org/extend/plugins/contact-form-7/
View Articleshmrck1 on "[Plugin: Contact Form 7] using contact form with ms exchange mail...
http://bencmartin.com/contact-us/
View Articlexioc1138 on "[Plugin: Contact Form 7] Using with Google Event Tracking"
We would like to use Google Event Tracking with Contact Form 7. I can't seem to figure out how to make the tracking code fit in and work properly with Contact Form 7. This is the raw HTML for the link...
View Articleaetherdesign on "[Plugin: Contact Form 7] textarea message sometimes shows up...
We know because clients have told us they filled in a message in the form. You are right it should probably be required. any ideas what might cause the issue though? Thanks
View Article123mike on "[Plugin: Contact Form 7] 3rd party email blocked by host"
Unfortunately, I cant. However, I was told that the form's code can be modified to accept any 3rd party email address. What I was told that Namecheap have disabled sending any emails with the field...
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] wpcf7_before_send_mail -...
There is no "error_messages" property. Validation is processed in the validate() method of the object, you can find it in includes/classes.php. And, you can't cut into it at the time of...
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] Validation Error"
OK. I just tested it and got what you meant. You have some form fields in HTML comment <!-- --> and one of them is required field. That is the cause.
View Article