-1

I want to take input from forms in hindi language as the user types in the form field in kruti dev style. So what changes i need to make in my input tag such that it takes input in kruti dev font.

1 Answers1

1

This is very simple to achieve. All your user needs to do is have hindi enabled as a keyboard through your their settings. Then when you select the hindi keyboard you can type in the input box. To set the input box to default hindi you can use the lang attribute on the input.

Love2Code
  • 440
  • 6
  • 19