{ "settings": { "recaptcha": { "isEnabled": "true", "siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4" }, "hcaptcha": { "siteKey": "7fe715a1-151f-4c63-b497-bd971974df05" } }, "components": [ { "label": "First Name", "autoExpand": false, "validate": { "required": true }, "key": "firstName", "type": "textarea", "rows": 1, "input": true, "tableView": true }, { "label": "Last Name", "autoExpand": false, "validate": { "required": true }, "key": "lastName", "type": "textarea", "rows": 1, "input": true, "tableView": true }, { "label": "Email", "key": "email", "type": "textfield", "input": true, "tableView": true }, { "label": "Subject", "autoExpand": false, "validate": { "required": true }, "key": "subject", "type": "textarea", "rows": 1, "input": true, "tableView": true }, { "label": "Message", "autoExpand": false, "validate": { "required": true }, "key": "message", "type": "textarea", "input": true, "tableView": true }, { "label": "I agree to receive communications from Steam Train Creative. We are committed to protecting and respecting your privacy, and we’ll only use your personal information to administer + support your account and to provide the products and services you requested from us. From time to time, we may contact you about our products and services, as well as other content that may be of interest to you.", "key": "AgreeToReceiveCommunicationsFromSteamTrainCreative", "type": "checkbox", "input": true, "tableView": false }, { "label": " I agree to allow Steam Train Creative to contact you via phone, text or video. Steam Train will also store and process my personal data, as well as communicate with me in order to provide you the support service or content requested, we need to store and process your personal data. You consent to us storing your personal data for this purpose of communication.", "key": "AgreeToAllowSteamTrainCreativeToAllowUsToContactYou", "type": "checkbox", "input": true, "tableView": false }, { "label": "I agree and acknowledge I may unsubscribe from these communications at any time. For more information on how to unsubscribe, our privacy practices, and how we are committed to protecting and respecting your privacy, please review our Privacy Policy.", "key": "AgreeAndAcknowledgeIMayUnsubscribeFromTheseCommunications", "type": "checkbox", "input": true, "tableView": false }, { "key": "recaptcha", "type": "recaptcha", "input": true, "tableView": false, "label": "reCAPTCHA", "eventType": "formLoad" }, { "type": "button", "label": "Submit", "key": "submit1", "disableOnInvalid": true, "input": true, "tableView": false } ] }