{ inforeq: { key: "INFOREQ", name: "Contact Form", fields: [ { name: "Name", key: "n", type: "text", optional: false, }, { name: "Email", key: "email", type: "text", typee: "email", optional: false, }, { name: "Company", key: "f", type: "text", optional: false, }, { name: "Country", key: "c", type: "text", optional: false, }, { name: "Chips to Replace", key: "chips", type: "text", hint: "Chips to Replace with X-ARM eg. PCA9501", optional: true, }, { name: "Urgency", key: "time", type: "text", hint: "what is the timeframe for this delivery?", optional: true, }, { name: "Power Requiremets", key: "power", type: "text", hint: "eg. 'Low Power Needed, less than 2mW'", optional: true, }, { name: "High Performance", key: "perf", type: "text", hint: "eg. 'min. latency 10ms'", optional: true, }, { name: "Additional Information", key: "add", type: "text", optional: true, }, { key: "INFOREQ_BUTTONS", type: "buttons", buttons: [ { name: "Send Request", key: "INFOREQ_REQ", icon: "entrance-left", type: "button", class: "green", } ], }, ], } }