• Hello, I need to capitalize a field value, so I add this code in css but doesnt works :

    .um input[type=text][name=business_name-2264]{text-transform:capitalize }

    Thanks for your help

    Regards
    Michel

Viewing 1 replies (of 1 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @benenoo

    Please try the following CSS codes:

    .um-form form input[data-key="business_name"] {
        text-transform:capitalize;
    }
    • This reply was modified 2 years, 5 months ago by Aswin Giri.
Viewing 1 replies (of 1 total)
  • The topic ‘Capitalize field value’ is closed to new replies.