hello,
I started working with ChronoConnect - and got as far as having the table display plus I added this in the editor so that I could edit the names of each referral:
However, this only allows me to add new entries. What do I need to do to be able to edit entries already made and delete unwanted entries??
thanks 😀
I started working with ChronoConnect - and got as far as having the table display plus I added this in the editor so that I could edit the names of each referral:
<?php $editor =& JFactory::getEditor(); ?> <table> <tr> <td>Name:</td><td><input type="text" name="display_option" size="100" value=""></td> </tr> </table> <input type="hidden" name="id" value="">
However, this only allows me to add new entries. What do I need to do to be able to edit entries already made and delete unwanted entries??
thanks 😀