How can I add a light box to edit record code? After browsing the forum I put together this code
Sorry to ramble on and talk too much! also sorry about my english and coding skills.
Julio (Chucho)
<a class="modal" href="http://example.com/index.php/en/my-writings/email-a-letter?connectionname=emailaletter&task=editrecord&cids=<?php echo $row->cf_id; ?>" rel="{handler: 'iframe', size: {x: 600, y: 600}}">Edit</a>
but it just get the modal window or what ever it's called with my community builder profile in it this is the copied link from edit linkhttp://example.com/index.php/en/my-writings/email-a-letter?connectionname=emailaletter&task=editrecord cids=%3C?php%20echo%20$row-%3Ecf_id;%20?%3E
and it doesn't return the cid p.s. I would like to have just the edit form in the lightbox, not the whole page template and all. Also I would like to include if possible the edit code as a link in the recipients name as shown in the photo when they click on the recipients name like the one I circled it would open the edit popup instead of using a edit link like a button the marked out x one in the clickable photo below.
Julio (Chucho)