Forums

Cannot replicate old form in new version.

CRES 29 Jul, 2010
Hello,

I have an a class registration form that was created with php coded tabs so that a parent could register all their children at once. The class list is dynamically populated onto the form from a database table using php coding. Javascript code is employed to calulate and summarize the registration costs and selections in realtime. The Registrant info is pre-populated for members via 'profile' and the payment gateway is Authorize.net.

I have been working on this task since Nov 2009 and am unable to replicate this form employing the multipage plugin in the new version (3.1 RC5.5). Would it be possible to still emply the tabs php coding is some way as I'm truly running out of time?

Marty
GreyHead 29 Jul, 2010
Hi Marty,

Tabs coding should still work. The only problem that I recall is that JavaScript validation can be a problem.

Bob
CRES 29 Jul, 2010
I have tried but I get the following error:

Fatal error: Class 'mosTabs' not found in /home/crpto09/public_html/administrator/components/com_chronocontact/admin.chronocontact.php(2736) : eval()'d code on line 21

when empolying the following php code for creating tab views,

<?php
$tabs = new mosTabs(1);
$tabs->startPane( 'test_form' );
$tabs->startTab( '<b>Class Info.</b>', 'tab_1' );
?>

Has the Joomla code requirements changed from 1.0 to 1.5?

Thanks,
Marty
GreyHead 30 Jul, 2010
Hi Marty,

Has the Joomla code requirements changed from 1.0 to 1.5?


Yes, it changed lot. See here.

Bob
CRES 30 Jul, 2010
Thanks, I'll try it. -- Marty
This topic is locked and no more replies can be posted.