I made a connection with ChronoConnectivity to a table in my database. The list view shows the correct data. But when I click the link field in my view, I am taken to the proper form but no data appears in the form... it is empty. What am I doing wrong?
The Model ID in CC I named Lijst
In my database table, the primary key is "id"
In CF I use as field name Lijst[id] for the hidden field which has to display the primary key. Is this correct? Brackets included?
The Model ID in CC I named Lijst
In my database table, the primary key is "id"
In CF I use as field name Lijst[id] for the hidden field which has to display the primary key. Is this correct? Brackets included?
Hi geertmartens,
Yes, all correct, but what about other fields ? did you change their names to include the model name ?
Lijst[field_name]
Regards,
Max
Yes, all correct, but what about other fields ? did you change their names to include the model name ?
Lijst[field_name]
Regards,
Max
This topic is locked and no more replies can be posted.