I'm using JQ and CSS to validate a form, and in conjunction with some JS I'm hiding part of the form until the user clicks continue. However I can't get the styling to be applied to the continue or join now buttons in the form
You can see my example here example1
When you click continue, the second part of the form appears and then you can click join and the form validattion process kicks in. However the 'join now' button at the very bottom is the styling that should be applied to my buttons, but isn't (I can't work out why and I've tried everything I can think of)
so, I decided that instead of using CSS to style the buttons, I would use a rollover image. This works for styling the buttons, but when I try to submit the form, no validation is performed
you can see this here example2
can anyone work out how I can accomplish either 1 or 2 (ie styling the buttons or rollover image with validation)
many thanks