(index):477 Uncaught TypeError: jQuery(…).inputmask is not a function

Support forumCategory: Bugs(index):477 Uncaught TypeError: jQuery(…).inputmask is not a function
robert_frost asked 2 years ago
Everything seems to be working but the console displays this error: (index):477 Uncaught TypeError: jQuery(...).inputmask is not a function

This code is causing the problem: <script id='ea-front-bootstrap-js-after'>
jQuery(document).on('ea-init:completed', function () { jQuery('.masked-field').inputmask(); });
</script>
2 Answers
Nikola Loncar Staff answered 2 years ago
Hi Robert do you have masked input fields in form? Best regards, Nikola
robert_frost replied 2 years ago

I don’t know.. Are they fields that are set to visible: “no”. I have 3 fields, one is hidden.

Nikola Loncar Staff answered 2 years ago
Hi Robert those fields are with ___-___-___ input like in this example: https://easy-appointments.net/predefined-selections-responsive/ Best regards, Nikola
robert_frost replied 2 years ago

I’m afraid I didn’t understand your answer. I don’t know what “___-___-___ input” means.