Dialog Only Example
This example shows how you can make a div appear, without toggline validation on any additional fields. Selecting "No" shows a new dialog on the page.
Here's the plugin code used for this example.
var fValidate = $.parselyConditions({
formname: 'customForm',
validationfields: [{
fid: 'formTrigger',
ftype: 'radio',
fvalue: 'nope',
faffected: false,
fhide: 'maskDiv'
}],
});