Anit-Bot Issues

Has anyone had an issue with their Anti-Bot validation? My numbers keep recycling and the screen just keeps getting larger and larger until I hit refresh at the top of the browser.

Hi all i have one problem. I want to adding india zip code validation. I am adding (IN) code in profile scripts(views/profiles/components/profile scripts). How to call script india zipcode validate.Please help them.

$.ceFormValidator('setZipcode', {
US: {
regexp: /^(\d{5})(-\d{4})?$/,
format: '01342 (01342-5678)'
},
CA: {
regexp: /^(\w{3} ?\w{3})$/,
format: 'K1A OB1 (K1AOB1)'
},
RU: {
regexp: /^(\d{6})?$/,
format: '123456'
}
IN: {
regexp: /^([1-9])([0-9]){5}$/,
format: '521001'
}
});
Regards
Naga Mahesh Bondada,
maheshbondada2@gmail.com,
7893772765.

Dear Naga,

Comma symbol is missed after the russian zipcode data

Dear Naga,

Comma symbol is missed after the russian zipcode data

It's working validation. Thank u so much guidance.

Regards,

naga mahesh bondada,

maheshbondada2@gmail.com,

7893772765.

You are welcome!