buzztone on "[Plugin: Contact Form 7] CSS"
Hi Kari The file plugins/contact-form-7/includes/css/styles.css is the file that creates the notification styles used in Contact Form 7. I am able to make changes to the notification styles by making...
View ArticleTantris on "[Plugin: Contact Form 7] CF7 doesn't work on IE9 & IE10"
Hello I was ask by a client to do his website : http://www.miunygames.com I'm on WordPress 3.5.1 and PHP 5.4. The host is 1and1. On any browser, the forms work, but on IE9 and IE10, when we click on a...
View Articlebuzztone on "[Plugin: Contact Form 7] receiving emails to more than one address"
You can add multiple email addresses separated by commas (NOT semicolons) in the To: field in Mail Section. You can also cc: and bcc: using the Additional headers: field in Mail Section - see Adding...
View ArticleDon Pyle on "Mail from gmail accounts not arriving through Contact Form 7"
Hi - I am losing my mind with this. I am using Contact Form 7 on a WordPress site. My mail server is webmail provided by ISP. I am not receiving email sent from my Contact form if the return address is...
View Articlemikegraysblogsite on "[Plugin: Contact Form 7] Resize Textbox"
My text box used in my sidebar widget goes outside the lines. I have tired to reset the size but nothing changes. I use Neptune theme just for information sake. Thanks, Mike...
View Articletkendrickweb on "[Plugin: Contact Form 7] Submit button stalls"
After selecting the submit button on http://www.smipaving.net/contact-us/ the icon next to the submit button endlessly cycles. However, I do get the form results....
View Articlebarnabyk on "[Plugin: Contact Form 7] What is a page tracker object"
Hello Mr. Miyoshi, Thank you very much for your assistance. The forms we use are at: 1. http://music-lessons.ca/toronto/classes/ and 2. http://music-lessons.ca/toronto/contact-us/ Barnaby.
View Articlepatt4179 on "[Plugin: Contact Form 7] Getting Form Information in PHP"
I'm trying to have a client's existing WordPress site post a form to a web service, but it needs to do it through PHP because the web service isn't public and only the server we have the WordPress site...
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] What is a page tracker object"
_gaq is used. Try this: on_sent_ok: "_gaq.push(['_trackPageview', '/mysite/thank-you.html']);"
View ArticleBizBoxAdmin on "[Plugin: Contact Form 7] access to information submitted"
Have you tested it on 3.5.1 yet? If not, I'll have to wait. Thanks for trying at least.
View Articledavejampole on "[Plugin: Contact Form 7] CF7 doesn't work on IE9 & IE10"
Your input form works for me under FF17, but I can replicate the problem under IE9. I checked one of my CF7s under IE9 and it works fine as well. I would suggest that you look at your theme. Try your...
View Articlechristinaelleni on "[Plugin: Contact Form 7] contact form email arrives...
This is the coding for my contact page <p class="half"> Name [text* first_name watermark "Name"] </p> <p class="half"> Partner's Name [text* last_name watermark "Partner's Name"]...
View ArticleSteve_Maestro on "[Plugin: Contact Form 7] Form doesn't send email/arrow spins"
Hopefully you guys can I help, I need to get this fixed pretty urgently. I am running two contact forms on my website that a slapdash coder put together. I have created this form:...
View Articlebuzztone on "[Plugin: Contact Form 7] contact form email arrives empty!...
Looks like you haven't changed the Message body: field in the Mail section of the CF7 interface from the default values. You need to add the information that you want to come to you in the email in the...
View Articlechristinaelleni on "[Plugin: Contact Form 7] contact form email arrives...
great! that worked! Thanks very much. What about the checkboxes though? I can't seem to get those to work (the answers to email) and I've tried a bunch of different combinations and none of them work.
View ArticleNick2783 on "[Plugin: Contact Form 7] Tracking form submissions with Google...
Hi, Can anybody provide step by step instructions on how to properly track form submissions with google analytics? I found this article at the link below but it doesn't contain a step by step tutorial...
View Articlebuzztone on "[Plugin: Contact Form 7] Resize Textbox"
The "size" in CF7 Tags is the HTML size attribute and refers to the number of characters. To change the overall size of an element you would need to set the CSS width property - see Styling Contact Form.
View Articlebuzztone on "[Plugin: Contact Form 7] CF7 styling in WP Twenty Twelve Theme"
This is almost certainly a CSS styling issue associated with your selected theme. The fields within Contact Form 7 forms are deliberately styled very minimally by the plugin to allow them to blend in...
View ArticleTakayuki Miyoshi on "[Plugin: Contact Form 7] Getting Form Information in PHP"
Use $contact_form->posted_data['firstname'] instead of $contact_form->firstname.
View Article