How do I make a field required right before the signature is entered?
I need some help on a form I'm working on. The form will be submitted twice. The first part of the form is for the employee to fill out. Once they have it filled out, I figured out how to lock those fields and then I also hide their submit button. I'm having a problem with the second portion where the customer has to type their name, enter the date and digitally sign the form and then it gets submitted back via email. My problem is that once the customer receives the form to do the 2nd part, I need to make the "type their name" and "date" fields required. I tried to add javascript to the signature field so they would become required , but it does the signature and then makes the fields required witch just locks up the form since the signature was added first. Can anyone help me figure out how I can do this?
