We are building a cpt system with three "types" ie
Users
Items
entries.
The brief is for a talent competition. There is a master list of Items to be performed at the competition.
The parent of the entrants will create a WordPress user and log in. Once they are logged in they must then create "entries" The entries will be a select field with a short code to bring the list of items in. Then in a repeater field parent will add the participant details ( there may be up to 10 Participants per entry per item).
Now, this is where we need the first relationship ie the user, and the "entries" he has created. ( a user may create many entries) the reason for this is we want to list all the entries on his profile page. Now we don't want the user to manually create the relationships between his profile and the entries he created. We need this to be done based on the values of the selected form.
The same will be in effect with the item and entry. As this is a 100% user-based data creation dataset we need to automate this as much as possible.
It is our intention to use piotnet forms for the front end as they offer very powerful integrations and processing abilities however they are not able to assist with the automatic updates of the relationship fields