Skip to main content
Inspiring
September 10, 2014
Question

Ensure List/Menu populate my update form with the correct data before update

  • September 10, 2014
  • 1 reply
  • 502 views

Hello,

Please how do I ensure my update form is populated with the correct data before update?

On my update page I have text fields and select fields (dynamic list/menu). When I open my profile page to make updates, I see the field well positioned in the text fields but in the select list/menu fields, I see "Select from list" instead of the value that was initiated selected

Correct Values before update

Wrong values during update

As you can see from the images below, when I open the update page, the list automatically populate the select fields with the last values in the list instead of the Initial values that where selected by the user before the update.

Can anyone please review and let me know where I have gone wrong.

Thank you

Mike

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Inspiring
September 10, 2014

Hello All,

Once more thank you. I have sorted the issue out.

I observed that I was selecting the wrong field. I selected the field matching the record set of the select instead of the field matching the record set of the table I am working as seen on the image belew

I was selecting this - This is the record set of the table that hold values for the city select list

Instead of this. This is the record set of the table behind the form I am working on

My issue is now re-solved.

Mike