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

Question

Question

How can I hide/disable the submit button until a particular signature field is signed?

asked on May 1, 2020 Show version history

I've seen similar threads on the subject from a few years back but I haven't been able to figure it out. I'd like to be able to require a signature field be signed before submitting the form, but not if they would like to reject it. I figured hiding/disabling the submit button would be the easiest way to accomplish this. If anyone has any better ideas, or advice on how to make this happen, I'd greatly appreciate it! Thanks so much!

0 0

Replies

replied on May 2, 2020

Hi Dylan

You could have a required Radio button which is Approve or Reject.

if they choose Approve, a field rule will show the signature fiield

In this case I would just have a single Submit button at the bottom of the page and then in the BP have a gateway to evaluate the Radio button for routing

 

1 0
replied on May 4, 2020

I'd probably disable the submit button, then on mouse-enter event for the submit button have it check your field for a div with a signature (I don't know the element's class off the top of my head). If it finds it, enable the button if not, do nothing.

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

Sign in to reply to this post.