davmerit
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] link doesn't work short code buttonSuggest you take a look at Redirecting to Another URL After Submissions
Forum: Plugins
In reply to: [Contact Form 7] add anotherLooks like you are looking for Conditional Logic which is not available directly in the Contact Form 7 plugin.
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.
Forum: Plugins
In reply to: [Contact Form 7] Date Format Seems Invalid (FireFox Only)Refer http://contactform7.com/date-field/ – DD-MM-YYYY format is not supported.
The new CF7 date tag is a HTML5 date input type which currently has only limited cross-browser support. See http://www.wufoo.com/html5/types/4-date.html for the low down on this new HTML5 form element.
Forum: Plugins
In reply to: [Contact Form 7] Change of text size within "select adressen "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] link doesn't work short code buttonSecond question: My theme uses buttons created with a shortcode. Is it possible to use it with CF7 as submit button?
That is not guaranteed but most likely possible if your theme has CF7 pre-installed. The best way is to use CSS to style the CF7 button. However you may give it a try.
Your first question is not clear to me, if you could explain that into detail and 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] Radio ButtonThe 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.
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] Contact Form 7 working in Chrome but not any other browserThough 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] reCAPTCHA module languageshttps://wordpress.org/support/topic/how-to-set-the-recaptcha-language?replies=5 – this could be of help
Forum: Plugins
In reply to: [Contact Form 7] Submit button does not work on safari / mobilePlease 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] SeparationYou need to be skilled at HTML and CSS to able to add up to the default CF7 mark-up. Below is a basic format of what you wish to do with CF7
<p> Some text goes here </p> <p><img src="imagesource.com" > </p> <p>Your Email (required)<br /> [email* your email] </p> <p> Some text goes here </p> <p><img src="imagesource.com" > </p> <p>Subject<br /> [text your-subject] </p> <p> Some text goes here </p> <p><img src="imagesource.com" > </p> <p>Your Message<br /> [textarea your-message] </p> <p>[submit send]</p>Forum: Plugins
In reply to: [Contact Form 7] Why does it take so long to process a submit?I can see you have set a redirect on your form. That could be the reason, there is a new page request after every submission.
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 inspected your form at the link provided. Looks like text entered in the form fields appear black.
Forum: Plugins
In reply to: [Contact Form 7] Why does it take so long to process a submit?Please 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] change language after duplicatewe must start from new in right language and then copy-paste all fields
That would probably be the easiest way out as I do not think CF7 offers a way to change the language of a “duplicated” form.