Chronoforms 7 - Table List - get data from 2 sources

Align data from two sources in a CF7 table list.

Overview

The table list displays each data source in separate rows instead of merging them on a shared column.
Use a PHP action to join the two data sets with a PHP loop, then set the output of that action as the single data source for the table list.

Answered
ChronoForms v7
ma mayergreenberg259 01 Mar, 2024
In cf7, I am using the table list view. I am using 2 data sources in the table list. My problem is that the 2 tables don't align properly into the same rows, they just show up in their own respective rows. I would like to be able to tell the table list that the 2 sources join on a certain shared column.

How can I do this?
Max_admin Max_admin 07 Mar, 2024
Answer
not possible, you will need to use a PHP action and join the results using a PHP loop, then return the full list from the PHP action and use that value as the data source
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.