I read the FAQ and wanted to add the ability to edit rows from the table. I duplicated the CF form that I am using to add new items (which works just fine), added the hidden cf_id field, removed the DBSave, added a CC connection, setup the action as indicated in the FAQ, went back to my connection, set it up to display my edit form and then tested everything.
The form appears just fine but it doesn't show any data. I had added the debugger so I can see the SQL query. It all seems fine, including the WHERE clause that seems to properly specify the cf_id to retrieve: WHERE `catalyseurs`.`cf_id` = '1'. I'm not seeing any error.
So, what's going on? I have the same result if I try from the Admin List which I setup like the Front List.
Anybody can help?
The form appears just fine but it doesn't show any data. I had added the debugger so I can see the SQL query. It all seems fine, including the WHERE clause that seems to properly specify the cf_id to retrieve: WHERE `catalyseurs`.`cf_id` = '1'. I'm not seeing any error.
So, what's going on? I have the same result if I try from the Admin List which I setup like the Front List.
Anybody can help?