Skip Navigation

[Resolved] Using cred_child_link_form with a relationship

This thread is resolved. Here is a description of the problem and solution.

Problem:
have a view of a relationship between platform and resources.

In this view, I would like to add a cred_child_link_form to add a user review to "platform" (platform is the parent of the relationship).

If I understand it correctly, I need to add the id of the parent of the relationship (the platform) to the parameter "parent_id" to make it work? Is it possible to do this, or do I need a custom code?

Solution:
This is totally possible, check this article and let me know if you need further assistance https://toolset.com/course-lesson/selecting-parent-posts-when-using-forms-to-create-child-items/

Relevant Documentation:
https://toolset.com/course-lesson/selecting-parent-posts-when-using-forms-to-create-child-items/

This support ticket is created 4 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 2 replies, has 2 voices.

Last updated by nathanB-3 4 years, 2 months ago.

Assisted by: Jamal.

Author
Posts
#1851065
Structure.png

Hello,

I have a view of a relationship between platform and resources.

In this view, I would like to add a cred_child_link_form to add a user review to "platform" (platform is the parent of the relationship).

If I understand it correctly, I need to add the id of the parent of the relationship (the platform) to the parameter "parent_id" to make it work? Is it possible to do this, or do I need a custom code?

#1851153

Hello and thank you for contacting the Toolset support.

This is totally possible, check this article and let me know if you need further assistance https://toolset.com/course-lesson/selecting-parent-posts-when-using-forms-to-create-child-items/

#1855861

My issue is resolved now. Thank you!