05/12/2015 at 9:46 am
#333985
Keymaster
@ Rocky
Since the phone number field does not exist until the add phone button is clicked the input mask added by the Masked Input will not be applied. This is because it is only being applied to fields which exist on the documented loaded event.
What you need to do is edit the JS for Form, cn-form-user.js and cn-form-user.min.js to add the Masked Input to the field add function. I think simply adding $('.cn-phone').mask('(999) 999-9999'); as the last line to the add function will be enough.
Hope that helps!
