Suppose the following scenario:
Form that creates new jobs, each job has product and title. We want to validate unique title per product, so we should not have two jobs of the same product with the same title.
Here we need to send the product field value beside the title field value to the server side validator.
Suppose the following scenario: Form that creates new jobs, each job has product and title. We want to validate unique title per product, so we should not have two jobs of the same product with the same title.
Here we need to send the product field value beside the title field value to the server side validator.