HelloCan any of you help me with the css function text transform?

  • Profile Image
    EvaHolm
    Asked on October 26, 2018 at 02:45 AM

    Hello

    Can any of you help me with the css function text transform? I would like to transform input from all text fields to first lower cases and then capitalize to avoid inputs in all caps.



    This is a re-post of a comment on How to Inject Custom CSS Codes

  • Profile Image
    Victoria_K
    Answered on October 26, 2018 at 06:57 AM

    Unfortunately, I believe it is not possible, since needed css selectors can only be used with block-level elements, there's no option to apply that to input fields. Even if you apply css codes to your form, it will only take effect on the form, but submitted value will not inherit that styling. 

    However, it seems that we have an option to apply some similar styles to email alerts: Capitalizing-the-First-Letter-of-Every-Field-Value-on-Email