
Hi,
I have written a JS code on on-change of pincode/zipcode field. So, Whenever user enter a zipcode, City ,state and country will automatically gets populatef. I have 2 questions: 1.After that, How to lock/disable these fields of lead entity ?
2. I want to auto populate city and state based on zipcode. But is it possible to auto populate disabled or locked fields?
Thanks in Advance
Hello,
1. Try to take a look at this reference: www.inogic.com/.../
It explains how to lock/unlock composite fields using JavaScript.
2. I understand that via JavaScript is possible to change values on blocked fields as well