{ "invoice.contributorName": { "ui:autofocus": true, "ui:emptyValue": "", "ui:help": "First and Last Name" }, "invoice.contributorId": { "ui:help": "Employee or Vendor ID" }, "invoice.invoiceId": { "ui:help": "Enter the Status Invoice ID found in the upper left" }, "invoice.invoiceAmount": { "ui:help": "Based on available currencies" }, "invoice.invoiceCurrency": { "ui:help": "Select payment currency" }, "invoice.dueDate": { "ui:widget": "date", "ui:help": "Invoices submitted before the 15th of the month will be paied on the 25th" }, "filesAccept": { "ui:help": " ", "ui:options": { "accept": ".pdf" } }, "ui:order": [ "invoice.contributorName", "invoice.contributorId", "invoice.invoiceId", "invoice.invoiceAmount", "invoice.invoiceCurrency", "invoice.dueDate", "filesAccept" ] }