Hello ,
I need to populate the tags in edit form . I have tried a workaround but this doesnt works, instead it creates separate input type for each value.
$tag) {
$index = $tag['tag_id']."-a";
?>
Is there any way to auto-populate the tags on runtime ?
P.s - I am using cakephp.