You are viewing limited content. For full access, please sign in.

Question

Question

Require signature before moving to new tab

asked on September 4, 2015

See similar post (here) - I have the input fields, drop-downs, and text areas working great.  Now I need to apply this same code to signature fields.  I've tried #form1 signature, but that did not work.  Let me know what I need to change in my code to apply this to signatures.

 var valid = true;
 		$('#form1 input, #form1 select').filter(':visible').each(function() {
 	if(!$(this).checkValidity()) {valid = false;
 }
 });

Thanks,

Nate

0 0

Replies

replied on October 7, 2016

I am having this same problem.  Were you ever able to resolve this problem?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.