davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Form Saying Fill-in Forms aren't filled inPlease 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] Number validation for text inputIf this resolves your question, it helps others contributing here, if you can flag your post as [resolved]
Forum: Plugins
In reply to: [Contact Form 7] Date Placeholder not workingI want it to show ‘event date (dd/mm/yyyy)’
I guess you want to show as placehoder in the date field? Please see http://prntscr.com/8v95lb
Forum: Plugins
In reply to: [Contact Form 7] multiple email address recipients for discreet formsYou can add multiple email addresses separated by commas (NOT semicolons) in the To: field in Mail Section.
You can also cc: and bcc: using the Additional headers: field in Mail Section – see Adding Cc, Bcc and Other Mail Headers.
Forum: Plugins
In reply to: [Contact Form 7] Double success messageThis is could be due to a JavaScript conflict with either your current WordPress theme or one of the other plugins you are using – see Contact Form 7 Email Issues – there is a link there that covers JavaScript Conflicts.
Forum: Plugins
In reply to: [Contact Form 7] Cntact form designingSee 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.
You may also use https://wordpress.org/plugins/contact-form-7-skins/
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, 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] The contact form don't work on my mobileLink to “Köpanmälan”: Here
Köpanmälan is probably linked to a page which doesn’t exist.
Suggest you create a new page, paste your CF7 shortcode in there, copy the the url of the newly created page and link it to Köpanmälan
Forum: Plugins
In reply to: [Contact Form 7] Setting Up Goal TrackingForum: Plugins
In reply to: [Contact Form 7] custom shordcode in messageadd a
nameattribute on the form element and make your mail section shortcode out of it.Example:
<li name="custom_name"> some list </li>in the mail section/message you will use
[custom_name]as your shortcode to display input from the<li> field in your email.</li>Forum: Plugins
In reply to: [Contact Form 7] How to link a Contact Form 7 shortcode to an image?https://wordpress.org/plugins/easy-modal/ – could be of help.
Forum: Plugins
In reply to: [Contact Form 7] Generate a RSVP ID with Your message was sent successfullyThis 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] Contact Form 7 or any other isnt workingThough 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. There is a link at the bottom of the page to a comprehensive and detailed article which covers many 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 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] Changing text color and box Contact form 7See 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.
Use Firebug or Chrome Dev Tools to examine the HTML and CSS of your CF7 form in detail. Once you understand how the HTML and CSS is configured in your CF7 form, you should be able to see the CSS changes you need to change the appearance of the form to suit your requirements.
If you find you need more detailed advice, after reading and working through the above links you may reply to thread and I be glad to help. 🙂
Forum: Plugins
In reply to: [Contact Form 7] Form not sending emailConsider specifying a From: email
From: [your-email] <email@example.com>Forum: Plugins
In reply to: [Contact Form 7] open modal bootstrap after send 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.