If the LC form only has one submit button, how do you set a validation
on submit based on the route selected when running forms in workspace?
For example, if users have the option to Approve or Reject a form, can
you determine which route they have selected and validate fields
accordingly? So that if "reject" is selected we can validate that the
reject comment field was completed, and if "approve" is selected we can
validate that the form was signed? Is there some property of the submit
button o...