Forums

Record selector in Record uploader

alek01 24 Nov, 2013
Hello,
I've long realized CC was above my brain grade, but I've done a few good looking forms and now want to display the content of a form.
I have set the "Event" and "Where" statement and the content of the database appears - http://www.donalek.com/index.php/en/?option=com_chronoforms&chronoform=fullfileds - but it is always the same line/record! :?
I've tried many different
"Where"
statement, added "&id=999" in the Parameter etc... without success.
Could someone give a simple but detailed example?
Thank you very much,🤣
Alek
alek01 25 Nov, 2013
Thank you very much sloanthrasher for this detailed explanation. This is giving more than enough to get started.

I see you're using ChronoConnectivity. I thought that I could do without, since in this case I only have one form that will be called by clicking on a link that would call the the form and include a product ID to load. But I do have CC installed and will try your set-up. The intend is to have only a line list in the front page, and clicking on the product arriving to this form detailling all the info of the product and tasting. The list at the bottom will not be there.

Currently my "Where" statement is:

<?php
$user =& JFactory::getUser();
echo " `cf_uid` = {$user->id} ";
?>


As for the head and body tags in the list, this is my dev serveur and the template has seen many changes. The live site on which I eventually want to set this up is at <!-- w --><a class="postlink" href="http://www.cacaauthority.com">www.cacaauthority.com</a><!-- w --> The reason I want to change Form app is to offer sorting capabilities to the visitors.

Thank you again for your help. I will try and come back to you.

Have a great day.

Alek
This topic is locked and no more replies can be posted.