Hi, I’m looking to create an address lookup on our site to return household data.
I’ve so far been able to do an address lookup in a custom form asset, which would return html from the web service and display it in a dropdown list, but have been unable to do anything with the selected values.
For example:
A user enters their post code and hits search,
This then goes away to a web service and returns all properties in that post code into a dropdown list,
The user can then select their address from the dropdown list,
This would select the value (uprn) from the selected index and call another web service,
The other web service would return the required result.
Any help/tips would be great.
Thanks.
Dave