davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Allow user with author role to edit formsIf 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] Contact 7 issuesSee 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.
Forum: Plugins
In reply to: [Contact Form 7] SeparationI want to separate contact form for two sections:
Could you explain what you mean by “two sections” in your screenshot β?
β
Meanwhile you may see http://contactform7.com/getting-started-with-contact-form-7/also 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.
ββββ
Forum: Plugins
In reply to: [Contact Form 7] Quick quote with two drop-down menu tabsThis 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.
Some of the premium Form plugins do offer some Conditional Logic including Gravity Forms and Ninja Forms.
Also see https://wordpress.org/support/topic/plugin-contact-form-7-this-is-how-to-showhide-fields-with-jquery
ββForum: Plugins
In reply to: [Contact Form 7] Allow user with author role to edit formsForum: Plugins
In reply to: [Contact Form 7] Text Color FIELDTo 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.
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] CF7 "Failed to send your message."Forum: Plugins
In reply to: [Contact Form 7] Why isn't contact form 7 mobile compatible?To make your form responsive you need to provide responsive CSS styling to the relevant standard HTML form elements, if your theme doesn’t do this.
For basic responsive resizing you can start with something like:
.wpcf7-form { width: 100%; } .wpcf7-form input, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea, { width: 100%; }βAdd your CSS via Child Theme or use custom CSS plugin.
Forum: Plugins
In reply to: [Contact Form 7] Change the form settingsbut i dont know how to set it to look like this one http://www.taboola.com/contact
I can see you are 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, plus they offer excellent support.
Forum: Plugins
In reply to: [Contact Form 7] CF7 "Failed to send your message."Though 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 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] Multiple Contact FormsForum: Plugins
In reply to: [Contact Form 7] Checkboxes in Drop-Down MenuI think the first answer on the thread would help. But once again you need to be skilled at WordPress development using jQuery to be able to do this.
Forum: Plugins
In reply to: [Contact Form 7] Checkboxes in Drop-Down MenuThis 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.
Check out this thread http://stackoverflow.com/questions/19206919/how-to-create-checkbox-inside-dropdownββ – to show the selected/checked option in your email, you can add a name attribute to HTML tag and add the shortcode in the mail section of CF7
Forum: Plugins
In reply to: [Contact Form 7] Conflict with Newsletter plugin (not sure)?see Contact Form 7 Email Issues – there is a link there that covers JavaScript Conflicts.
Forum: Plugins
In reply to: [Contact Form 7] Show entered data after succesful sentThis 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.
However you can set an auto responder email to show them the content of their input. ββ