i have an online form on kentico site(Run on Kentico 7), Form have filed name called zip code,city(hidden field) and state(hidden field). i want to read that zip code in code and pass to web service to return city and state then assign city and state value to corresponding fields.
Then in the notification email area, we'd like to be able to populate the city and state based off of the zip code that the person entered on the form.
Thanks for any help.
I recommend to implement custom form control for that:
Example - Developing custom form controls
Please, sign in to be able to submit a new answer.