davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Text Starting Outside Of "Message" Box On Contact Page FormPlease include a link to your Contact Form 7 form so we can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements.
Forum: Plugins
In reply to: [Contact Form 7] Some Work, Some Don'tSee Contact Form 7 Email Issues. There is a link at the bottom of the page 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 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] Some Work, Some Don'tIt’s common to have this problem on one page & not others. Different JavaScript may be loading on different pages as plugins should ideally only load JavaScript on relevant pages.
Forum: Plugins
In reply to: [Contact Form 7] SeparationPlease explain your question into detail. Do you want to create a multi page form?
Include links or screenshots of what you want to do with CF7. If 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] Checkboxes not clickableYou could consider using Contact Form 7 Skins to style your Contact Form 7 Forms.
You can now use the add-on CF7 Skins Ready to make a 2 column contact form
Forum: Plugins
In reply to: [Contact Form 7] Problem for replyPlease include all your input in the Mail sections of the CF7 interface. If others here are able to understand your actual problem, they may be able to offer a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] Validation error appears at bottom but not under the fieldsIf 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] Validation error appears at bottom but not under the fieldsI know the message is there, because when I inspect element I can see span tag with the message, but it’s set to display:none.
I have used firebug to examine your form. And yes that should be the reason. If you would like to display it then you must go in there and comment on it. You can find this line of code in your themes style.css on line 856
CSS:
.wpcf7 span.wpcf7-not-valid-tip { display: none; }How to comment:
/* .wpcf7 span.wpcf7-not-valid-tip { display: none; } */The 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 Contact Form 7 Email Issues – there is a link there that covers JavaScript Conflicts.
Forum: Plugins
In reply to: [Contact Form 7] Problem for replyIn the mail section at the From: field
Forum: Plugins
In reply to: [Contact Form 7] Validation error appears at bottom but not under the fieldsPlease include a link to your Contact Form 7 form so we can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements.
Forum: Plugins
In reply to: [Contact Form 7] ValidationThis 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 PHP and/or jQuery.
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha not working on ipad@misstt – this is public support forum. Sorry but without a link to your form here it’s probably not practical to offer you any assistance.
Forum: Plugins
In reply to: [Contact Form 7] Problem for replyUsing the default
[your-name] <[your-email]>is very useful. It means you can simply hit reply to answer emails that you receive from people filling in your form.But you need hosting that allows any email to be used as the From email. Most quality hosting does that.
Forum: Plugins
In reply to: [Contact Form 7] Align to right – troublesPlease include a link to your Contact Form 7 form so we can examine your form in detail using Firebug or Chrome Dev Tools to understand the CSS used for your CF7 form elements.