davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] CHECKBOXESthe form appears but with a TEXT BOX showing in the background
This appears to be due to a CSS style around the checkboxes not a “TEXT BOX”.
The problem is in the CSS code below in http://www.dedicatedcpa.com/wp-content/themes/maleo/css/maleo.css:
.form-control, .wpcf7-form-control { background-color: white; background-image: none; border: 1px solid #cccccc; border-radius: 5px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555; display: block; font-size: 15px; /* height: 46px; - THIS IS THE PROBLEM */ line-height: 1.33; padding: 10px 16px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; }You may override this with the code below
.wpcf7-form-control-wrap .wpcf7-form-control { height: auto; }Add your CSS via Child Theme or use custom CSS plugin.
Forum: Plugins
In reply to: [Contact Form 7] Can't see input box outline on Contact form sevenThe 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.
You may also use CF7 Skins to style your form.
Forum: Plugins
In reply to: [Contact Form 7] recaptcha error (not clickable)If you know what I’m doing wrong, I’d be grateful
That would probably be possible if you include a link to your Contact Form 7 form plus all your input in the Form of the CF7 interface.
Forum: Plugins
In reply to: [Contact Form 7] one single e-mail adress not workingIf you could provide the error/confirmation message you get when you send the form using word@company.com at the To: field of CF7 it would have made it easier for forum members tell what the problem could possibly be.
However you may see Contact Form 7 Email Issues. Links to a comprehensive and detailed article which covers many 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] multiple recipientscan we set multiple recipients in the ‘To’ field?
Yes 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 Cc, Bcc and Other Mail Headers.
Forum: Plugins
In reply to: [Contact Form 7] Redirect url in new windowYou can do something like this
on_sent_ok: "window.open('link-to-your-thank-you-page', '_blank' );"'_blank'– opens the page in a new windowForum: Plugins
In reply to: [Contact Form 7] Not Receiving EmailThe green Success message and not receiving any error messages is a very clear indication that CF7 is sending the email.
So your email is probably being seen as spam somewhere in the email process. This is usually due to email headers (in particular the From email address used) or email content.
Emails can be considered spam for a whole host of reasons and get rejected at many points in the email process in addition to your spam folder.
See Contact Form 7 Email Issues – this links to a much more comprehensive article which also covers emails being considered spam.
See also Best Practice to Set Up Mail.
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] Not Receiving Emailno bumping
Forum: Plugins
In reply to: [Contact Form 7] Have a field that needs to exclude characterForum: Plugins
In reply to: [Contact Form 7] Custom Send ButtonChanging this via altering the CF7 code could be challenging. It can be if you have reasonable PHP skills and a suitable hook is available in CF7. You can see the range of hooks currently available at http://hookr.io/plugins/contact-form-7/
Alternatively you might consider just using a standard HTML button form element in your CF7 form instead of a CF7 Submit tag.
Forum: Plugins
In reply to: [Contact Form 7] Download a file on form submit?You can make use of on_sent_ok in the additional settings the CF7. You can do something like this
on_sent_ok: "location = 'link-to-the-download-file';"Forum: Plugins
In reply to: [Contact Form 7] Email ValidationYou could use cf7s’ auto responder as a starting point for this. But it may require extra work of custom programming using php and/or JQuery.
See http://contactform7.com/faq/can-i-implement-autoresponder/Forum: Plugins
In reply to: [Contact Form 7] Disable Perticular Input Key bord key In text fieldCustom Validation could help
If you need track your form usage See Tracking Form Submissions with Google Analytics.
Also see Contact Form 7 on WordPress with Google Tag Manager
Forum: Plugins
In reply to: [Contact Form 7] Get value of input radio into same page@marcvillevoye As per the Forum Welcome, please post your own topic. I’ll be watching out for your question to offer you a possible solution.
Posting in an existing topic and taking over the original posters question is generally considered inappropriate. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.