Most probably my question is quiet unusual:
The Situation: We have a lot of people creating a lot of forms.
I am trying to filter all forms by the user.
What I am already doing:
When a new form is submitted, the formID together with actual UserID is saved in a databasetable, created by me.
What I wanna achive (and I have no Idea how to start that):
The loggedIn-User should only see his own forms
The loggedIn-User should only be able to edit his own forms
The loggedIn-User should only be able to view the entries of his own forms
The loggedIn-User should only be able to export the entries of his own forms
The loggedIn-User should only be able to do anything only with his own forms
I would be really happy, if someone could help me.
It would already help if i could filter all forms by id. That only forms with e.g. formID 2, 6, 11 and 20 will be listed in the Overview, will be listet in the dropdown for choosing a form and inserting it to the page. And only those forms will be shown in the exportdropdown.
That would solve the issue already.
I know it is not 100% save but it would be enough for this audience.