Expand my Community achievements bar.

Staggering Required Fields

Avatar

Level 4

Hi,

I have a form in which I have two fields that are required to be filled out, but they need to be filled out by different people.  One field is filled out and then the form is sent to a second person to complete the other field.  Is there a way to make both field required but not prevent the first person from sending the email because the second required field hasn't been completed?

Thank you!

1 Reply

Avatar

Level 10

Hi,

Try setting the second field mandatory after the first person has sent the email, with code like "TextField1.validate.nullTest ="error""

Bruce