Hi everyone,
needs some help to work out a probably common challenge for noobs like me.
Base setup
- Two tables, Product and Tags.
- A product can have many tags.
- Tag is a field in Product.
- It’s set to allow linking multiple tags.
Challenges
-
Basic:
Create a form view to add a product where user can add multiple tags. Both tables need to be updated upon submission, and it’s fields linked. -
Advanced:
Show in the form a multiselect showing existing tags and allow to create new ones, upon submission new ones will be added to Tags table linked to the corresponding Product.
Is it possible to create something like this?
Thank you all
