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
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
My issue is resolved now. Thank you!