Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You could use CB Auto Actions and its Code action to output jQuery to add input masks to the input. Aside from that there's regex validation for the field, but that'll just error until they get the format right. We have an input mask jQuery plugin and it can be loaded by CB Auto Actions by loading the jQuery plugin "inputmask" (specifically it's github.com/RobinHerbots/jquery.inputmask ), but we don't currently utilize it.but I need some sort of input validation ... Any idea for that?
No, CB has its entirely own API for handling fields as well as a base field class that we extend from.Did you consider to support the native joomla form fields and the possibility to extend the form field by own classes? that would be great
Please Log in or Create an account to join the conversation.