davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Form is not sending messageI have tested your form at the link form provided – I got the “Your message was sent successfully. Thanks.”
The 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 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] text fields not workingThe 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.
The problem is cause by the code below
#bbpress-forums .bbp-search-form #bbp_search, #comment-input input, #tribe-bar-form input[type="text"], .avada-select .select2-container .select2-choice, .avada-select-parent select, .avada-shipping-calculator-form .avada-select-parent select, .bbp-login-form input, .bbp-reply-form input#bbp_topic_tags, .bbp-topic-form input#bbp_topic_tags, .bbp-topic-form input#bbp_topic_title, .bbp-topic-form select#bbp_stick_topic_select, .bbp-topic-form select#bbp_topic_status_select, .cart-collaterals .avada-select-parent input, .cart-collaterals .form-row input, .cart-collaterals .shipping_calculator #calc_shipping_postcode, .checkout .input-text:not(textarea), .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .coupon .input-text, .input-text:not(textarea), .main-nav-search-form input, .post-password-form .password, .search-page-search-form input, .searchform .search-table .search-field input, .shipping-calculator-form .avada-select-parent select, .woocommerce-checkout .select2-drop-active, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, input.s, input[type="text"], select { height: 0px; /* this is the problem */ padding-top: 0px; padding-bottom: 0px; }Forum: Plugins
In reply to: [Contact Form 7] How to change width of text inputMy apologies – I have visited both links and have realized what you are trying to do.
You 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 add four fields in a row
Contact form 7 form in columns – shows how to place form fields vertical columns using the CF7 Skins Ready Add-on.
Forum: Plugins
In reply to: [Contact Form 7] Not receiving email notificationsI have tried to send an email with the form at the link provided. I got the “success message” which means that CF7 is sending emails.
The 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 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] Update logged in user fieldsContact From 7 helps you to send emails – it does not / cannot update your contact list. You can however use a storage plugin like CF7DB to save CF7 submissions and update the contacts manually.
Or use CF7 MailChimp extension vto save contacts to your MailChimp but this requires that you use MailChimp
Forum: Plugins
In reply to: [Contact Form 7] Not possible send mail on Google App EngineSuggest you take a look at the article in the link I have provided you.
You may also see After submitting the form, I get an error message stating “Failed to send your message”. What is wrong?
Forum: Plugins
In reply to: [Contact Form 7] Only show response and remove 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 jQuery.
However you may use
on_sent_okto redirect the user to a tank you page see http://contactform7.com/redirecting-to-another-url-after-submissions/Forum: Plugins
In reply to: [Contact Form 7] Failed to send your message. ErrorThough 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. 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] Update logged in user fieldsForum: Plugins
In reply to: [Contact Form 7] Schedule form availabilityThis 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] Issues with "free_text" fieldPlease include a link to your Contact Form 7 form plus all your input in the Form 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] Copied form fails to sendThe problem can also be caused by a server-side warning or error. I’d recommend you install Postman SMTP temporarily to investigate this. Postman SMTP includes excellent email debugging.
Forum: Plugins
In reply to: [Contact Form 7] How to insert columns into the formYou could also consider using Contact Form 7 Skins to style your Contact Form 7 Forms.
You can now use the add-on CF7 Skins Ready to create multiple columns.
Contact form 7 form in columns – shows how to place form fields vertical columns using the CF7 Skins Ready Add-on.
Forum: Plugins
In reply to: [Contact Form 7] How to insert columns into the formSee 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] error/success messages dont show after click.The problem can also be caused by a server-side warning or error. I’d recommend you install Postman SMTP temporarily to investigate this. Postman SMTP includes excellent email debugging.