buzztone on "[Plugin: Contact Form 7] CF7 styling in WP Twenty Twelve Theme"
@Mark - Would be helpful for others if you could post your restyled css for the twentytwelve theme here. Interested to see how you "keep it responsive".
View ArticleDazzelDum on "[Plugin: Contact Form 7] message box huge"
Hi Is there an EASY way to make the text box smaller (it is huge) for contact 7? I already broke my site and had it restored (it isnt working so well now so I am pretty nervous about doing that again)...
View Articlebriangladstone on "[Plugin: Contact Form 7] Optional Fields"
is it possible to specify that either field l or field 2 are required example if field 1 is entered then field 2 is optional or if field 2 is entered then field 1 is optional or both can be entered at...
View Articlewotnow on "[Plugin: Contact Form 7] Changing the color of the borders for the...
Hi I cant seem to find the right code to changed the color of the borders around the messages that are generated once the form is submitted. E.g "Your message was sent successfully. Thanks." has a...
View Articlewotnow on "[Plugin: Contact Form 7] Changing the color of the borders for the...
Ok solved the tag was .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok { border: 1px solid #f41f15!important;}
View ArticleSally Oh on "Contact Form 7: changing font size"
Can anyone help me do this? It's a 10pt now, it needs to be 8. Tried fiddling in the style sheet in the plugin's editor but nothing changed. thank you! http://wordpress.org/extend/plugins/contact-form-7/
View Articlecalmblackwater on "[Plugin: Contact Form 7] Remove Active Fields in Contact 7...
Hi! I just installed the Contact form 7. Everything looks and works great except that when I view the form in my browser, all of the fields are active links so when you click on them they take you to...
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] Failed to send your message....
FAQ > After submitting the form, I get an error message stating “Failed to send your message”. What is wrong?
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] Remove Active Fields in Contact...
I can't understand what you are talking about. Can I see the site?
View ArticleDDT on "[Plugin: Contact Form 7] Any are-you-human question add on??"
tx, yes i am aware of captcha but captcha and recaptcha.net are not anti spam anymore. I was able to implement some anti-spam questions for a SMF forum and that seems to work. I will look into the quiz...
View Articleoscarxmorris on "[Plugin: Contact Form 7] It's says message sent but I am not...
Is it my host? I am using 000webhost. Not sure what to do. I really want to use this contact form. http://wordpress.org/extend/plugins/contact-form-7/
View ArticleMichael S. on "[Plugin: Contact Form 7] Use reply button in mailclients to...
Hi Is it possible to setup the form so it is the users mailaddress that sends the mails from the contact form. So when the administrator gets the E-mail in the mail client and can respond by using the...
View Articlerkaunas on "[Plugin: Contact Form 7] Function overriding"
Hi, i like your plugin very much. Thank you for it. I have a little problem - contact form is sending empty tags to email:...
View ArticleMark Shirley on "[Plugin: Contact Form 7] CF7 styling in WP Twenty Twelve Theme"
Hi buzztone I use a plugin http://wordpress.org/extend/plugins/grid-columns/ see below for instructions. it lets me add content into the pages and post responsively. 1 install grid-columns by jason...
View ArticleMark Shirley on "[Plugin: Contact Form 7] CF7 styling in WP Twenty Twelve Theme"
the css I ended using for css to straighten things out is below its from the link provided by yourself. Seems there's a few bits need sorting with css out of the box. /* CF7 */ .wpcf7 {...
View Articlej05hr on "[Plugin: Contact Form 7] Styling 2 versions of CF7"
Hi, I've got two forms on a site and for the styling of one of them I use <form action="#" method="post" class="contact"> so class="contact" to style it. What I want to do is be able to add this...
View Articlebuzztone on "[Plugin: Contact Form 7] Styling 2 versions of CF7"
You could do this within the CF7 interface without filtering. Simply setup the CF7 Form content inside a <div> and give this <div> different classes in each CF7 form.
View Articleesmi on "[Plugin: Contact Form 7] Styling 2 versions of CF7"
I thought CF7 already gave unique id or classes to each of its forms?
View Articlej05hr on "[Plugin: Contact Form 7] Styling 2 versions of CF7"
Thanks for the replies. Esmi, If it does give unique id or classes I'm doing it wrong both of mine look like... <form action="/graphic-design#wpcf7-f161-p28-o1" method="post" class="wpcf7-form"...
View Articleesmi on "[Plugin: Contact Form 7] Styling 2 versions of CF7"
Try looking just above the opening <form> tag in the page source. You should see something like <div id="wpcf7-f3043-p1019-o1" class="wpcf7">. See the id? You should be able to use that to...
View Article