Hello,
i would like to do the following and would like to know if this is possible with CC/CF:
1.
- user enters data in form
- user submits data with his user_id
2.
- After login in the user can see submitted rows on a page f.e. in an article
- user can only see his/her submitted data rows
Is this possible? What would be the steps to achive that?
(What i aready did: Send formular data to article with CF 5, but there is no way to limit access to the author of the data submitted by the logged on user - or am i wrong?)
Thanks & kindest regards,
AK
i would like to do the following and would like to know if this is possible with CC/CF:
1.
- user enters data in form
- user submits data with his user_id
2.
- After login in the user can see submitted rows on a page f.e. in an article
- user can only see his/her submitted data rows
Is this possible? What would be the steps to achive that?
(What i aready did: Send formular data to article with CF 5, but there is no way to limit access to the author of the data submitted by the logged on user - or am i wrong?)
Thanks & kindest regards,
AK
Hi AK,
All of that is possible.
You need to get the ID of the current user and use that in the Conditions boxes in CC and in the CF DB Read action to limit the records returned. Please see this FAQ
Bob
All of that is possible.
You need to get the ID of the current user and use that in the Conditions boxes in CC and in the CF DB Read action to limit the records returned. Please see this FAQ
Bob
This topic is locked and no more replies can be posted.