• Resolved korgaltvde

    (@korgaltvde)


    I have a form that registered users can fill out. I would now like a table with a ranking of who is in 1st, 2nd, 3rd and so on, with the number of submissions, is that possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @korgaltvde

    I hope you’re well today!

    I’m not sure if I correctly understand the case but let me try ??

    The way I see it:

    – only logged-in users submit the form
    – it’s the same form for all
    – form is set to store user ID already (or you will set it this way by adding a field of type “hidden” into it, set to store user ID)
    – and now you just want to display usernames on page ordered by the number of submissions they made, along with that number

    Sounds about right?

    It wouldn’t be possible out of the box currently but it should be doable using wpDataTables plugin (though most likely a Premium versin would be needed due to filters that would need to be used).

    Another option would be a custom code but I’d need to consult that with our Forminator Team.

    That said, if you can confirm that I understand it correctly (and you tested wpDataTables integration and see that it doesn’t meet your requirement), let us know please and we’ll ask our developers if they could help with it.

    Best regards,
    Adam

    Thread Starter korgaltvde

    (@korgaltvde)

    Hey and thanks for the quick answer.

    Yeah true, i have a form only for logged-in users and i have a hidden field with the user ID {hidden-7} and im looking for something like that what you already meant.

    For example, i have round about 60 User and they have the same Form with few Fields, and im looking for a Table who has made the most submissions

    1. Username1 23 Submissions
    2. Username2 22 Submissions
    3. 3 Username3 21 Submissions
    4. ….

    i have wpDataTables Pro but i didnt find a solution like this

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @korgaltvde,

    i have wpDataTables Pro but i didnt find a solution like this

    Have you checked with the wpDataTables support as it will be easy for them to provide a quick workaround?

    Kind Regards,
    Nebu John

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @korgaltvde,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.

    Best Regards
    Nithin

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ranking from User Submissions’ is closed to new replies.