Hi,
I'm using chronoforms in my Joomla 2.5 and I have made a forms that works not correctly.
My problem is that all field has validation (required, etc) but dosen't works; also If I leave blank all field users can submit the forms.
Where i'm wrong?
here my forms: http://www.stockfirmato.it/pubblicita.html
I'm using chronoforms in my Joomla 2.5 and I have made a forms that works not correctly.
My problem is that all field has validation (required, etc) but dosen't works; also If I leave blank all field users can submit the forms.
Where i'm wrong?
here my forms: http://www.stockfirmato.it/pubblicita.html
Hi monak83,
You don't seem to be loading the ChronoForms JS and CSS files.
Bob
You don't seem to be loading the ChronoForms JS and CSS files.
Bob
Hi monak83,
Check that they are set to load on the Form General tab - they are by default; if that isn't the problem switch temporarily to a Joomla! default template to see if they are then loaded. If they are then debug your template.
Bob
Check that they are set to load on the Form General tab - they are by default; if that isn't the problem switch temporarily to a Joomla! default template to see if they are then loaded. If they are then debug your template.
Bob
Thery are loaded but I think that is not caused by template because I have another forms in the same site where validation works correctly...you can see here: http://www.stockfirmato.it/contatti.html
I load javascript file with this code on section ON LOAD with LOAD JS like you can see in the attached file.
Could be this to generate error?
<?php
$path = JPATH_SITE;
require $path.'/forms/banner.js';
?>
Could be this to generate error?
This topic is locked and no more replies can be posted.
