Hello. I'm an Italian student. Sorry for my English. I installed this great component for joomla. I wanted to create a component that exploits the forms created with chronoform. To insert code in my personal component I tried to invoke this query string:
index.php? option = com_chronocontact & chronoformname My_Form_Name & format = raw
but debugging gives me an error:
Fatal error: Call to undefined method JDocumentRAW: addCustomTag () in .. \ components \ com_chronocontact \ chronocontact.html.php (191): eval () 'd code on line 2
But if I add to the query string task = extra, does not give me the error, but I do not return anything.
Is there a way for me to return only the form's code without refresh the whole page, for interaction with many forms like ajax. Thanks
index.php? option = com_chronocontact & chronoformname My_Form_Name & format = raw
but debugging gives me an error:
Fatal error: Call to undefined method JDocumentRAW: addCustomTag () in .. \ components \ com_chronocontact \ chronocontact.html.php (191): eval () 'd code on line 2
But if I add to the query string task = extra, does not give me the error, but I do not return anything.
Is there a way for me to return only the form's code without refresh the whole page, for interaction with many forms like ajax. Thanks