davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Text WhitePlease 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] Please fill in the required field above input boxIs there a way to display it above the input box?
See customizing validation message, also see Custom Validation.
Forum: Plugins
In reply to: [Contact Form 7] Telephone text box overflows form on mobile screensSorry it’s impractical to look at your problem without a link to your Contact Form 7 form. Consider setting a copy of your CF7 form on an extra page on a website that does have public access. Post link to that page here..
but if anyone has used the tel input, and they drag their screen to mobile size they will see what I mean – the input overlaps the form’s right boundary
They probably won’t unless they are using the same WP theme as you. These issues are highly theme dependent.
Forum: Plugins
In reply to: [Contact Form 7] Form Validation Not WorkingPlease include a link to your Contact Form 7 form. 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] Email field disrupting surrounding textAfter using Firebug to examine your form, here is what I strongly suspect to be the cause of the problem.
CSS CODE:
.wpcf7-form.cf7skins *, .wpcf7-form.cf7skins *::before, .wpcf7-form, .cf7skins *::after { box-sizing: border-box; float: left; }Did you add the code above to your theme? It can be found in two sections within https://helptherapist.com/dir/wp-content/uploads/themify-customizer.css
When the float is disabled, it brings <p>We are interested in a presentation. Email us at Info@HelpTherapist.com</p> to its right state.
Using
float: left;like this is likely to cause problems with following items – particularly if you aren’t 100% sure what you are doing.Hope that helps you find a solution to your requirements.
For more detailed support you could sign on to CF7 Skins Premium Email Support.
Also you could consider a CF7 Skins add-on CF7 Skins Ready, which has a very simple way of adding form fields in a single line or columns. It does so in a way that doesn’t affect following items.Forum: Plugins
In reply to: [Contact Form 7] Some recipients don't get email from contact form@sudeshmartin as per the Forum Welcome, please post your own topic.
Forum: Plugins
In reply to: [Contact Form 7] Email field disrupting surrounding textThank you, I have seen your screenshot. I think I understand your problem now.
Please supply me with all your form inputs so that I can look into this problem carefully.
Forum: Plugins
In reply to: [Contact Form 7] Form fields can not be fulfilled on SafariNot really – it’s far more likely to be a JavaScript Conflict.
You may try a step by step approach to finding JavaScript Conflicts
1. 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] Text WhitePlease include a link to your Contact Form 7 form.
Forum: Plugins
In reply to: [Contact Form 7] Email field disrupting surrounding textI see you are using Contact Form 7 Skins to style your Contact Form 7 Forms.
At this stage I can’t understand the problems you are having. Can you please describe your problem in more detail.
Forum: Plugins
In reply to: [Contact Form 7] Calculate Points Based On SelectionLooks like you are looking for Conditional Logic which is not available directly in the Contact Form 7 plugin.
This sort of conditional logic 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.
Some of the premium Form plugins do offer some Conditional Logic including Gravity Forms and Ninja Forms.
The calculated fields plugin may also be of help
Forum: Plugins
In reply to: [Contact Form 7] Javascript not working in Chrome when logged outThe 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.
You may try Step by step approach to finding JavaScript Conflicts
1. 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] On submit page jumps to top in IEThis is could be due to a JavaScript conflict with either your current WordPress theme or one of the other plugins you are using – see Contact Form 7 Email Issues – there is a link there that covers JavaScript Conflicts.
Problems occurring on only some browsers or devices is relatively common with JavaScript Conflicts.
Forum: Plugins
In reply to: [Contact Form 7] Chained select in contact form 7I not entirely clear about your question. But I am assuming this thread could be of help.
If it doesn’t, kindly provide me with a screen-shot or a link to what you wish to achieve, I may provide you with a possible solution.
Forum: Plugins
In reply to: [Contact Form 7] Telephone text box overflows form on mobile screensPlease include a link to your Contact Form 7 form. If others here are able to understand your actual problem, they may be able and willing to offer a possible solution.