Okay
  Public Ticket #1481530
Uppercase in contact forme
Closed

Comments

  • 83des started the conversation

    Hi !

    I have only uppurcase in my Contact Form 7 form even if caps is unlock on keyboards.

    How can I make letters appear normal for the users ?


    Thank you for your help.

    Friendly.

  •  1,973
    Support replied

    Hello,

    try adding

    #contact-formular input[type="text"], #contact-formular input[type="email"], input[type="password"], textarea, input[type="text"], input[type="email"] {
        text-transform: none;

    }

    #commentsform input[type="text"], textarea {
        text-transform: none;

    }

    in  theme options -> styling options -> custom CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • 83des replied

    Dude, you really rock ! Your support is perfect. This works fine.

    Thank you very much for your help.