I am attempting to create a Connectivity listing using CFv7. I can see how to read data from a table and produce a front-end listing. How would I go about making one of the listed fields a link to a form, opening the associated record, for viewing/editing?
I've solved using a copy form of my original form, than create a new page (and put it like first page) with the listing like in connectivity (but more easy to do).
Than i create a column with the link (button with link element or simply a link) to the page for viewing and another column with the link to editing. Both passing the cf_id by url.
In the view page I put the code custom html elment with my html/php code for reading the element with the same cf_id.
In the edit page there his the edit form for editing the element with the same cf_id.
pigna
Than i create a column with the link (button with link element or simply a link) to the page for viewing and another column with the link to editing. Both passing the cf_id by url.
In the view page I put the code custom html elment with my html/php code for reading the element with the same cf_id.
In the edit page there his the edit form for editing the element with the same cf_id.
pigna
You need to login to be able to post a reply.