Autfill for address

Hi all,

Do you know if there is a way to autofill the address in a form after somebody fills in their postal code?

1 Like

Hi @kenneth.seraus,

There is no built-in way but you can use this free API for the Netherlands: https://api-postcode.nl

You can build it so the user enters their postcode and number in one screen, then retrieve this data using a WebAPI call. You can then prefill the address in the next screen.

Another option is to make a button that leads to the same page, after executing the flow part that retrieves the address using the API.

Hope that helps :blush:

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.