adds the note block under the specified input
| name | string | the name of an item |
| value | string | the value of an item (for a radio button) |
| note | object | the note object |
myForm.setNote(name, {
text: "Enter your project name here. The field is required.", width:300
});
Back to top