When the form is correct it displays this:
Code: Select all
this.validMessage = options.validMessage || 'Thankyou!'Is there anyway I can add html where Thankyou is, i.e. <img src="blabla.gif" /> etc..
Thanks.
I've tried document.write but it doesnt work.