davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Checklist without break in emailPlease include a link to your Contact Form 7 form plus all your input in the Form and 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] Two fieldsYes. You could consider using Contact Form 7 Skins to style your Contact Form 7 Forms. You can use the add-on CF7 Skins Ready to place fields next to each other.
See also the following CF7 Skins Documentation which might help you:
Contact form 7 form in columns – shows how to place form fields vertical columns using the CF7 Skins Ready Add-on
Also 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] Contact Form 7 breaks websiteIt does say that this plugin is compatible with the WordPress 4.3.1 with Twenty Eleven theme presently used.
Yes, I use CF7 and Twenty Eleven theme which works perfectly. Many others use both too. Actually, many people revert back to Twenty Eleven when they have problems with other themes as a way to identify the actual problem on their site. Any issue you have is almost certainly due to something on your local WP install
Forum: Plugins
In reply to: [Contact Form 7] I want show pop-up when e mail has been sent successfullyhttps://wordpress.org/plugins/contact-form-7-response-colorbox-popup/ – could be pf help
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes not alignedKindly provide me with the link to the current location of the form so that I would be able to answer your follow up question.
Forum: Plugins
In reply to: [Contact Form 7] Wont send emailit comes up the “message sendt” but no email are showing up.
If it shows sent but not received its probably being seen as spam somewhere in the email process.
Forum: Plugins
In reply to: [Contact Form 7] Create Quiz / QuestionnaireThat functionality 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] Reduce size of a particular contact formSee Styling a Specific Contact Form 7 Form.
See also 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] Wont send emailSee Contact Form 7 Email Issues – this links to a much more comprehensive article which also covers emails being considered spam.
Forum: Plugins
In reply to: [Contact Form 7] Create Quiz / QuestionnaireBasically I would like set a weight to different field answer and calculate the result in the end?
I am sure what you mean by “calculate”. Do you want to display (1), (2) or (3) in your email when either of the options are checked/selected by the users?
Forum: Plugins
In reply to: [Contact Form 7] Alternative fileldsThis 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] Email not send after clicking "send"I have tested the form at the link provided, I got “Erfolgreich abgeschickt ! Danke !” – which indicates that the form is sent.
However if you are not receiving emails, then they are 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.
Forum: Plugins
In reply to: [Contact Form 7] Send button invisible@francojobs
Problem one:They ask a secret key – maybe this is the problem? where can I find it?
You need a site key and secret key. See http://contactform7.com/recaptcha/
Problem two:
The problem is caused by the colors used in the CSS below http://evelin-soft.com/wp-content/themes/scalia/css/custom.css?ver=4.3.1.sc-button, input[type="submit"], .radio-sign.checked::before, .page-links a, .blog-load-more button, .blog-style-default .comments-link a, .price_slider_amount .button { background-color: #ffffff; } .sc-button, input[type="submit"], .page-links a, .blog-load-more button span, .blog-load-more button span::before, .blog-style-default .comments-link a, .widget a.sc-button, #primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a.checkout, .price_slider_amount .button { color: #ffffff; }you may correct this with code below
.wpcf7 .wpcf7-submit { background-color: black; /* add your preferred color */ color: blue; }Add your CSS via Child Theme or use custom CSS plugin.
Forum: Plugins
In reply to: [Contact Form 7] radio buttonYou may do something like this
[radio radio-867 "yes" "no"]and add
[redio-867]in the mail section of CF7see http://contactform7.com/checkboxes-radio-buttons-and-menus/
Forum: Plugins
In reply to: [Contact Form 7] Maximum checked checkboxes in formThis 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.