Title: problem acceptance-chekbox
Last modified: June 25, 2018

---

# problem acceptance-chekbox

 *  Resolved [duboi](https://wordpress.org/support/users/duboi/)
 * (@duboi)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/problem-acceptance/)
 * Hello
    i have two problems with the acceptance-checkbox :
 * 1) On orion theme : the chekbox not worked, impossible to selected : [website](http://autoecoledelaplace.fr/site1/test/)
   
   2) On spectrum construction theme : In my sentence each word with a capital letter.
   [Website](http://dtp-delente.fr/)
 * Thanks
    -  This topic was modified 7 years, 11 months ago by [duboi](https://wordpress.org/support/users/duboi/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [orero](https://wordpress.org/support/users/orero/)
 * (@orero)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/problem-acceptance/#post-10433523)
 * Hi,
 * 1. Check your CSS. I think this is broking your form. Try to disable it with 
   Developer Mode and you’ll see.
 *     ```
        /* -webkit-appearance: none; */
           -moz-appearance: none;
           appearance: none;
       ```
   
 * 2. Check your CSS. Disable it with Developer Mode and you’ll see.
 * `text-transform: capitalize; /* This is what's happening */`
 *  Thread Starter [duboi](https://wordpress.org/support/users/duboi/)
 * (@duboi)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/problem-acceptance/#post-10435205)
 * You are right
    I disabled css and it work but I am not developer I resolved a
   problem ( In my sentence each word with a capital letter.) css : span.wpcf7-list-
   item-label {text-transform: none !important; }
 * 1) On orion theme : the chekbox not worked, impossible to selected : website
   
   How to adjust the css? Have you got a idea please?
 * I haven’t got this problem with others themes
    -  This reply was modified 7 years, 11 months ago by [duboi](https://wordpress.org/support/users/duboi/).
    -  This reply was modified 7 years, 11 months ago by [duboi](https://wordpress.org/support/users/duboi/).
    -  This reply was modified 7 years, 11 months ago by [duboi](https://wordpress.org/support/users/duboi/).
 *  [orero](https://wordpress.org/support/users/orero/)
 * (@orero)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/problem-acceptance/#post-10436841)
 * You have some custom code for Contact Form in your CSS with this header
 *     ```
       /************************************* O.o *************************************/
       /*                                Contact from                                 */
       /*******************************************************************************/
       ```
   
 * Which includes this:
 *     ```
        /* -webkit-appearance: none; */
           -moz-appearance: none;
           appearance: none; 
       ```
   
 * You can check the style.css (but If you’re not a developer, be careful, please).
   This affects to your input boxes, so please don’t remove.
 * You can custom just this input using selector and some custom code.
 * If you’re not comfortable with code, try a checkbox instead.
 *  Thread Starter [duboi](https://wordpress.org/support/users/duboi/)
 * (@duboi)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/problem-acceptance/#post-10439541)
 * ok thanks it work in the css theme

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘problem acceptance-chekbox’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [duboi](https://wordpress.org/support/users/duboi/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/problem-acceptance/#post-10439541)
 * Status: resolved