Application Forms (sorting applications and profile pages)

I’ve created a application form using user input elements connected to a database (see image)


however due to the nature of the form, to create ive had to use multiple separate checkboxes connected to separate “boolean” fields.
This has thrown up some problems when trying to filter through the applications to find ones to accept. is there a

simple way to display this on say a separate “admin only” page (eg in a table)?

I’d also like to display data from a similar database on my members’ pages. i’ve already been able to create the page (See below). However, I would prefer to display the


broadcast schedule in a table - similar to the last picture - rather than a load of read-only checkboxes (as these are hard to read).
Any suggestions on either of these problems much appreciated.

The application form can be viewed at: https://www.techlinkcorp.co.uk/radio-beadj if you’d like a better inspection of it.
I have also made a public access mock-up of the profile page for you to get an idea of what it is like available at: https://www.techlinkcorp.co.uk/broadcasters/8b21f96e-1ab9-4378-ad3d-84f025ff867d (though please don’t click any of the downloadable files)

Hi,

If I understand correctly, the first issue is having a page with data which is only visible to admin.
In order to do that you can create a new password protected page and display your data there (filtered offcourse).

Regarding the second question, you can add a table component and connect it to the desired dataset fields. But it will display ‘true’ or ‘false’. If you want to set the fields to something else, you should use the grid’s rows setter and display whatever you want according to the field data.

Good luck,