Problem:
In a template that shows child posts, how to display the title (or other field) of the parent post?
Solution:
Insert the field in question using the Fields and Views button and use the Post Selection tab to specify which post should be the source for the field (e.g. the parent).
I need admins to be able to write notes to users, which are viewed by the user only.
Example: Student takes a test, instructor grades test. Instructor submits online form detailing the results of the test. Only the student can view their own results.
Solution:
You can try to setup the student user into note post author field, for example:
Problem: I would like to be able to bulk-edit child posts and relate them all to the same parent post.
Solution: Unfortunately that feature is not available. You can use the Post Relationships API to do it in PHP or you can import those relationships in CSV format when you import other site content.
The issue is that the user's [cred_child_link_form form='295' parent_id='-1' text='Submit your Homework for this Assignment' target='_blank'] is not auto assigning the parent on the actual form.
Solution:
The issue here is that the user's form is missing the parent field on the form itself so that the auto assignment could take place.
Please ensure that your form has a field similar to the one below on it .
[cred_field field='@assignment_homework.parent' class='form-control' output='bootstrap' select_text='--- not set ---']