I have 2 post types, one named escorts and one named rates. When adding a new escort I want to be able to choose a post from rates for the escort. With ACF that is done simply by using a Post Object Field, but I cannot figure out how to do it with Toolset.
For example, the post names in rates are Bronze, Silver, Gold
When I now add a new escort I want to add a field where I can select the rate and that field will then display the post names from rates (Bronze, Silver, Gold) so that I can select which rate applies.
This would be Custom Fields, to create custom fields go to Toolset -> Custom Fields and create a custom field group. Here is a short tutorial on how to create the custom fields. https://toolset.com/course-lesson/creating-custom-fields/
Using the custom fields you should be able define the Rates Bronze, Silver, Gold and then select which one applies to the post when it is being created.
For whatever reason your answer that I got per email, doesn't show up here. I am going to reply to it anyway.
As I said, I already have those 2 custom post types. I really do not know how to explain it any more detailed than I already did. I try again.
I have 2 CPT's (Escorts, Rates) both have custom fields. Now I want to add a custom field to Escorts showing the Rates that I created, so that I can just select one of those.
Until now, I used ACF for this and there is the Post Object Field which does this. hidden link here it explains what it does.
I would like to know how to do this with Toolset and if this is not possible then basically Toolset is useless for me and I have to return to ACF.
I have more clarity on the case now. What you should be looking at is the Post Relationship where you can Attach the rating to the Escort in a relationship.
It functions similar to the Post Object field in ACF. We do have a Post Reference field but I would recommend using the Post Relationships in order to connect the 2 post types. Have a look below for our documentation on this.