Tell us what you are trying to do?
Hi,
I have a child form link to create a child post and connect between parent and child with one to one relationship.
In the child form I can see the field of relationship filled with the correct parent value. However, when I click on submit and check the post parent it is not linked to any parent.
What can be the problem?
I just tested this on a clean install with current plugin versions and I found that it worked as expected.
I have a form to publish the child posts which includes the parent selector.
This is added to a page.
The template for parent posts includes a link to create a child post with the form on that page.
When I follow such a link on the front end the parent ID is passed as a URL parameter, and the selector in the form denotes the correct parent.
On submitting the form the child post is published, and checking in the backend it is connected to the parent.
If that fails on your site, first be sure to disable any custom code you have added, and try switching theme. Then try disabling all non-Toolset plugins to see if you can identify a conflict.
Let me know what you find so I can see how to proceed.