Hello there, i want to delimit some characters on my popup FORM, i hace already done this with a normal form on a landing page with this code:
window.ub.form.validationRules.nombre.reglaParaNombre = true;
window.ub.form.validationRules.apellido.reglaParaApellido = true;
window.ub.form.validationRules.teléfono.reglaParaTelefono = true;
BUT, this same code is not working for my POPUP form,
is there something i need to change to get my code to work?
Than you