I have a bookmark that I wish to assign various tags to. I have a table of tags, and a table of bookmarks, and I have a table of bookmark_tags.
I wish to click on a bookmark's tags link, and to see a list of tags with checkboxes next to them. I also want the tags that are already assigned to the bookmark to already be selected. Then, if I want to assign other tags to the bookmark, I can select additional checkboxes in the list. Is there a tutorial or some example code somewhere showing this? I have created a SET of input fields that are checkboxes, but how do I build a form using a SET containing INPUT fields. Like can I do this? FORM = FORM(['name', INPUT(...), 'name2', INPUT(...), etc.], INPUT(_type='submit')) Thanks! --