I am struggling to create an online directory for an organization of their membership.
I have created a user input form (see screenshot) for the members to fill out. Their info goes to a database called “Directory”. From there I will create an index (to be done), but have started designing the dynamic pages that will be built from that database (see second screenshot).
Is it possible to create a repeater for the various individuals (Head of House; Spouse; Child 1; Child 2, etc.) from a single line of database code? I currently only know how to use repeaters with different database rows/entries.
If not, are there any recommendations on how to achieve what I’m trying to do?