Hello! I am just getting started with Chronoforms8 and am quite pleased with the form construction and presentation. However, I am having trouble displaying the submitted data on the frontend in a list. I have followed the tutorial on the suggested page (https://www.chronoengine.com/faqs/chronoforms/chronoforms8/create-a-table-list-in-chronoforms8, which has allowed me to create an appropriate table, but all of the fields display as empty. I don't think the syntax is correct for the data being pulled from the database, but there isn't any documentation for the form alias' to text nodes setup.
I will provide an example of what I have setup:
On forms I have text fields for addresses; some of the fieldnames: pickup_address, pickup_city, destination_address, destination_city, etc...
On my list form, I have it setup to read the correct database and have selected columns for the information I want to display, using the code from the example.
I have Limit, Paging, and Sortable setup on the Read Data, and the table created:
The IDs of the submitted items show up in the table, but all of the data is blank. I suspect the data paths or shortcode is incorrect, but I could not find another example of loading the data from a form and could use some help.
Thank you.