This topic is locked
[SOLVED]

editing doesn't show current value in some fields

12/12/2023 7:32:35 AM
PHPRunner General questions
francesco author

when I select a record to edit, two fields are not filled with current value and I have to reinsert them manually. How to load current values for that fields during editing operations? thanks

admin 12/12/2023

By default, the Edit page shows the data that come from the database. If you do not see the data you expectong to see there are two possible reasons here.

  1. There is some code in events that interfers with either saving the data or with retrieving the data.
  2. If you do not see data in dropdown boxes - they are not configured properly. Make sure that Link Field contains unique values.

francesco author 12/12/2023

thanks, mistake was in point 2