This support ticket is created 6 years, 6 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.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Be able to create entries that a child to other entries within the same post with CRED.
I see that there is a CRED form for these hierarchal post types: hidden link
Here is what that field helped me to produce:
<div class="form-group">
<label>Which department is this page for?</label>
[cred_field field='post_parent' value='' order='title' ordering='asc' required='true' select_text='--- not set ---' validate_text='department must be selected' class='form-control' output='bootstrap']
</div>
I expected to see something similar to the backend, like this: hidden link
Is your post type currently setup for a hierarchal relationship ? If not then you need to edit your CPT and enable these settings. See Screenshot
Once this is done then you just need to go back to your form and add the Parent information to the form using the same button you provided in your screenshot.
Shane, thanks for the response! The boxes for both page attributes and hierarchal are both checked. The "parents" button will only appear when they are checked, which is nice. But I'm not sure why it isn't working as I didn't change the field from what Toolset inserted. Any other suggestions?
Shane, one other issue I'm running into is the ability to select a relationship (one-to-many) through CRED. It appears in the auto-generated form but doesn't work on the frontend. Here's an example:
hidden link
It works great on the backend, just not through the CRED form on the frontend: hidden link
Could you let me know which CRED form I should be looking at ?
Also for your second issue its best to open a second ticket for this and we can handle it there. Our policy allows us to answer 1 issue per thread 🙂 . It helps to keep things a bit more organized for our forum search.
Also its not recommended to have Beta versions on production website as they are mainly for testing out new features. I believe this isn't working because of the updates that are being made to post relationships.
Do you know approximately when the next versions will reach production? This site isn't expected to launch for another 4 months. And I need the beta plugins right now for the repeating field groups and relationships.