I am have created a relationship form to relate teacher to an area. Created a relationship between teacher and area which many to many relationship. Working fine to on adding single item to the relationship.
I wanted to add to add multiple area to teacher with just one form submission using the relationship form like:
Post parent: Teacher A
Post Child: area1, area2, area3
The Current process will allow me to add single area to a teacher. I created the form using the autogenerate field in the Relationship forms.
So it is impossible in a CRED form to select more than one child post to associate with a parent post? Is that a toolset limitation or something that possibly could be done with custom code?
I'm not sure I understand why something like this would be impossible.
Is there possibly a workaround to get something like this working that you know of?
I think my confusion is that in the back-end this is very easy to do (see screenshot). Maybe if you let me know whey CRED cannot do this, then I'll have a better idea of how to begin with some custom code.
Personally I couldn't say as i'm not aware of the intricate limitations of why this isn't possible. But the best approach to get something like this is to either write custom code that would create the multiple dropdown, then you can process that multiple dropdown using the CRED hooks.