problem: when using a multipage form i get an error message at the end of the chain
Fatal error: Call to a member function bind() on a non-object in /components/com_chronocontact/libraries/customcode.php(71) : eval()'d code on line 13
description: i created two forms, the first is tied into joomla registration. the second form stores its results to a table which i configured with the table creator and linked the form through the db connections tab. the forms work fine on there own. they both write to their respective tables and the second form also shows a final message that i put in the after submit box which simply says thanks.
when i add the two forms to a mother form (which is empty and just has the multipage plugin enabled), when i get to the end of the chain i get a fatal error message. I havent changed anything, the forms work fine on there own.
Any ideas?
Fatal error: Call to a member function bind() on a non-object in /components/com_chronocontact/libraries/customcode.php(71) : eval()'d code on line 13
description: i created two forms, the first is tied into joomla registration. the second form stores its results to a table which i configured with the table creator and linked the form through the db connections tab. the forms work fine on there own. they both write to their respective tables and the second form also shows a final message that i put in the after submit box which simply says thanks.
when i add the two forms to a mother form (which is empty and just has the multipage plugin enabled), when i get to the end of the chain i get a fatal error message. I havent changed anything, the forms work fine on there own.
Any ideas?
ive also just noticed that i am recieving emails from the reigstration step but not the second step. it seems that the second step data is not being saved to the database table
Hi Spacecowboy,
I forget the exact sequence of setting this up but but please wee the worked example in the Plugins forum here.
Bob
I forget the exact sequence of setting this up but but please wee the worked example in the Plugins forum here.
Bob
Thanks for this, i did find the post which kindly displays everything in intimate detail.
This topic is locked and no more replies can be posted.