davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Looking for a extension/pluginThis is not available directly in Contact Form 7. You can use HTML and CSS to achieve this once “Use HTML content type” checked at the mail Section of CF7 interface.
Forum: Plugins
In reply to: [Contact Form 7] Uploads: how to change filename?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.
Forum: Plugins
In reply to: [Contact Form 7] Limit entries same timeThis won’t be a problem for Contact Form 7, however you must have enough memory and other resources on your server to be able to handle this.
Forum: Plugins
In reply to: [Contact Form 7] file uploading field – we do not get any attachmentsSee File Uploading and Attachment. There is limit option of
[file]tag. You can use it like this:[file your-file filetypes:pdf|txt limit:2mb]Also note that PHP configuration settings affect the allowed file size.
You should also check for upload and email limits imposed by your WordPress hosting.Forum: Plugins
In reply to: [Contact Form 7] Not receiving email notificationsYes, you need to use a storage plugin if you need to store form submission in a DB
See https://wordpress.org/plugins/contact-form-7-to-database-extension/
Forum: Plugins
In reply to: [Contact Form 7] Align radio buttons with other form's fieldssee http://contactform7.com/custom-layout-for-checkboxes-and-radio-buttons/
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] Only add Checkbox values when they have been selectedPlease 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] recently spinning wheel seems endlessPlease 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] table not working properlyThere is an unclosed tag in the following line which could be the cause of the problem:
<tr><td>Release Date</td> <td>[date date-85 min:2000-01-01 placeholder "Release Date"]</td></tr>Forum: Plugins
In reply to: [Contact Form 7] sending thank you message to user's acontact form 7Forum: Plugins
In reply to: [Contact Form 7] I can not fill in the fields of the formI have tested the form at http://www.comedy4.com.br/ingressos – it works. I got the “success message” with the green border.
If the problem is resolved, kindly reply to this thread with how you resolved it and check it as resolved. Hopefully it will help others too.
Forum: Plugins
In reply to: [Contact Form 7] Emails are not senti see them in the dashboard but after 100 test nothing happens.
Emails are sent to a specified in email address within contact form 7. They are not stored in the dashboard of WP. Its likely you are looking something else other than emails from CF7
Have you entered an email address in To field of the mail section of contract form 7?
Please see http://contactform7.com/setting-up-mail/ –
Forum: Plugins
In reply to: [Contact Form 7] Limit entries same timeIn the case of 9000 entries do you mean 9000 form submissions? Please explain your question into detail. 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] PLACEHOLDER | Text Cut OffSee 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] File attachment in Responding mailIf its the same file you want to emailed to every users then see http://contactform7.com/file-uploading-and-attachment/
However if you are looking for a dynamic file attachment system then that is not available directly in CF7. It can be done via custom programming but you would need to be rather skilled at WordPress development using PHP and/or jQuery.