Types plugin lets you easily create relationships between different post types and connect them using GUI controls. You can also connect multiple post types and build many-to-many post relationships.
When you ask for help or report issues, make sure to tell us what you have created so far and the structure that you want to achieve.
Viewing 15 topics - 436 through 450 (of 639 total)
Problem: I have a Form that creates RFG instances. I would like to use cred_form_validate to ensure a parent post is selected in the post relationship field, but the parent field always seems to be empty in the $fields array.
Solution:
The empty parent field issue is known and our developers are working on a fix. In the meantime, you can find the parent field information in the $_POST superglobal instead. Use an "_" underscore character instead of a "." period character, like so: