For entering a correctly formatted telephone number, a separate / individual input mask could be defined in CF5:
--> CF5 Extra Params: data-inputmask = 'mask': '099 999 99 99'
Where and how can I define an individual input mask in CF 6?
Many thanks for the support!
--> CF5 Extra Params: data-inputmask = 'mask': '099 999 99 99'
Where and how can I define an individual input mask in CF 6?
Many thanks for the support!
Hi Peter,
In the extra attributes box in v6 you can use the same code but replace "=" with ":" :
Best regards,
Max
In the extra attributes box in v6 you can use the same code but replace "=" with ":" :
data-inputmask:'mask': '099 999 99 99'
Best regards,
Max
This topic is locked and no more replies can be posted.