https://snipboard.io/TpgCxt.jpg
As shown in the image we have a cloneable text field where we added email validation.
As your documentation states, jquery uses input name, not id. Since in this case the input names will be hr_emails[0], hr_emails[1], hr_emails[...] how can we make it work?
I've confirmed that when hr_emails[0] was used in the code only the first field validation would work.
Appreciated for you help,
Henrique (Novify Team)