• Hi – is there a way to force initial caps for first name and surname text input fields using Form Manager? Also, for a mobile phone field is there a way of triggering display of the numeric keypad on Android? Likewise for an email field, to make it easier for a user to find the ampersand.
    (My form is being used as a ‘physical’ visitor book on an Android tablet in a golf clubhouse.)

    https://ww.wp.xz.cn/plugins/wordpress-form-manager/

Viewing 1 replies (of 1 total)
  • Form Manager allows you to add JavaScript to a form, which could force the first letter to uppercase. Note however, that not all surnames start with a capital letter (e.g. de la Torre).

    As for the numeric keypad on mobile, that is done with an HTML 5 input type “number” which does not seem to be supported as of yet. JavaScript could change the input type, though, I think…

Viewing 1 replies (of 1 total)

The topic ‘Initial caps for text input’ is closed to new replies.