davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error sending messageForum: Plugins
In reply to: [Contact Form 7] Change of text size within "select adressen "For a basic* stlying of a CF7 select text, you can do something like this
.wpcf7-select { font-size: 50px; }Use Firebug or Chrome Dev Tools to examine the HTML and CSS of your CF7 form in detail. Once you understand how the HTML and CSS is configured in your CF7 form, you should be able to see the CSS changes you need to change the appearance of the form to suit your requirements.
Forum: Plugins
In reply to: [Contact Form 7] Submitting form info into MySQL databaseI do not know what more you would like to save in a DB apart from CF7 form inputs but https://wordpress.org/plugins/contact-form-7-to-database-extension/ could be of help.
Forum: Plugins
In reply to: [Contact Form 7] Simple Issue“Please fulfil the form below.”
I am not sure that is part of CF7 default set-up. Please 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] Number validation for text inputYou may have to do this via custom programing but you would need to be rather skilled at WordPress development using PHP and/or jQuery.
Suggest you try the plugin recommended in the thread http://wordpress.org/plugins/jquery-validation-for-contact-form-7/
Forum: Plugins
In reply to: [Contact Form 7] Slow sending and show success messageThis 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.
Use Firebug or Chrome Dev Tools to examine JavaScript conflicts in detail if you are skilled at JavaScript
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 fails to workThough 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 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.
Also see I get an error message with a red border. So, how can I solve this?
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.
Looks like this is a Contact Form 7 – PayPal Extension issue. Probably a good idea to post your question at the PayPal Extension Forum
Forum: Plugins
In reply to: [Contact Form 7] change style of browse button on file uploadStyling of Upload / Add File is largely contolled by the selected browser unless you use Javascript to override this – see http://stackoverflow.com/questions/4909228/style-input-type-file
Forum: Plugins
In reply to: [Contact Form 7] Placeholder on Select*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] Placeholder on Select*You can use
first_as_labelsee http://contactform7.com/checkboxes-radio-buttons-and-menus/ scroll down to Select and Seclect*Forum: Plugins
In reply to: [Contact Form 7] Two Level Drop-down Menu?This 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.
Forum: Plugins
In reply to: [Contact Form 7] Submit button does not work on safari / mobileThis 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.
Forum: Plugins
In reply to: [Contact Form 7] Check Box Crashes when checkPlease 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] Problems to add class to fieldSee Styling Contact Form for a general explanation of styling CF7 forms using CSS.
There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.