CF v3 and Joomla 1.5.23.
Is there any way to trigger the js validation (is it MooTools by the way?) from an ordinary button (type='button') partway through a form before any submit is made?
I'm creating a form part of which uses the MooTools slideout triggered from a button to collapse a div containing 8 radio buttons and depending on the content of those buttons then slides in another div.
Tricky bit is I want the first set of 8 radio buttons validated and the slideout stopped if validation fails. i.e. if that 'LV whatever it's called' span exists/has content/len>0 is my guess but I'm stumped trying to figure out how 😶
Nick
Is there any way to trigger the js validation (is it MooTools by the way?) from an ordinary button (type='button') partway through a form before any submit is made?
I'm creating a form part of which uses the MooTools slideout triggered from a button to collapse a div containing 8 radio buttons and depending on the content of those buttons then slides in another div.
Tricky bit is I want the first set of 8 radio buttons validated and the slideout stopped if validation fails. i.e. if that 'LV whatever it's called' span exists/has content/len>0 is my guess but I'm stumped trying to figure out how 😶
Nick