Form Validation dosen't works: why?

monak83 26 Jun, 2012
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
GreyHead 27 Jun, 2012
Hi monak83,

You don't seem to be loading the ChronoForms JS and CSS files.

Bob
monak83 28 Jun, 2012
What should I do to load these files?
GreyHead 28 Jun, 2012
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
monak83 28 Jun, 2012
I load javascript file with this code on section ON LOAD with LOAD JS like you can see in the attached file.


<?php 
$path = JPATH_SITE;
require $path.'/forms/banner.js';
?>


Could be this to generate error?
GreyHead 28 Jun, 2012
Hi monak83,

So I see :-( Looks like you need to compare the form settings and see if there is a difference that is stopping the files loading.

Bob
This topic is locked and no more replies can be posted.