How to capitalize form fiels' inputs using css code?

  • Profile Image
    stevieboy63
    Asked on May 14, 2018 at 04:24 AM

    hi new here,

    to auto capitalize simply

    click on your name field

    properties

    advanced

    expand field details at the bottom - find the field ids

    should be like #input_1 or similar

    close box

    go to form designer (paint roller icon)

    choose css

    then paste into

    1

    #input_1{text-transform:capitalize;}

    etc for each name field you want first letter capitalized

    bingo!



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

  • Profile Image
    Victoria_K
    Answered on May 14, 2018 at 06:48 AM

    Hello,

    We do appreciate that you've shared custom css with our customers. 

    If you ever need our assistance, just drop us a line here.

    Thank you!