Hi,
I've built a form based on the example of the marketo signup form and thus using the mktSignup.js script as is used in the example. However, when I push the submit button, i'd like the form to be submitted instead of getting a popup saying "please use button below". I figure it's just a little change in the script and more specifically in this part:
- submitHandler: function() {
$("div.error").hide();
alert("submit! use link below to go to the other step");
},
but i have no clue as to what to do to instead of giving the pop-up, sending the form.
thanks!
K.