How to display clickable data

Hi,

I have a form which includes several fields. These fields are filters to query a database where schools and universities are listed. I want to display the schools’ and universities’ names according to the selected filters created by the form.
I have 2 questions here:

  1. Can I display these school’s and universites’ names within a table? (and not a one-column list)
  2. Can I make these names clickable? I would like the user to be able to select one or several names to receive more information, by email, about the selected schools and universities.

I thank you in advance for your help!

  1. You can have as many elements in a repeating group and have any layout. So yes, doesn’t have to be a one column thing.

  2. Sure, just trigger a workflow when the user clicks on whatever element inside a cell.

Have you done the ‘voting app’ lesson at bubble.is/welcome? That covers a lot of what you’re asking I think.