Hi guys,
user A should see the feedback/ view of user B in his/her own view (view of user A).
Use case:
User A receives feedback from user B and should see the feedback in the view of user A.
How is this possible?
Already found these pages, but it doesnt work:
https://formidableforms.com/knowledgebase/how-to-set-up-comments/
https://formidableforms.com/knowledgebase/advanced-view-concepts/#kb-link-to-a-view-from-another-view
Thanks for your support
It does work because I and others are using it in this way. Please provide plenty of screenshots and a good description into what you have setup currently.
Hi Bobby, thanks for your response. This is the use case:
You need to consider a control method that is unique to each response or you'll end up seeing more than you bargain for. Typically that is the entry ID. For each form of which you require a response, you'll have to collect that via [get param=entry] from the entry detail for each previous view. Then you can create the views you need after the first by filtering the entry ID to the previously saved entry ID field. It is a bit complex and might require you to get a third party involved.
https://formidable-masterminds.com/developers-directory/
Please login or Register to submit your answer