Skip Navigation

[Resolved] How to make the entries users make to display on their profile

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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Author
Posts
#2523685

Hello,
How do I display each entries made by users on their page. Example is when A user enter different data filling form it should be displayed on their pages, I mean if A user fill a form example is Name: Rose, Age: 20 years, Gender: Female and submit, it will be display on the page, if the user fill another form Name: Gold Age: 19, Gender: Female it will also be displayed on the same page. How do i g about making much entries to be displayed on users page

#2524275

Hi,

To achieve this, you'll use one custom post type for example "User Submissions", to store each form submission entry from the users.

Here is our guide on using the Toolset's front-end forms to collect post submissions from the visitors:
https://toolset.com/course-chapter/forms-for-front-end-submission-and-editing-of-directory-items/

After that, you'll need a Toolset view, to show the list of all the post entries where the current user is the post author, as explained here:
https://toolset.com/lesson-placement/lesson-placements-1622969-1655453/

To better understand how different elements and sections of a listing/directory website work, I'll recommend going through our complete course at:
https://toolset.com/course/wordpress-directory-and-classifieds-sites/

regards,
Waqar

#2524347

My issue is resolved now. Thank you!