Hello, I'm just started to use CF7, from several year of usage of CF5 into my Joomla 3.x site. My intent is to switch to Joomla 4.x ASAP
I'm trying to use data collected in #__chornog3_form7_datalog to create a list of registred chess players for a specific tournmant.
Here is an example of data stored in 'data' field
{"1":"giam","2":"mas","4":"myemail_address@gmail.com","3":"NC","5":"Torneo1","6":"122412121","__loops":null}
for what I understood, the "datalog" table in CF7 is going to store all data entries in the form I'll create for my site. Because the "from template" will be always the same, I'm guessing if I'm going to be able to pick up from this DB all data I need that contains, for example, "Torneo1", or "Torneo_bullet", or similar, I'll be able to list all players signed for that particular tournament.
Question: how can I pick ONLY data I need from the "big basket" of #__chornog3_form7_datalog ?
I think I need to add a "query fileds" in the action I just created using this video tutorial tha is inchaged to "read" all data in this table, but HOW IT WORKS THIS?
Can you help me?
I'm trying to use data collected in #__chornog3_form7_datalog to create a list of registred chess players for a specific tournmant.
Here is an example of data stored in 'data' field
{"1":"giam","2":"mas","4":"myemail_address@gmail.com","3":"NC","5":"Torneo1","6":"122412121","__loops":null}
for what I understood, the "datalog" table in CF7 is going to store all data entries in the form I'll create for my site. Because the "from template" will be always the same, I'm guessing if I'm going to be able to pick up from this DB all data I need that contains, for example, "Torneo1", or "Torneo_bullet", or similar, I'll be able to list all players signed for that particular tournament.
Question: how can I pick ONLY data I need from the "big basket" of #__chornog3_form7_datalog ?
I think I need to add a "query fileds" in the action I just created using this video tutorial tha is inchaged to "read" all data in this table, but HOW IT WORKS THIS?
Can you help me?