Hi! How can I create a mask input? Ex: a phone number: an user type numbers and the form shows parentheses and points…
(sorry about my english, I’m brazilian)
Hi! How can I create a mask input? Ex: a phone number: an user type numbers and the form shows parentheses and points…
(sorry about my english, I’m brazilian)
Hey,
Using a single input - no, it is not yet possible.
However, it might be possible using more than 1 input, together with text elements containing the dots and parentheses, and layering them all together to look like 1 big input. Note you would also need some code to move the focus between the different inputs as the user types.
Good luck,
Itai
Hi!
OMG, this is so hard to me… I’m using Wix Forms API, so all inputs are in a form like a box… What I want is simple, but the code is crazy… Thanks for the answer