Skip to main content
Known Participant
November 19, 2021
Question

Form Validation with signature field

  • November 19, 2021
  • 1 reply
  • 487 views

Is there any way to validate the form with signature field instead of adding a button? 

I have 5 of the following mandatory fields on the form. All others fields are not mandatory. 

 

Name
Company
Address

Email
Phone

 

In the end, I have a signature field. Is there any way to validate user can't sign it unless all mandatory fields are filled?

 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
November 19, 2021

Not from the signature field itself, no. If you want it to work like that then you need to hide or disable it before all the required fields are filled-in, and then show/enable it when they are. You can do that using the calculation event of any text field in the file.

Najam5D24Author
Known Participant
November 27, 2021

Thank you so much, I think that's a good work around.