Jump to content

Myjestic

Members
  • Posts

    5
  • Joined

  • Last visited

Myjestic's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Yes of course it is, the error I made was typing \u00c4 instead of \x{00c4}.
  2. To prevent öäüÖÄÜß just use this: _Inputmask_add($MyInputField, "[\x{00c4} \x{00e4} \x{00d6} \x{00f6} \x{00dc} \x{00fc} \x{00df}]", 500)The idea with the unicode was close
  3. In another Input field I disallow semicolon and some other characters with _Inputmask_add($MyInputField, "[; p P a A]", 500)and it works. Just with Umlauts it did not work.
  4. How can I prevent Umlauts from being inserted into input fields? I tried the following, but it did not work: _Inputmask_add($MyInputField, "[öäüÖÄÜ]", 500)
×
×
  • Create New...