Javascript CheckForm() on awebber Form?

Status
Not open for further replies.

HairyHun

Masturbating Bandit
Oct 11, 2007
576
2
0
Hello,

I need a way to have a javascript check for missing field in a awebber form and show a popup.

Awebber does not allow customization for error message and i don't want to send the visitor to another page.

I've been trying to adapt a script I had for another leadform page, but the spaces in the form names in awebber are causing havoc with it.

Anyone tried doing what I'm working on ?

What I need is really simple

HTML:
onclick="return checkForm();"

in the submit button.
Then I got a small JS code that check each form entry and accordingly, if there is error, display a popup and give focus to it.

Thanks
HH
 


Found this nice script that is easy to implement.
It's a class or something. YOu put the link and then one line in your page for each field x type of validation

easy to use


HH
 
Status
Not open for further replies.