Display existing data in form fields

In this example I want to display the existing First Name and Last Name of the user in each field upon page load if the data exists.

In the second image here I thought it was a matter of binding the field to the data but for some reason the data doesn’t appear.

Screen Shot 2023-11-15 at 9.05.09 PM

Figured it out! Just needed to open the middle panel here.

1 Like

Yes, always bind to init value :slight_smile:

1 Like