Forums

No field validation after upgrading to Joomla 3.4.4.

Bjarne1966 10 Sep, 2015
Hi. I have a page (fodexpert.dk) where 2 forms have been used for some time. The page have been upgraded to Joomla 3.4.4. (including Danish lanquage pack) a couple of days ago. The forms contains fields that are required. Al of the fields (text boxes, email-adresses, phonenumber, checkboxes etc.) can be submitted with no validation, resulting in empty confirmations to customers and empty emails.

Is it a know problem - and is reversal to Joomla 3.4.3 required to make the validations work again?

Hope you can help :-)
GreyHead 10 Sep, 2015
Hi Bjarne1966,

There's a JavaScript error "Uncaught TypeError: jQuery(...).equalHeight is not a function" coming from this code
		jQuery(document).ready(function($){
			jQuery('#roof .column').equalHeight('.block');jQuery('#header .column').equalHeight('.block');jQuery('#top .column').equalHeight('.block');jQuery('#utility .column').equalHeight('.block');jQuery('#feature .column').equalHeight('.block');jQuery('#main-top .column').equalHeight('.block');jQuery('#content-top .column').equalHeight('.block');jQuery('#content-bottom .column').equalHeight('.block');jQuery('#main-bottom .column').equalHeight('.block');jQuery('#bottom .column').equalHeight('.block');jQuery('#footer .column').equalHeight('.block');jQuery('#mainbody, #sidebar-a, #sidebar-b').equalHeight();
			jQuery('img').lazyload({effect: "fadeIn",threshold : 100});

		});
I'm not sure what exactly is causing it but fixing this will hopefully let the validation run OK.

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