On Chronoforms6 there is an option to provide data masking for text fields.I used the following entry in the Entry parameters:
data-inputmask='mask' : '*{1,30}'
What I also need is to allow spaces and - characters.The above only allows alphanumerics.
Any hint on how to do this?