I need to make a website for the workers of a security company. The workers are devided into 2 kind of workers: vigilants and maintenance. I will create 2 post types, one for each role and will make Toolset create 2 front-end forms for them to fill in every day at their work.
How can I make Toolset apply the information of the forms to each role authomatically? I mean, a vigilant will have to fill in the vigilant form and I need the information of that form to be applied automatically to that particular person (vigilant) in order to know all forms they have filled in per week, per month and so on.
So when it comes to knowing if they have filled out a form or filtering for the Reports that were created by a particular person. You can do this with our views plugin.
I'm assuming that you want to filter by a date range as well as their names.
These are things that would need to be entered in the form as custom field. So you would have a date field and a name field for them to fill out this information.
Then on a frontend type page where admins will have access to you can setup a view to list out all the reports for Vigilants and from there you can filter for reports from John Doe between Date x and y.
Please let me know if this is something you are referring to or if i've miss-understood.