limit text input to English alphabet letters only

  • davidyatir
    Asked on December 19, 2020 at 10:52 AM

    Hello

    Is there a way to limit text input to English alphabet letters only?

    I would use ascii code range if that was possible

    Thanks

    Assaf

  • Alexander_G
    Replied on December 19, 2020 at 12:33 PM

    Hi, Assaf

    Unfortunately, it is not possible to force your users to use English only texts/words in your form.

    You can use Validation field to choose available restrictions:

    1608399158 5fde3936aea05  Screenshot 10

    Let us know if you have further questions.

    Thanks,

    Alex.

  • davidyatir
    Replied on December 20, 2020 at 3:11 AM
    Hi
    What would validation help me?
    Please consider filtering by ascii codes
    BR
    Assaf
    ...
  • Alexander_G
    Replied on December 20, 2020 at 5:54 AM

    Hi,

    Validation can only help to limit type of symbols. For example, it can help if you want to restrict “Cyrillic” type of symbols in a field.

    ‘’Please consider filtering by ascii codes.’’

    — Ok, Sir. I’m going to pass along your feature request to our team who is responsible for new features so that they consider to add it to our current product roadmap.

    Thanks so much, again, for reaching us!

    Cheers,

    Alex


  • davidyatir
    Replied on December 20, 2020 at 6:22 AM
    Thank you. It seems it could be helpful to other users as well
    ...