Skip Navigation

[Resolved] Views elements markable by users

This support ticket is created 6 years, 4 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)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 6 years, 4 months ago.

Assisted by: Luo Yang.

Author
Posts
#924236
screen.jpg

Hi,
I want to give the possibility to logged users to mark the elements of a custom post type as 'done' or 'undone'.
Is it possible with toolset?
I would like it to shown as on the screen I uploaded (undone and done buttons), but with the possibility to filter the elements based on users mark.
'Done' elements will be visible on a view, 'Undone' in another one.
I hope you understood my request.
Thanks,
Tommaso

#924553

Hello,

I suggest you try these:
1) Create a custom radio field "post-status", with two options: "Done" and "Undone"

2) setup two different Toolset form for editing the posts, both forms display only the submit button.

3) First post form, display the submit button text as "Done", setup the default value of field "post-status" to option "Done", see our document:
https://toolset.com/documentation/user-guides/cred-shortcodes/#cred_field
value. Optional. Preset value

And use CSS codes to hide the radio field "post-status" .

4) Second post form, display the submit button text as "Undone", setup the default value of field "post-status" to option "Undone"

Then user will be able to submit the forms, and change the field "post-status" value.
You will be able to setup a view, filter by the field value.