Skip Navigation

[Resolved] Asssigning a form to a single user

This support ticket is created 5 years, 7 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
#1319399
Greenshot 2019-08-19 14.24.39.png
Greenshot 2019-08-19 14.25.14.png
Greenshot 2019-08-19 14.25.40.png

Tell us what you are trying to do?
I have created a site that has two types of users instructor/student
I have a repository of assessments (forms) created as a type
I have instructors having access to each form in their taxonomy

I need for instructors to be able to pick a client and assign them one of the assessment tools listed - Is this something that I could obtain with permissions and such?

Is there any documentation that you are following?

No

Is there a similar example that we can see?

I dont think so - however I can show you what I am trying to immulate

What is the link to your site?

hidden link

#1319819

Hello,

Please elaborate the question with more details:
I need for instructors to be able to pick a client and assign them one of the assessment tools listed - Is this something that I could obtain with permissions and such?

I assume we are talking about this case:
1) Two custom user role:
- instructor
- student

2) A custom taxonomy "assessment tools listed".
How do you setup this taxonomy? can you take a screenshot for it?

3) You are going to register taxonomy "assessment tools listed" to user role "student".

If it is, there isn't such kind of feature within Toolset, even WordPress, WordPress user does not support taxonomy.

And you can consider below workaround:
- Create a custom post type "Profile",
Each "Profile" post author is different user, one user can have only one "Profile" post
- Register taxonomy "assessment tools listed" to above post type "Profile"

See our document:
https://toolset.com/documentation/post-relationships/how-to-create-custom-searches-and-relationships-for-users/
How to Create Custom Searches and Relationships for Users