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
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
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