form block - client side checks

Permalink
Hi, It appears this block does at least one client side check e.g. when the email field loses focus. I want to improve the client side checks though. To my point. I cannot find any javascript which loads with the page. I can find auto.js, but it seems that only provides functionality for editing the block. Does anyone know where I can find the javascript which loads with the page? I'm on 5.6.1 Paul

webdewd
 
webdewd replied on at Permalink Reply
webdewd
Just bumping this as this is driving me a bit nuts right now. I cannot work out what is doing the client side form validation for an email address. It looks like a script file called ccm-base has a function in it which calls a script page on the fly, but I cannot see how that function is getting called.

Any help or light anyone can share on this is truly appreciated.
webdewd replied on at Permalink Best Answer Reply
webdewd
Resolved. This is a default browser function in response to the input type "email". Hadn't realised the type was email. Thought it was just text. Thx to anyone who gave this some thought.