Forums

V4 RC 1.7 and Joomla1.6.2

Johang 18 Apr, 2011
Hallo,

I'm busy building a site with Joomla 1.6 and installed V4 RC 1.7. The form on this site was working perfect. After upgrading from Joomla 1.6.1 to Joomla 1.6.2 the submit button is not working. Please help
GreyHead 19 Apr, 2011
Hi johang,

Please post a link to the form so we can take a quick look.

My simple test forms appear to be OK with Joomla! 1.6.2

Bob
GreyHead 19 Apr, 2011
Hi johang,

Thanks; I can see the problem :-(

Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.

Bob
Johang 19 Apr, 2011
Bob,

I'm just discovering a new problem. In forms manager i cannot make a back-up. When I select the form and hit the back-up button I get the message "please select a form".
This evening I will restore the site with Joomla 1.6.1 on my localhost and try to make a backup.
GreyHead 19 Apr, 2011
Hi johang,

Agreed - I can see that bug on my test site too :-(

Later: I can see that none of the page JavaScript is being loaded :-(

Bob
GreyHead 19 Apr, 2011
Hi johang,

Later: this is a bug in Joomla! 1.6.2; please upgrade to 1.6.3

I have a workaround for this in Joomla! 1.6.2. Please add one line to administrator/components/com_chronoforms/admin.chronoforms.html.php around line 13
defined('_JEXEC') or die('Restricted access');
$document =& JFactory::getDocument();
$document->addStyleSheet(JURI::Base().'components/com_chronoforms/css/cc.css');
JHTML::script('', true); // <-- add this line

//admin links

Bob
Johang 19 Apr, 2011
Hallo Bob,

Thanks for your answer.
Updated to Joomla 1.6.3 and V4 RC 1.8. Everything is working fine now.
This topic is locked and no more replies can be posted.