Question
Onclick event capture on form
I would like to capture onclick event, I have below code, which is not working
MktoForms2.whenReady(function (form) {
$('.test').click(function(){
alert("hi");
});
});
I would like to capture onclick event, I have below code, which is not working
MktoForms2.whenReady(function (form) {
$('.test').click(function(){
alert("hi");
});
});
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.