Hi thank you for this awesome framework.
Currently I am facing a problem on validation.
I need a extra rule or optional rule.
let say I have a dropdown selection which have empty type rule, but when it value is other, it will appear another text box, so this text box also will have empty type rule.
please check here http://jsfiddle.net/dHM7r/
I have try $('.form').form('add prompt', identifier, 'Error message');
Sorry, i could not make it success. Anyone have face this similar problem?
Thank in advance.