How can I manually retrieve the content of the fields when editing a record from the admin side (connections management > Show Data (of the relevant connection) > the specific record)?
I have some dynamic parts in my form (created in ChronoForm), therefore, while editing an existing record I have to 'manually' set select items (<option>) as 'selected', but I have to know at least the id of the record...
I tried $MyRow, or $row or $MyForm - but with no success.
I didn't try session.
I couldn't find how the form gets filled in the edit_data mode
Emanuel.
I have some dynamic parts in my form (created in ChronoForm), therefore, while editing an existing record I have to 'manually' set select items (<option>) as 'selected', but I have to know at least the id of the record...
I tried $MyRow, or $row or $MyForm - but with no success.
I didn't try session.
I couldn't find how the form gets filled in the edit_data mode
Emanuel.
This topic is locked and no more replies can be posted.