Tell us what you are trying to do?
Edit a Forms Relationship form currently with two dropdowns, to show one drop down to select a post type post to edit relationships for, and then to replace the second dropdown with a list of potential posts to relate to the one being edited. I've created a page showing exactly what I have got on an existing non WP site, what I've done so far with the current new site and what I'd like to do with photoshop mocks up to help explain it: hidden link
Is there any documentation that you are following? No.
Is there a similar example that we can see? Yes, there are screenshots included at the link above and below.
Is the answer in amongst the code here which is the select tag for the Models drop down. Could it be changed somehow from select to a multi checkbox horizontal list?
Thank you for explaining that. Using the current set up with the two drops downs it's possible to add one model to a day one at a time really slowly and painfully BUT how can one be removed???? Surely there's a way of editing all the models related to the day by using the form. Is there something simple I'm missing? It's one way traffic, I can add but I can't edit and remove a relationship link sign this form so is that possible?
Hi Shane, is there any other way you can suggest that I can set up a front end edit page for my client to choose a day (custom post type post) and from that one page add or remove easily multiple models (the other custom post type post in a many to many relationship)?
Using the current set up with the two drops downs it's possible to add one model to a day one at a time really slowly and painfully BUT how can one be removed???
Yes you can remove the relationship from the frontend form. To do this there should be an X on the relationship form which allows you to clear the field and once the form is submitted with the field cleared then the post will be disconnected from that relationship. See Screenshot.
Surely there's a way of editing all the models related to the day by using the form.
Are you referring to editing all the Child posts that are related to a parent in bulk ?
It's one way traffic, I can add but I can't edit and remove a relationship link sign this form so is that possible?
Are you saying here that you're not able to delete the relationship between the posts from the frontend ?
is there any other way you can suggest that I can set up a front end edit page for my client to choose a day (custom post type post) and from that one page add or remove easily multiple models (the other custom post type post in a many to many relationship)?
Frontend editing/creating of relationships has to be done one at a time, currently we don't have a way to easily edit/create multiple relationship connections except through the backend.
Many to Many relationships will need to use a relationship form to do the editing/Creating of the relationship. Is it that you have a specific page for the clients to do this on that will contain only the relationship form ?