davmerit
Forum Replies Created
-
Please include all your input in the 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] Emails still go to an old email address@eric_draven as per the Forum Welcome, please post your own topic.
Forum: Plugins
In reply to: [Contact Form 7] Emails still go to an old email address@rdolishny Aright – if you are able to solve it, please post it in here. It may help other solve their problems.
Forum: Plugins
In reply to: [Contact Form 7] Please fill in the required field above input boxDid I miss something?
Maybe – I would suggest that you use CSS to move the position where the message displays. You may need to add a custom CSS class to help you achieve that.
Forum: Plugins
In reply to: [Contact Form 7] Text WhiteIf this resolves your question, it helps others contributing here, if you can flag your post as [resolved]
let me ask how i can change the font of Contact Form to roboto, is possible, or samenthing next this ?
I would suggest you start a new topic on this one. I would look out for it and assist you.
Forum: Plugins
In reply to: [Contact Form 7] Emails still go to an old email addressAre you sure you are using Contact Form 7 – it doesn’t deal with comments.
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes not clickableI have used Firebug to examine your form, here is what I strongly suspect to be the cause of the problem.
CSS CODE:
div.left { float: left; clear: both; width: 50%; }When float left is disabled all the checkboxes become clickable. Using
float: left;like this is likely to cause problems with following items – particularly if you aren’t 100% sure what you are doing.
Easiest way to fix might be to to prevent the use offloat: left;Forum: Plugins
In reply to: [Contact Form 7] Customize the green 'thank you' box text.See Contact Form 7 Interface at http://prntscr.com/8mgijt
The message tab is where you make changes to confirmation / error messages. Can you see that from your Contact Form 7 interface in your wordpress dashboard?If this doesn’t answer your question then you may have to explain problem into detail.
Forum: Plugins
In reply to: [Contact Form 7] Save submissions in Google Spreadsheetns google sheets connector could be of help
Forum: Plugins
In reply to: [Contact Form 7] [url] is not creating a link in the message bodyPlease 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] datepicker doesn't let you select year/month?These plugins could be of help – Contact Form 7 datepicker and Contact Form 7 datepicker fix
Forum: Plugins
In reply to: [Contact Form 7] Text WhiteThe 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 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.
I have examined your site with firebug, below is the code that makes the text on your form white and invisible
Problem code:p { color: #FCFCFC; font-family: "Roboto"; font-size: 35px; font-style: normal; font-weight: 400; }correction code:
.wpcf7-form > p { color: #000; font-size: 14px; }Add your CSS via Child Theme or use custom CSS plugin.
Forum: Plugins
In reply to: [Contact Form 7] Uploading file not working since exporting databaseHosting servers defer from one another based on their configuration. This could one major reason why contact form 7 could work on one and fail on another.
See File Uploading and Attachment.
There islimitoption 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] Adjusting Form WidthYou 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 make a 2 column contact form
Forum: Plugins
In reply to: [Contact Form 7] Side by side boxesYou 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 display form fields side by side.