views:

13

answers:

0

Ive got 2 tables, "projects" and "devices". They are connected through a many-to-many relation in the table "projectsdevices". I want to create a form where the 2 can be linked together. For example on the project detail page I have a option "link device". The link device page should show all devices that are available and not yet linked to the project. So in short, how do I create a form that fills the table "projectsdevices"?