Hi @ash2598
Thank you for your response!
Forminator doesn’t provide built-in way to display only “user’s own” submissions (form submissions, quiz results or poll voting) currently.
Two ways to achieve that are either via the wpDataTables integration that my colleague mentioned but you are right – the free version does not provide such feature. There are filters/queries for this available but, unfortunately, only in pro version as far as I’m aware. Furthermore, this would work with forms only out of the box as quiz isn’t storing data about submitting user so it would require some custom code first anyway unless it’d be a “knwoledge” type quiz where you’d ask user for e.g. e-mail address first. This isn’t tested though.
The other way is fully custom code. However, it wouldn’t be that simple as it would first require quiz to actually save user data (at least – if logged-in user is submitting it, to save user account ID). Then a shortcode could be created to show quiz results and/or response.
That still would be quite a lot of coding though and I’m afraid providing such a custom code at the moment goes out of the scope of this support. If you feel like giving it a go by yourself then you”ll find API docs here
https://wpmudev.com/docs/api-plugin-development/forminator-api-docs/
and that would help you come up with the code to actually fetch quiz/submission data.
Kind regards,
Adam