komas
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Changing the format of values for checkbox itemsForgot, checkbox.php creates the [checkbox] tag.
If you can’t find what you need/want in the mail.php (same directory) I don’t know where you can find it, I haven’t looked good into the code.Forum: Plugins
In reply to: [Contact Form 7] Submit button does not appear in IE11When I’m at the submit part with DOM inspector the color is triggered.
Try removing this code in your style.css
input.wpcf7-form-control.wpcf7-submit{ background-color:#0db14b;Forum: Plugins
In reply to: [Contact Form 7] Changing the format of values for checkbox itemsFor the additional file go to /modules/checkbox.php in the plug-in
Forum: Plugins
In reply to: [Contact Form 7] parameter from URL via `$_REQUEST` into hidden fieldsIn a php file make sure it begins with
<?php /*Template Name: xxx*/Then when you’re at a page you can select the template.
I don’t think you can do anything with the URL using JavaScript, because only PHP is server side.
Forum: Plugins
In reply to: [Contact Form 7] Changing the format of values for checkbox itemsWhat if you use the checkbox format like this
[checkbox]
[checkbox]
[checkbox]
[checkbox]
[checkbox]
[checkbox]
[checkbox] etc.Forum: Plugins
In reply to: [Contact Form 7] parameter from URL via `$_REQUEST` into hidden fieldscf7 forms only supports HTML.
If you want to use PHP, you probably have to create a template file.Forum: Plugins
In reply to: [Contact Form 7] Contactform 7 doenst work via Smart-PhoneUnfortunately not, because I’m using a custom version of the standard theme.
Maybe the author can fix this issue?
Forum: Plugins
In reply to: [Contact Form 7] Contactform 7 doenst work via Smart-PhoneI see you have a paid theme called Callisto?
If so, I suspect an incompatibility with your theme, although I’m not really sure.
Forum: Plugins
In reply to: [Contact Form 7] Javascript and cookie issueMy guess is that the newest version of cf7 causes it.
As I said (and edited), I have no problems with my own forms with version 4.2.And yes, the newest version was released about 13 hours ago.
Forum: Plugins
In reply to: [Contact Form 7] Contactform 7 doenst work via Smart-PhoneWhat do you use for compatibility with a smartphone?
Forum: Plugins
In reply to: [Contact Form 7] Contactform 7 doenst work via Smart-PhoneWhat is the URL of your site?
Forum: Plugins
In reply to: [Contact Form 7] Javascript and cookie issueSorry, read it wrong, just edited my answer
Forum: Plugins
In reply to: [Contact Form 7] Javascript and cookie issueNo I am not.
This isn’t browser related, on my own site I am able to use cf7 normal.Your issue is css related and has nothing to do with the cf7 plugin.
Forum: Plugins
In reply to: [Contact Form 7] Hidden field in CF7I don’t think that is possible.
You’ll probably have to custom program it.But that is pretty easy to do if you’re even a little bit familiair with jQuery.
At the moment I’m writing my own script for my question which is more complicated because I’m adding a few features to it