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
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
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
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
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
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
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.
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.
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
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
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
Bob
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
This topic is locked and no more replies can be posted.