Trying to get access to text that is entered into this text box. i.e if I entered 12/8/1988 in the box how would I access that info in the script? This is the code being used to create the box:
var midRow = form.addField({
id: 'midrow',
type: serverWidget.FieldType.TEXT,
label: 'DATE OF BIRTH'
});