Skip Navigation

[Resolved] Multi user forms per page

This support ticket is created 4 years, 9 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
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 3 replies, has 2 voices.

Last updated by Beda 4 years, 9 months ago.

Assisted by: Beda.

Author
Posts
#1581439

Hi there,
I'm creating a custom post type, lets call it "projects", each project I'm trying to make each page have a long form with project details that multiple users can add and alter data from the form and different users can update/change etc and regardless of who logs in they can view/change the info. Any suggestions on how to accomplish this? I don't want to "submit" the info but store it in the post type so it can constantly be viewed and updated on a per project/page basis.

#1581993

A Toolset Form can be used to add or edit posts, which could be your projects, and these forms can be controlled by Toolset Access, or HTML conditional wrapping the Forms, so only certain users can access the and hence edit data.

About "submit", that's just how the entire WordPress and WWW works. You submit data thru forms to a database.
When you add a post in the WordPress backend, for example, that's nothing else but a form, that you submit, just here the button says "publish" or "update".

In a Toolset Form, that is the same.

Does this help?

#1584299

Thanks

I see how I can create a specific group in access (say Clients group) but how do I assign a specific user in the Clients group so they can only look at specific Product post types and not all post types?

#1584859
Bildschirmfoto 2020-04-14 um 16.04.08.png

You would assign the Post Group created with Toolset Access to the posts you want to show
The users who should see the post should have read rights in the Post Group you created, but no read rights in the general Post Type Settings of Access, for this specific Post Type.