Rob W
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] Invalid Username/PasswordThank you Zack for pulling.. Hopefully this will help a ton of people going forward!
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] Invalid Username/PasswordI have submitted a pull request on your behalf cloughit; good catch!
https://github.com/katzwebservices/Gravity-Forms-Constant-Contact-Add-on/pull/4
Forum: Plugins
In reply to: [Contact Form 7] Send to up to 3 recipientsSo you’re seeing those email addresses in the body of the email? To get the email address you use [your-recipient]. To get the label value, such as “email one”, you need to use [_raw_your-recipient]
Does this help?
Forum: Plugins
In reply to: [Contact Form 7] Send to up to 3 recipientsYour “TO” field needs to be to something… like a no-reply@email address.
Your BCC emails are never seen in emails.. so perhaps you have a form misconfigured?
Also, make sure you’re using the proper template tags.
Forum: Plugins
In reply to: [Contact Form 7] Send to up to 3 recipientsUse bcc in your additional mail headers.
Forum: Plugins
In reply to: [Contact Form 7] Drop down menu on same line as surrounding textChrome on Win 8. You might be interested in a jQ plugin dropkick to stylize the select 😉
Forum: Plugins
In reply to: [Contact Form 7] Drop down menu on same line as surrounding textStrange, worked for me:
Forum: Plugins
In reply to: [Contact Form 7] Do not submit form with enter key…It will need to go into your templates javascript (JS) files.
It also requires some knowledge of Javascript.
Forum: Plugins
In reply to: [Contact Form 7] Drop down menu on same line as surrounding textYou need to style the span as well:
.wpcf7-form-control-wrap.sponsorship-level { display: inline; margin: 0 10px; }Forum: Plugins
In reply to: [Contact Form 7] WordPress 4.0 BreakingAre you using akismet in the fields that aren’t working? If so, move the akismet attribute to be after the field name.
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 widthYou may need to create some custom CSS to get it to display properly.
Forum: Plugins
In reply to: [Contact Form 7] MultiselectThis would be possible, but it would require some hard-coded JS. I don’t believe there’s any other solution.
Forum: Plugins
In reply to: [Contact Form 7] Sending invalid email formatThat’s a valid email address per RFC 5322 (http://tools.ietf.org/html/rfc5322#section-3.2.3)
Forum: Plugins
In reply to: [Contact Form 7] Form submits with empty required text fieldsAh, hm. Interesting. Do you have any JS errors?
I’m not able to submit the form.
See: http://imgur.com/Dkhp1Ca,XB8UmK0,FhHqkwO,nRisMrz
These are the steps I took.
Forum: Plugins
In reply to: [Contact Form 7] captcha: correct answer looks like invalid codeAre cookies disabled? What captcha is this? I’m assuming: http://ww.wp.xz.cn/plugins/really-simple-captcha/ as it’s the only supported one. If it is, you’ll need to submit a support thread here: http://ww.wp.xz.cn/support/plugin/really-simple-captcha
It’s probably cookie-related.