davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Not possible send mail on Google App EngineThough 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] How to drag & drop files for upload 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 jQuery.
Forum: Plugins
In reply to: [Contact Form 7] table not working properlyThe link you have provided leads to a 404
You may see Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
Forum: Plugins
In reply to: [Contact Form 7] Message not seen after sending mailPlease 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] How to change width of text inputThe 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.
You could do something like this
.wpcf7-form .wpcf7-textarea { width: 615px; }Add your CSS via https://wordpress.org/plugins/simple-custom-css/
Forum: Plugins
In reply to: [Contact Form 7] Still orange border problemPlease include 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] Form just sits there?Its common to find one form working and the other not working even though they are on the same website. Some JavaScript may have been loaded one page A* and not B* because it is only necessary for page A*. In a case like this, you can have one form working and the other not functioning
Forum: Plugins
In reply to: [Contact Form 7] input box for file upload too smallPlease 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] Where to find the MessagesYou can find them in your email.
In contact form 7 interface at your wordpress admin, click the mail tab and enter the email address with which you want to receive emails at the To: field.
Forum: Plugins
In reply to: [Contact Form 7] Change fields height and widthSee Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
Forum: Plugins
In reply to: [Contact Form 7] problem on mobilesThe 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.
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] recaptcha stick together with send buttonYou can do something like this
.wpcf7-form-control.wpcf7-submit { margin-top: 100px; /* to provide space above it */ }
you may add your CSS via https://wordpress.org/plugins/simple-custom-css/
Forum: Plugins
In reply to: [Contact Form 7] How can i add Four field to the same row?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
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.
Forum: Plugins
In reply to: [Contact Form 7] Styling the Form IssuesThere are two forms on the link provided, which one would you like to style?
See Styling Contact Form 7 Forms for a general explanation of styling CF7 forms using CSS.
Forum: Plugins
In reply to: [Contact Form 7] Unable to integrate CF7 and Mailchimp checkboxHi @kevjazz you have posted three problems here –
– email
- required field *
- another email (mail champ)I do understand you efforts to get your form working again, however posting three problems in one post would not help solve your problem quicker. Actually it will complicate things 🙂
I suggest you start again by posting each problem separately, that would attract helpers to your question easily – and hopefully they would provide you with a possible solution.