Hello guys, I need some help.
Is there a way to have a form collect/insert data into multiple tables?
Scenario is easy: Entity table has multiple phone numbers and multiple emails. Just need a form where you can insert a new user/entity where fields like name, last name and others are filled and show at least one form field for 1 email and 1 phone number. When inserting the form has to insert into the three tables.
Then I need to show up a Master/Detail where the master shows the names, and when clicked it shows all contact info + all emails + all telephones.
Is there an example I could use?
Thanks in advance !!!