Hi, I'm trying to set up masks for some different fields, if the field is set to allow only digits (and of course have a mask for that) everything is working fine, I cannot submit the data if there are other characters in the field. But if the field is set up to allow text or both text and digits, I'm allowed to submit only partially filled fields.
If I set up a mask like data-inputmask='mask' : 'aa99aa99' I can enter for example aa1 in the field, which becomes aa1_____ and that information is submitted. If I try the built in mask YYYY-MM-DD and enter for example 20 the data 20YY-MM-DD is being submitted. I don't want anyone to be able to submit only partially filled data
From what I can see at https://github.com/RobinHerbots/jquery.inputmask, there is a check for incompletely filled out data in the fields, how do I set that up in chronoforms?
I haven't used these input masks before, so it is quite possible that I have missed something.
I have some problem searching this forum too, whenever I do a search, I can only view results on the first result page, when I try to go next page I'm getting back to the board index page, so it is also possible that there are some answer that I didn't manage to find in the forum. But I have tried updating the jquery files and read the documentation about adding input masks
//Anna
If I set up a mask like data-inputmask='mask' : 'aa99aa99' I can enter for example aa1 in the field, which becomes aa1_____ and that information is submitted. If I try the built in mask YYYY-MM-DD and enter for example 20 the data 20YY-MM-DD is being submitted. I don't want anyone to be able to submit only partially filled data
From what I can see at https://github.com/RobinHerbots/jquery.inputmask, there is a check for incompletely filled out data in the fields, how do I set that up in chronoforms?
I haven't used these input masks before, so it is quite possible that I have missed something.
I have some problem searching this forum too, whenever I do a search, I can only view results on the first result page, when I try to go next page I'm getting back to the board index page, so it is also possible that there are some answer that I didn't manage to find in the forum. But I have tried updating the jquery files and read the documentation about adding input masks
//Anna
This topic is locked and no more replies can be posted.