Dear Chronoteam,
i am using your free version of chronoforms V4 and i have to say this is far the best form-creator i have tryed out for joomla in all these years! Thanks for this great tool. I was already posting a review to Extension-Directory and i am even thinking of buying a Pro-Version eventually.
Anyway today i do have a big problem in setting up and using CF4 correctly (i guess).
Here is my issue:
I was setting up a multipage-form which is supposed to act as a survey, asking (registered) users about 10 questions, storing the records of the answers made into newly created a db-field which i linked to the form. Up to this point the survey itself works perfectly, if a user answeres all questions and submits, the data get stored in the db. So far so good.
Now i wanted to display ALL of these record entries, the "results of the survey(s)" to other (non-registered) users in a nicely formatted page-view.
So i created another (empty) 2. form with yet no fields(!), using the "DB Multi Record Loader" setting up the name of the db-field where the data of my first form gets stored in.
Inside the fields-column i was entering all the form-fieldnames i used in my first form as well as in the "Display-fields"-column of the "Data-Displayer"-Tab in comma-separated lists.
In the "On Records found" field i added a "Handly arrays" as well as a "Show Html"-event.
In the "On empty result" field is has just a custom code event, notifying me "Empty Table !!! No Data !!". After the "DB Multi Record Loader" i added a Stopper-Event to quit the form from running.
I was already also following the instructions of the "CFV4_db_multi_record_loader.pdf" of your tutorials, setting up another "CustomCode-Field" containing all the fields i was using in my first form, in the following syntax:
<?php
foreach($form->data['j25_choronoforms_data_mydata_basefield'];
?>
<tr>
<td>Name: <?php echo $detail['name']; ?></td>
... and so on ...
</tr>
<?php endforeach; ?>
</table>
So now my problem: everytime i am loading the 2. form that is supposed to show my data from db there is none! But the data IS stored in db...
I was already setting up a debugger, THERE it shows my data-records from db, but it isnt displayed inside my page(form) so:
What am i doing wrong???
Why isnt my data showing up?
How can i exactly set up Chormoforms to just display (non-edit) the record-entires of my first form inside a page?
I am really SORRY to bother with such easy stuff maybe, but i am busting my head off since hours with no result😫
Greatly apprechiate your quick help, thanks a lot in advance,
Peter
--
Added to Post:
Hello, somebody here??
It seems no ideas come along to my post? Any ideas? I am stuck ...
Could someone help me please and point me at least in the right direction?
Thank you🙄 !
i am using your free version of chronoforms V4 and i have to say this is far the best form-creator i have tryed out for joomla in all these years! Thanks for this great tool. I was already posting a review to Extension-Directory and i am even thinking of buying a Pro-Version eventually.
Anyway today i do have a big problem in setting up and using CF4 correctly (i guess).
Here is my issue:
I was setting up a multipage-form which is supposed to act as a survey, asking (registered) users about 10 questions, storing the records of the answers made into newly created a db-field which i linked to the form. Up to this point the survey itself works perfectly, if a user answeres all questions and submits, the data get stored in the db. So far so good.
Now i wanted to display ALL of these record entries, the "results of the survey(s)" to other (non-registered) users in a nicely formatted page-view.
So i created another (empty) 2. form with yet no fields(!), using the "DB Multi Record Loader" setting up the name of the db-field where the data of my first form gets stored in.
Inside the fields-column i was entering all the form-fieldnames i used in my first form as well as in the "Display-fields"-column of the "Data-Displayer"-Tab in comma-separated lists.
In the "On Records found" field i added a "Handly arrays" as well as a "Show Html"-event.
In the "On empty result" field is has just a custom code event, notifying me "Empty Table !!! No Data !!". After the "DB Multi Record Loader" i added a Stopper-Event to quit the form from running.
I was already also following the instructions of the "CFV4_db_multi_record_loader.pdf" of your tutorials, setting up another "CustomCode-Field" containing all the fields i was using in my first form, in the following syntax:
<?php
foreach($form->data['j25_choronoforms_data_mydata_basefield'];
?>
<tr>
<td>Name: <?php echo $detail['name']; ?></td>
... and so on ...
</tr>
<?php endforeach; ?>
</table>
So now my problem: everytime i am loading the 2. form that is supposed to show my data from db there is none! But the data IS stored in db...
I was already setting up a debugger, THERE it shows my data-records from db, but it isnt displayed inside my page(form) so:
What am i doing wrong???
Why isnt my data showing up?
How can i exactly set up Chormoforms to just display (non-edit) the record-entires of my first form inside a page?
I am really SORRY to bother with such easy stuff maybe, but i am busting my head off since hours with no result😫
Greatly apprechiate your quick help, thanks a lot in advance,
Peter
--
Added to Post:
Hello, somebody here??
It seems no ideas come along to my post? Any ideas? I am stuck ...
Could someone help me please and point me at least in the right direction?
Thank you🙄 !