edit_data - where are the record fields stored in?

menchee 04 Dec, 2009
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.
AndreaZ 05 Dec, 2009
I think you have to use the {field_name} to retrieve data in the body section of chronoconnectivity.
This topic is locked and no more replies can be posted.