• Resolved mukape

    (@mukape)


    I need to create a page which contains the user’s submissions
    I mean that if the user visited this page, he can see all the submissions he made on all the forms on the website, and a link beside every record to resubmit with keeping the previous submissions.

    How to show user’s submissions in specific page?

    I’ve searched and found solutions provided by your plugin, but it wasn’t clear to proceed with.
    so, if you can help me with instructions, it’d be better

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @mukape

    I hope you are doing well today.

    To sort out such query you will need for sure wpDataTables integration which will allow you to display data on front end.

    Here you will find full guides for that:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#wpdatatables
    https://wpdatatables.com/documentation/general/features-overview/

    As for edit submission, currently it is not yet possible, but the feature for front-end editing is planned for the future.

    Kind Regards,
    Kris

    Thread Starter mukape

    (@mukape)

    wpDataTables integration will display data from one form
    I need the submissions that the user has submitted based on user id

    Thread Starter mukape

    (@mukape)

    I exactly need to make a page called “My Submissions”
    when the user go to this page, he can find all the submissions he made on all the forms on the website. not only one form
    wpDataTables integration can deal with only one form, not multiple forms, and I don’t know how to display data in wpDataTables based on my current user id

    you got it?

    Plugin Support Adam – WPMU DEV Support

    (@wpmudev-support8)

    Hi @mukape

    Thank you for additional explanation!

    You are right about the wpDataTables plugin – it will not show compiled data from all the forms at once/in one view.

    There is some filtering available (that could be used to show only users’ own submission if form is set to store user ID) but it seems that it is only available in pro version, as far as I’m aware.

    Showing all the submissions from all the forms for given uses, technically speaking, would be doable based on the Forminator API

    https://wpmudev.com/docs/api-plugin-development/forminator-api-docs/

    However, it would require quite a bit of completely custom code and such custom development is out of the scope of this support, I’m afraid.

    Kind regards,
    Adam

    Plugin Support Kasia – WPMU DEV Support

    (@wpmudev-support2)

    Hello @mukape ,

    We haven’t heard from you for over a week now, so it looks like you don’t have more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

    Thread Starter mukape

    (@mukape)

    Dear, my problem isn’t resolved yet.
    is there any updates regarding showing users their submissions?
    I need the users to see all the submissions they’ve made on all the forms on the websites, maybe like getting all forms submissions based in used id
    and displaying it via shortcode listed in a table

    is there any updates about how to do that?

    Plugin Support Adam – WPMU DEV Support

    (@wpmudev-support8)

    Hi @mukape

    As I mentioned earlier, this isn’t currently possible and would need to be custom coded. This kind and amount of custom development is outside of the scope of this support so if you need it urgently, you would need to consider hiring a developer to get it coded for you.

    We can’t provide such a custom solution, I’m afraid.

    There is a plan to include front-end submission display tools into Forminator in future – it’s a planned feature – but I do not have ETA and I am not able to tell how soon (or late) it may be added as it’s not yet determined.

    Kind regards,
    Adam

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘User submissions and resubmit’ is closed to new replies.