• Resolved webjuly31

    (@webjuly31)


    I have made the name fields to capitalize. The email I receive is in lowercase. I have made the form so you will receive a copy of the email to see what is happening.

    `#wpforms-343 .wpforms-field input
    {text-transform: capitalize;
    }

    #wpforms-343 .wpforms-field-email input
    {text-transform: lowercase;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @webjuly31,

    Thanks for writing in!

    Capitalizing the name field input through CSS alone will not convert the input values to the capitalize format, it’s just for presentation purposes.

    However, you should be able to make sure the actual input that gets submitted is converted to capitalize format by following this guide.

    I hope this helps.

    Hi @webjuly31,

    We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

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

The topic ‘email received does not show css text formatting’ is closed to new replies.