Skip Navigation

[Resolved] Show Title of Child posts as Radio button in form

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.

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: Asia/Hong_Kong (GMT+08:00)

Author
Posts
#922282

I have set up the custom post type relationship events + appointments. Each event can have multiple appointments.

On events page there is a CRED post submission form where visitors are able to sign up.
I want them to be able to select the appointment.

Is this possible somehow?

#922309

Hello,

I assume we are talking about a Toolset form for creating users(sign up).

There isn't such a built feature, the Toolset user form can edit/create wordpress user, and manage their custom user field,

If you are going to setup the "appointments" post ID value as a custom user filed, you might consider setup some custom codes, for example:
1) Create a view list child "appointments" posts, output the result as json format
2) Insert a generic field in your Toolset user form, use above view as the options
3) Use action hook cred_save_data to save the generic field value into a custom user field

For example this thread:
https://toolset.com/forums/topic/dynamically-populate-taxonomy-term-select-field/#post-900063