Hi there,
I am working on upgrading a Joomla website to 2.5 and i am struggling with records loading in my forms.
On the old website i have about 20 forms all loading data from the comprofiler table and saving the data in a custom table and everything is working fine.
I have been trying to create these forms in Chronoforms 4, i read all topcis about this subject, the tutorials and the faq but i cannot even get the form to load the data. What do i have to do to load the data in the forms using the curly brackets?
Nothting worked so far. (n.b. the tutorial shows different options than the current version; Load fields does not exist )
When i enable the debugger i get this:
At this point i am about to write all the forms in php because this would take less time than re-creating 20+ forms in Chronforms 4......
I am working on upgrading a Joomla website to 2.5 and i am struggling with records loading in my forms.
On the old website i have about 20 forms all loading data from the comprofiler table and saving the data in a custom table and everything is working fine.
I have been trying to create these forms in Chronoforms 4, i read all topcis about this subject, the tutorials and the faq but i cannot even get the form to load the data. What do i have to do to load the data in the forms using the curly brackets?
Nothting worked so far. (n.b. the tutorial shows different options than the current version; Load fields does not exist )
When i enable the debugger i get this:
Array
(
[option] => com_content
[Itemid] => 52
[catid] => 38
[id] => 131
[view] => article
[user_id] => 86
)
Validation Errors:
Array
(
)
At this point i am about to write all the forms in php because this would take less time than re-creating 20+ forms in Chronforms 4......