Hey guys, on my site I have a form where users can submit some data (Just things about themselves, name, email etc) I want to display all these as individual items on a single page.
Basically each user submitted a form that is stored in a database and is from is a person who is looking to join a team and I’d like to display them all on a single page. show it shows each users submitted content in a table or a box or something.
I cannot work out how to get this working.
Hey!
Shouldn’t be hard as you might do that without any code.
You’re on the right track. First, create a database and set custom permissions that only site members can read and create content (assuming you want only logged-in users to be able to see this list).
Second, create a new page and restrict it to members-only and add a dataset to retrieve data from this collection.
Third, you can add a table from Add → User Input → Table, and then bind the data to Table. You’ll be able to select which field you want to be shown in a table.
If you want to show only list of users who don’t belong to any group, you could add a Boolean field in collection “Belongs to group”, and add a filter to dataset within your page to filter only “group-less” users.
Fantastic! this got it work exactly how I wanted it! is there anyway to create a link from these lists. IE if I click the the persons name it will take me to another page that has just them on it? For example I have a page for each user submitted from created by a dynamic item page
Glad it helped! In fact, there is how to add link as well.
Before we start, you need to create a Dynamic page for single item for a database of your users. Then, get back to a page with a table, and open “Connect Table”. In it, you should be able to add a link to any of the columns by clicking a link icon next to the dropdown for each of the fields.
For example, if you click a link for Title column, it should create a new dropdown “Title column links to”. In this new dropdown, select a dynamic page for single user you created and you’re all good!
IT’S SO SIMPLE! How did I not gind this. You are a legend!