davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Copied form fails to sendTracing a JavaScript conflict can be a challenge I suggest you go through these steps – lets see if that helps
Step by step approach to finding JavaScript Conflicts1. Switch temporarily to a WordPress default theme (Twenty Eleven etc.) and see if the problem goes away.
If it does, you’ve most likely got a JavaScript conflict with your current WordPress theme.
If switching to default theme doesn’t help it could be one of the plugins you are using that is causing the problem.
2. Disable all plugins other than Contact Form 7
If doing that solves the problem, you can then add back each item – one by one, until you find the real cause of the problem.
Forum: Plugins
In reply to: [Contact Form 7] Custom Styling to FormsThe actual look of CF7 forms on your website will depend largely on the current WordPress theme used and the CSS styling that theme applies to standard HTML form elements. To change the style of your CF7 forms you would need to edit the CSS style sheets used by your WordPress theme.
See Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
If you find you need more detailed advice, after reading and working through the above link, please include a link to your Contact Form 7 form, so others here can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements and provide you with a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] Unable to integrate CF7 and Mailchimp checkboxSpam does not appear to be a factor
May I know you think Spam is not a factor?
Suggest you see Contact Form 7 Email Issues. Most people that work through this information appear to be able to resolve their email sending & receiving issues.
If you find you need more detailed advice, after reading and working through the above links, please include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface. This should allow others to understand your actual problem and offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] Ensure minimum number of checkbox is checkedThis is not available directly in Contact Form 7. It can be done via custom programing but you would need to be rather skilled at WordPress development using jQuery.
See http://stackoverflow.com/questions/3035634/jquery-validate-check-at-least-one-checkbox
Forum: Plugins
In reply to: [Contact Form 7] Styling Contact Form 7 text areas with dashed borderIt actually worked only with the message area
Re: Styling Contact Form 7 text areas with dashed border
That was why I provided a code for the textarea 🙂
If this resolves your question, it helps others contributing here, if you can flag your post as [resolved]
Forum: Plugins
In reply to: [Contact Form 7] Sending to wrong emailPlease explain the actual problem. If others here are able to understand your actual problem, they may be able and willing to offer a possible solution.
Please provide more details to your question, how is the contact page broken? If you can describe how and others here are able to understand your actual problem, they may be able and willing to offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] If I Network Deactivate will I lose all settings?If I network deactivate it & then individually activate it on the handful of sites, will all of the forms that I have created still be there on those sites?
They should be unless all the CF7 forms are deleted from the database when Contact Form 7 is network de-activated. I recommend making a full site backup before you test this change in case things don’t work.
Forum: Plugins
In reply to: [Contact Form 7] Copied form fails to sendThe spinning arrow is a common symptom of a JavaScript conflict with either your current WordPress theme or one of the other plugins you are using. It can also be caused by a server-side warning or error. See JavaScript Conflict Problems for guidance on how to investigate this.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 has stopped workingThough the plugin successfully sends millions of emails every day, there are a host of issues that can stop or delay emails on both the sending and receiving ends. It depends entirely on your local Server & WordPress configuration. You will need to investigate this issue for your particular local configuration.
see I get an error message with a red border. So, how can I solve this?
Also see Contact Form 7 Email Issues. Most people that work through this information appear to be able to resolve their email sending & receiving issues.
Forum: Plugins
In reply to: [Contact Form 7] How do I allow multiple files to be uploaded?You can upload one file per upload button. This how you could set multiple uploads in CF7
`<p> File one <br />
[file ACT_scores filetypes:gif|png|jpg|jpeg|pdf /] </p><p> File two <br />
[file SAT_scores filetypes:gif|png|jpg|jpeg|pdf /] </p>`Forum: Plugins
In reply to: [Contact Form 7] Styling Contact Form 7 text areas with dashed borderSee Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
You could do something like this
.wpcf7-form .wpcf7-textarea{ border: 3px dashed; }add your CSS via https://wordpress.org/plugins/simple-custom-css/
Forum: Plugins
In reply to: [Contact Form 7] Contact dosn't send emailsAlso see Contact Form 7 Email Issues. Most people that work through this information appear to be able to resolve their email sending & receiving issues.
If you find you need more detailed advice, after reading and working through the above links, please include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface. This should allow others to understand your actual problem and offer a possible solution.
See Styling a Specific Contact Form 7 Form.
Also see Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
Forum: Plugins
In reply to: [Contact Form 7] How to customise auto reply emailIf you set the responder Mail to use “Use HTML content type” then you can include an image in the “Message body” of the mail using a regular HTML image tag, such as
<img src="http://example.com/image.jpg" alt="Image description" />Please note that many email clients do not render images due to privacy and tracking concerns. Gmail, however, is an exception because they now render a cached version of your image.