Hi once again!
I'm just before presenting my work to my customer, so i will be YOUR customer for a ChronoForms license soon! :-)
But until then, there are these two issues i can't solve myself:
1)i use ChronoForms to let it send documents to an entered email adress. i read out the itemid from where the user entered the download page and hand it over by a hidden input field. after sending, the engine redirects to the previous content page and i'm able to give a success message for the user informing that the document has been successfully sent.
all of this is working like a charm. but unfortunately no database record gets created.
I discoverd the origin of this...inside my ChronoForms form in the "form code" tab, i entered the following code in the "On Submit code - after sending email" field:
i think the page gets redirected BEFORE it is assumed to put the record into the database. If i remove the redirect, a record gets created.
How can i use this code and have the database entry recorded, too?
2)
When exporting records from that site to excel format, there's just one cell entry in it with the following message:
(xyz is changed by me for publishing it here)
What does this mean and how can i solve this?
Thanks for your help,
Gekko =)
I'm just before presenting my work to my customer, so i will be YOUR customer for a ChronoForms license soon! :-)
But until then, there are these two issues i can't solve myself:
1)i use ChronoForms to let it send documents to an entered email adress. i read out the itemid from where the user entered the download page and hand it over by a hidden input field. after sending, the engine redirects to the previous content page and i'm able to give a success message for the user informing that the document has been successfully sent.
all of this is working like a charm. but unfortunately no database record gets created.
I discoverd the origin of this...inside my ChronoForms form in the "form code" tab, i entered the following code in the "On Submit code - after sending email" field:
$id = JRequest::getVar('Path');
$mainframe->redirect(JRoute::_($id),"Thank you for your interest. The document has been sent to your email adress.<br />");
i think the page gets redirected BEFORE it is assumed to put the record into the database. If i remove the redirect, a record gets created.
How can i use this code and have the database entry recorded, too?
2)
When exporting records from that site to excel format, there's just one cell entry in it with the following message:
<b>Warning</b>: tempnam() [<a href='function.tempnam'>function.tempnam</a>]: open_basedir restriction in effect. File() is not within the allowed path(s): (/var/www/html/xyz:/tmp) in <b>/var/www/html/xyz/html/158/administrator/components/com_chronocontact/excelwriter/PPS/File.php</b> on line <b>87</b><br />
(xyz is changed by me for publishing it here)
What does this mean and how can i solve this?
Thanks for your help,
Gekko =)