Skip Navigation

[Resolved] User Registration Form Submission HISTORY in WP Dashboard Admin

This support ticket is created 7 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 1 reply, has 2 voices.

Last updated by Beda 7 years ago.

Assisted by: Beda.

Author
Posts
#582822

Tell us what you are trying to do?
I have created a USER REGISTRATION form and want to DISPLAY ALL SUBMISSION HISTORY in the WP ADMIN DASHBOARD

Is there any documentation that you are following?
No

Is there a similar example that we can see?
Gravity Forms has a 'ENTRIES' tab for each form.
This makes it so easy for everyone!
to check at a glance all the Form Submissions

What is the link to your site?
hidden link

#582932

This would be a feature request, as we do not have such a functionality.

But I am confused:
is the User's List in the dashboard not exact said "History"?
Yes, if a User gets deleted he/she will not figure there anymore.

If you need an exact log if all ever submitted CRED Forms in general, I suggest to append a small code snippet to your theme's functions.php file, hooking into the cred_save_data() action and append it to all CRED forms (do not limit to a specific CRED ID).
https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data

In this code you could for example create a simple entry in a special post type logging all the information - or eventually just email them to your inbox, how you prefer.

Would that be a feasible solution?