Title: komas's Replies | WordPress.org

---

# komas

  [  ](https://wordpress.org/support/users/komas/)

 *   [Profile](https://wordpress.org/support/users/komas/)
 *   [Topics Started](https://wordpress.org/support/users/komas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/komas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/komas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/komas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/komas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/komas/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/komas/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/komas/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Changing the format of values for checkbox items](https://wordpress.org/support/topic/changing-the-format-of-values-for-checkbox-items/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/changing-the-format-of-values-for-checkbox-items/#post-6259450)
 * Forgot, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Submit button does not appear in IE11](https://wordpress.org/support/topic/submit-button-does-not-appear-in-ie11/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/submit-button-does-not-appear-in-ie11/#post-6258464)
 * When 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Changing the format of values for checkbox items](https://wordpress.org/support/topic/changing-the-format-of-values-for-checkbox-items/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/changing-the-format-of-values-for-checkbox-items/#post-6259405)
 * For the additional file go to /modules/checkbox.php in the plug-in
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] parameter from URL via `$_REQUEST` into hidden fields](https://wordpress.org/support/topic/parameter-from-url-via-_request-into-hidden-fields/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/parameter-from-url-via-_request-into-hidden-fields/#post-6259403)
 * In 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Changing the format of values for checkbox items](https://wordpress.org/support/topic/changing-the-format-of-values-for-checkbox-items/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/changing-the-format-of-values-for-checkbox-items/#post-6259401)
 * What if you use the checkbox format like this
    [checkbox] [checkbox] [checkbox][
   checkbox] [checkbox] [checkbox] [checkbox] etc.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] parameter from URL via `$_REQUEST` into hidden fields](https://wordpress.org/support/topic/parameter-from-url-via-_request-into-hidden-fields/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/parameter-from-url-via-_request-into-hidden-fields/#post-6259399)
 * cf7 forms only supports HTML.
    If you want to use PHP, you probably have to create
   a template file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contactform 7 doenst work via Smart-Phone](https://wordpress.org/support/topic/contactform-7-doenst-work-via-smart-phone/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/contactform-7-doenst-work-via-smart-phone/#post-6258934)
 * Unfortunately not, because I’m using a custom version of the standard theme.
 * Maybe the author can fix this issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contactform 7 doenst work via Smart-Phone](https://wordpress.org/support/topic/contactform-7-doenst-work-via-smart-phone/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/contactform-7-doenst-work-via-smart-phone/#post-6258929)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Javascript and cookie issue](https://wordpress.org/support/topic/javascript-and-cookie-issue/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/javascript-and-cookie-issue/#post-6258441)
 * My 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contactform 7 doenst work via Smart-Phone](https://wordpress.org/support/topic/contactform-7-doenst-work-via-smart-phone/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/contactform-7-doenst-work-via-smart-phone/#post-6258914)
 * What do you use for compatibility with a smartphone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contactform 7 doenst work via Smart-Phone](https://wordpress.org/support/topic/contactform-7-doenst-work-via-smart-phone/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/contactform-7-doenst-work-via-smart-phone/#post-6258897)
 * What is the URL of your site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Javascript and cookie issue](https://wordpress.org/support/topic/javascript-and-cookie-issue/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/javascript-and-cookie-issue/#post-6258435)
 * Sorry, read it wrong, just edited my answer
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Javascript and cookie issue](https://wordpress.org/support/topic/javascript-and-cookie-issue/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/javascript-and-cookie-issue/#post-6258432)
 * No I am not.
    This isn’t browser related, on my own site I am able to use cf7
   normal.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Put the form on the left side without affecting the right side?](https://wordpress.org/support/topic/put-the-form-on-the-left-side-without-affecting-the-right-side/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/put-the-form-on-the-left-side-without-affecting-the-right-side/#post-6258869)
 * Your issue is css related and has nothing to do with the cf7 plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Hidden field in CF7](https://wordpress.org/support/topic/hidden-field-in-cf7/)
 *  [komas](https://wordpress.org/support/users/komas/)
 * (@komas)
 * [11 years ago](https://wordpress.org/support/topic/hidden-field-in-cf7/#post-6258863)
 * I 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](https://wordpress.org/support/topic/text-required-if-option-selected?replies=3)
   which is more complicated because I’m adding a few features to it

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/komas/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/komas/replies/page/2/?output_format=md)