1000hz / bootstrap-validator

A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3
http://1000hz.github.io/bootstrap-validator
MIT License
2.38k stars 1.07k forks source link

Suggestion: data-remote that takes multiple dynamic parameters #625

Open saidbakr opened 6 years ago

saidbakr commented 6 years ago

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.