Umbraco Forms: How to implement custom Javascript validation function instead of regex?
Hi,
I need to implement a "Luhn Mod-10" validation javascript function for som text input fields (regex cannot handle Luhn Mod-10 validation). Would this be possible without rewritting to much of the default form view code?
(I already have a boolean javascript function, it is merely the implementation I ask about)
Umbraco Forms: How to implement custom Javascript validation function instead of regex?
Hi,
I need to implement a "Luhn Mod-10" validation javascript function for som text input fields (regex cannot handle Luhn Mod-10 validation). Would this be possible without rewritting to much of the default form view code?
(I already have a boolean javascript function, it is merely the implementation I ask about)
Thanks in advance,
Martin
is working on a reply...