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

  • EvaHolm
    Asked on October 26, 2018 at 2: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.

  • Victoria_K
    Replied on October 26, 2018 at 6: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