Multi-Field Example
This example shows how you can make multiple fields appear, and toggle validation on all fields from a single trigger field. Selecting "No" shows multiple fields and adds validation to each new field.
Here's the plugin code used for this example.
var fValidate = $.parselyConditions({
formname: 'customForm',
validationfields: [{
fid: 'formTrigger',
ftype: 'radio',
fvalue: 'different',
faffected: ['address','type'],
fhide: 'maskDiv'
}],
});