diff --git a/forms-flow-ai/epd-forms/Notification of Independent Remediation.json b/forms-flow-ai/epd-forms/Notification of Independent Remediation.json index f9fe898d..934d114a 100644 --- a/forms-flow-ai/epd-forms/Notification of Independent Remediation.json +++ b/forms-flow-ai/epd-forms/Notification of Independent Remediation.json @@ -1 +1 @@ -{"forms":[{"title":"Notification of Independent Remediation Schema","display":"form","type":"form","name":"nirs","path":"nirs","tags":["common"],"components":[{"title":"Reviewer Actions","collapsible":false,"hideLabel":true,"key":"reviewerActions","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Columns","columns":[{"components":[{"label":"Accepted","action":"custom","showValidations":false,"theme":"success","tableView":false,"key":"accepted2","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"button","custom":"const submissionId = form._submission._id;\r\nconst formDataReqUrl = form.formio.formUrl+'/submission/'+submissionId;const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"id":"e1t0qdk"}],"offset":0,"push":0,"pull":0,"size":"md","currentWidth":3,"width":3},{"components":[{"label":"Requires Info From Applicant","action":"custom","showValidations":false,"theme":"warning","tableView":false,"key":"needsMoreInfo","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"button","custom":"\r\nconst submissionId = form._submission._id;\r\nconst formDataReqUrl = form.formio.formUrl+'/submission/'+submissionId;const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Resubmit'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Resubmit'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"id":"e6ospu"}],"width":3,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":3},{"components":[{"label":"Reject Forms","action":"custom","showValidations":false,"theme":"danger","tableView":false,"key":"rejected","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"button","custom":"const submissionId = form._submission._id;\r\nconst formDataReqUrl = form.formio.formUrl+'/submission/'+submissionId;const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"id":"eehc2e4"}],"size":"md","width":3,"offset":0,"push":0,"pull":0,"currentWidth":3},{"components":[{"label":"Send to Previous Reviewer","action":"custom","showValidations":false,"tableView":false,"key":"sendToPrevReviewer","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"button","custom":"const submissionId = form._submission._id;\r\nconst formDataReqUrl = form.formio.formUrl+'/submission/'+submissionId;const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"theme":"primary","id":"e4z10jn"}],"size":"md","width":3,"offset":0,"push":0,"pull":0,"currentWidth":3}],"hideLabel":true,"key":"columns","type":"columns","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eh41sa8"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"ebt6hb"},{"label":"Notes","tableView":false,"templates":{"header":"{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")){ %}\r\n\r\n
\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n
\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}\r\n","row":"{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n
\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n
\r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}","footer":"{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% console.log('in validation remove'); %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n","tableHeader":"\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions\n {% } %}\n \n ","tableRow":"\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n
\n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n "},"customDefaultValue":"const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nconsole.log('in validation remove');\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}","validate":{"custom":"const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nconsole.log('in validation remove');\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\nconsole.log(\"from validation tab\")\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\nvar q = document.querySelector(\"[ref='editgrid-notes-addRow']\");\r\nif(q && q !== null){\r\n console.log(\"inside validation remove\")\r\n q.remove();\r\n}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nvar addRowButton = document.querySelector(\"button[ref=editgrid-notes-addRow]\");\r\nif(addRowButton !==null)\r\n{\r\nif( groups.includes(\"/formsflow/formsflow-client\")){\r\n addRowButton.remove();\r\n}\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nconsole.log('in validation remove');\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n}\r\n","type":"editgrid","displayAsTable":false,"input":true,"components":[{"label":"Columns","columns":[{"components":[{"label":"Notes","autoExpand":false,"tableView":true,"key":"comments","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e69d0z"}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"Radio","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Internal","value":"internal","shortcut":""},{"label":"External","value":"external","shortcut":""}],"key":"commentFor","type":"radio","input":true,"defaultValue":"external","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e4mg0os"}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"Role","disabled":true,"tableView":true,"customDefaultValue":"var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}","key":"role","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ewipgvh"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Created By","disabled":true,"tableView":true,"customDefaultValue":"value = JSON.parse( localStorage.UserDetails).name ","key":"createdBy","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"em9p2z7"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Created At","disabled":true,"tableView":true,"customDefaultValue":"value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()","key":"createdAt","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"epdjad"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2}],"key":"columns","type":"columns","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e5cvbv"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"disableAddingRemovingRows":false,"removeRow":"Cancel","defaultOpen":false,"openWhenEmpty":false,"modal":false,"inlineEdit":false,"id":"e5991t"},{"id":"ecf3gbp","key":"simplecontent12","html":"

Fields marked with a red asterisk \"*\" are mandatory.

","type":"content","input":false,"label":"Text/Images","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"eb9tioo","key":"TimingOfRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 1 - Timing of Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"eb0t965","key":"simpleheading2","tag":"h4","type":"htmlelement","attrs":[],"input":false,"label":"Heading","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"content":"Check the following items as applicable","dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","headingSize":"h1","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"key":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","type":"radio","input":true,"label":"This notice is given for:","inline":false,"values":[{"label":"Initiation of independent remediation","value":"initiationOfIndependentRemediation","shortcut":""},{"label":"Completion of independent remediation","value":"completionOfIndependentRemediation","shortcut":""},{"label":"Both initiation and completion of independent remediation","value":"bothInitiationAndCompletionOfIndependentRemediation","shortcut":""},{"label":"Completion of remediation resulting from a spill.","value":"completionOfRemediationResultingFromASpill","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eb4apye"},{"label":"Estimated Date of Spill","hideInputLabels":false,"inputsLabelPosition":"top","description":"","useLocaleSettings":false,"tooltip":"","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"fields":{"day":{"type":"select","placeholder":"","hide":false,"required":true},"month":{"type":"select","placeholder":"","hide":false,"required":true},"year":{"type":"select","placeholder":"","hide":false,"required":true,"minYear":2000}},"dayFirst":false,"defaultValue":"00/00/0000","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","maxDate":"","minDate":"","unique":false,"errorLabel":"","validate":{"customMessage":"","custom":"","customPrivate":false,"json":"","required":true,"strictDateValidation":false,"multiple":false,"unique":false},"errors":"","key":"estimatedDateOfSpill","tags":[],"properties":{},"conditional":{"show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"completionOfRemediationResultingFromASpill","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"day","input":true,"minYear":2000,"placeholder":"","prefix":"","suffix":"","multiple":false,"refreshOn":"","dataGridLabel":false,"labelPosition":"top","widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eig84rs"},{"label":"Incident Report (DGIR) #","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":false,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"simpletextfield1","tags":[],"properties":{},"conditional":{"show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"completionOfRemediationResultingFromASpill","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"eklvlic","defaultValue":null},{"label":"Completion Date","hideInputLabels":false,"inputsLabelPosition":"top","description":"","useLocaleSettings":false,"tooltip":"","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"fields":{"day":{"type":"select","placeholder":"","hide":false,"required":true},"month":{"type":"select","placeholder":"","hide":false,"required":true},"year":{"type":"select","placeholder":"","hide":false,"required":true,"minYear":2000}},"dayFirst":false,"defaultValue":"00/00/0000","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","maxDate":"","minDate":"","unique":false,"errorLabel":"","validate":{"customMessage":"","custom":"","customPrivate":false,"json":"","required":true,"strictDateValidation":false,"multiple":false,"unique":false},"errors":"","key":"spillcompletiondate","tags":[],"properties":{},"conditional":{"show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"completionOfRemediationResultingFromASpill","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"day","input":true,"minYear":2000,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"refreshOn":"","dataGridLabel":false,"labelPosition":"top","widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eh11727"},{"title":"Initiation","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"initiation","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"initiationOfIndependentRemediation"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Initiation","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"key":"startdate","type":"day","input":true,"label":"Start Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"eufnzbj"},{"key":"estimatedcompletiondate","type":"day","input":true,"label":"Estimated Completion Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"ec8r8zp"},{"key":"estimatedDuration","type":"textfield","input":true,"label":"Estimated Duration","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eu1ck1"},{"key":"scopeOfRemediation","type":"radio","input":true,"label":"Scope of Remediation:","inline":false,"values":[{"label":"Whole Site","value":"wholeSite","shortcut":""},{"label":"Part of Site","value":"partOfSite","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"description":"If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.","optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e83d80j"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e7it03g"},{"title":"Completion","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"completion","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"completionOfIndependentRemediation"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Completion","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"key":"completionstartdate","type":"day","input":true,"label":"Start Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"ensg3qc"},{"key":"completiondate","type":"day","input":true,"label":"Completion Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"eteq7yd"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e0iahsh"},{"title":"Both Initiation and Completion","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"bothInitiationAndCompletion","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"bothInitiationAndCompletionOfIndependentRemediation"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"collapsed":false,"tableView":false,"components":[{"key":"bothstartdate","type":"day","input":true,"label":"Start Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"e81qu69"},{"key":"bothcompletiondate","type":"day","input":true,"label":"Completion Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"e497bw"},{"label":"Scope of Remediation:","labelPosition":"top","optionsLabelPosition":"right","description":"If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Whole Site","value":"wholeSite","shortcut":""},{"label":"Part of Site","value":"partOfSite","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"bothscopeOfRemediation","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"erdu4","defaultValue":""}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"emsbrgh"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"etj00fl","key":"section2-LandDescription","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 2 - Land Description","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e5bn61","key":"simplecols3","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e4k283","key":"siteIdNumber","case":"","mask":false,"type":"textfield","input":true,"label":"Site ID Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ephotcc","key":"pid","case":"","mask":false,"type":"textfield","input":true,"label":"PID","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"999-999-999","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"must include either PID or PIN, if applicable","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"exto02a","key":"pin","case":"","mask":false,"type":"textfield","input":true,"label":"PIN","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"for untitled lands","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e1aksen","key":"legalDescriptionOrMetesAndBounds","case":"","mask":false,"rows":3,"type":"textarea","input":true,"label":"Legal description (or metes and bounds)","editor":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","wysiwyg":false,"disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","maxWords":"","minWords":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"fixedSize":true,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"autoExpand":false,"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"ekm0wqd","key":"simpleheading5","tag":"h4","type":"htmlelement","attrs":[],"input":false,"label":"Heading","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"content":"Latitude","dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","headingSize":"h1","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"ek2cwpk","key":"latitude","tree":false,"type":"columns","input":false,"label":"Latitude","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"esfini6","key":"latdegrees","case":"","mask":false,"type":"textfield","input":true,"label":"Degrees","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"etfmpu","key":"latminutes","case":"","mask":false,"type":"textfield","input":true,"label":"Minutes","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"euiys1l","key":"latseconds","case":"","mask":false,"type":"textfield","input":true,"label":"Seconds","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"evh1mjk","key":"simpleheading6","tag":"h4","type":"htmlelement","attrs":[],"input":false,"label":"Heading","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"content":"Longitude","dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","headingSize":"h1","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[]},{"id":"e14b8j","key":"latitude1","tree":false,"type":"columns","input":false,"label":"Latitude","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e8ffnyk","key":"longdegrees","case":"","mask":false,"type":"textfield","input":true,"label":"Degrees","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"eg3besg","key":"longminutes","case":"","mask":false,"type":"textfield","input":true,"label":"Minutes","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ew031f","key":"longseconds","case":"","mask":false,"type":"textfield","input":true,"label":"Seconds","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"erpn4pi","key":"simpleheading1","tag":"h4","type":"htmlelement","attrs":[],"input":false,"label":"Heading","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"content":"SITE CIVIC ADDRESS OR LOCATION (i.e. nearest roadway)","dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","headingSize":"h1","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"easkmrf","key":"simplecols4","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"emj2hnu","key":"street2","case":"","mask":false,"type":"textfield","input":true,"label":"Street","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"eepx9b","key":"city2","case":"","mask":false,"type":"textfield","input":true,"label":"City","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"eejvk6i","key":"postalCode2","case":"","mask":false,"type":"textfield","input":true,"label":"Postal Code","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ee69663s","key":"simplecontent","html":"

Attention:

Land Title Record and Site Plan must be included. 

","type":"content","input":false,"label":"Static Text","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[]},{"id":"evf052k","key":"checkbox-iUnderstandAndWillAttachAMapWithMySubmission","name":"","tags":[],"type":"checkbox","input":true,"label":"I understand and will include a land title record with my submission","logic":[],"value":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","shortcut":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"checkbox","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":false,"dataGridLabel":true,"labelPosition":"right","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"enicwse","key":"iUnderstandAndWillAttachAMapWithMySubmission4","name":"","tags":[],"type":"checkbox","input":true,"label":"I understand and will include a site plan with my submission","logic":[],"value":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","shortcut":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"checkbox","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":false,"dataGridLabel":true,"labelPosition":"right","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"eksdoai","key":"section3-PropertyOwnerAndOrOperatorIfApplicable","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 3 - Property Owner and/or Operator","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e7x80l","key":"name","case":"","mask":false,"type":"textfield","input":true,"label":"Name","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"applicable"},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"e79lyd","key":"simplecols5","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"ezk3rha","key":"street3","case":"","mask":false,"type":"textfield","input":true,"label":"Street","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"em2ts7f","key":"city3","case":"","mask":false,"type":"textfield","input":true,"label":"City","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"notApplicable","show":false,"when":"applicable"},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"egjg9n","key":"simplecols6","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e84bpn9","key":"provinceState3","case":"","mask":false,"type":"textfield","input":true,"label":"Province/State","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"eskjfb","key":"simplephonenumber3","mask":false,"type":"phoneNumber","input":true,"label":"Phone Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputMode":"decimal","inputType":"tel","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e5ctj917","key":"country3","case":"","mask":false,"type":"textfield","input":true,"label":"Country","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"eci38h9","key":"simpleemail3","case":"","mask":false,"type":"email","input":true,"label":"Email","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"kickbox":{"enabled":false},"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"delimiter":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"email","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","requireDecimal":false,"calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ee0pdg","key":"postalCode3","case":"","mask":false,"type":"textfield","input":true,"label":"Postal Code","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"notApplicable","show":false,"when":"applicable"},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"epsx3q7","key":"EnvironmentalConsultantContractorAgentContact","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 4 - Environmental Consultant/Contractor/Agent Contact","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"key":"environmentalConsultantContractAgent","type":"radio","input":true,"label":"Environmental Consultant/Contractor/Agent","inline":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ez2c6d"},{"key":"environmentalConsultantContractorAgent","type":"panel","input":false,"label":"","title":"Environmental Consultant/Contractor/Agent","collapsed":false,"tableView":false,"components":[{"key":"simplecols7","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"nameOfFirm","type":"textfield","input":true,"label":"Name of Firm","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eutfclr"},{"key":"street24","type":"textfield","input":true,"label":"Street","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ej1qnyk"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"contactName","type":"textfield","input":true,"label":"Contact Name","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"erle4ry"},{"key":"city4","type":"textfield","input":true,"label":"City","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eor75tg"}],"currentWidth":6}],"hideLabel":true,"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e27igdb"},{"key":"simplecols8","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"provinceState4","type":"textfield","input":true,"label":"Province","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e3qs55"},{"key":"simplephonenumber4","type":"phoneNumber","input":true,"label":"Phone Number","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"inputMask":"","tableView":true,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"tel","inputFormat":"plain","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"inputMode":"decimal","id":"emz0kk"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"country4","type":"textfield","input":true,"label":"Country","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eqtznv"},{"key":"simpleemail4","type":"email","input":true,"label":"Email","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"delimiter":false,"tableView":true,"requireDecimal":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"email","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"kickbox":{"enabled":false},"id":"e1fg5ug"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"postalCode4","type":"textfield","input":true,"label":"Postal Code","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eureepw"}],"currentWidth":4}],"hideLabel":true,"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e6638ia"}],"collapsible":false,"conditional":{"eq":"yes","show":true,"when":"environmentalConsultantContractAgent"},"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"efzttnl"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ep85gd","key":"PrimaryLandUse","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 5 - Primary Land Use","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"eqkpsrh","key":"contaminatedSitesRegulationLandUseClassificationAtTheSiteSurface","type":"radio","input":true,"label":"Contaminated Sites Regulation land use classification at the site surface","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Industrial","value":"industrial","shortcut":""},{"label":"Commercial","value":"commercial","shortcut":""},{"label":"Residential - High Density","value":"residentialHighDensity","shortcut":""},{"label":"Residential - Low Density","value":"residentialLowDensity","shortcut":""},{"label":"Urban Park","value":"urbanPark","shortcut":""},{"label":"Agricultural","value":"agricultural","shortcut":""},{"label":"Wildlands - Natural","value":"wildlandsNatural","shortcut":""},{"label":"Wildlands - Reverted","value":"wildlandsReverted","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"embys3k","key":"descriptionOfCurrentOperationEGServiceStation","case":"","mask":false,"rows":3,"type":"textarea","input":true,"label":"Description of current operation (e.g. service station)","editor":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","wysiwyg":false,"disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","maxWords":"","minWords":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"fixedSize":true,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"autoExpand":false,"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"elwq8mj","key":"isAChangeInZoningOrLandUseExpected","type":"selectboxes","input":true,"label":"Is a change in zoning or land use expected?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Change in zoning","value":"changeInZoning","shortcut":""},{"label":"Change in land use","value":"changeInLandUse","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"checkbox","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":{"changeInZoning":false,"changeInLandUse":false},"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"maxSelectedCountMessage":"","minSelectedCountMessage":"","addons":[]},{"id":"e26nbz","key":"simplecols9","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"edp4hv","key":"from","case":"","mask":false,"type":"textfield","input":true,"label":"From","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"ev3xhts","key":"to","case":"","mask":false,"type":"textfield","input":true,"label":"To","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"key":"ConfirmedOrSuspectedSourceOfContaminationEGLeakingUndergroundStorageTank","type":"panel","input":false,"label":"","title":"Section 6 - Confirmed or suspected source of contamination","collapsed":false,"tableView":false,"components":[{"key":"columns","type":"columns","input":false,"label":"Columns","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"checkboxGroup","type":"selectboxes","input":true,"label":"Source of contamination - confirmed or suspected","values":[{"label":"Underground storage tank (UST)","value":"undergroundStorageTankUst","shortcut":""},{"label":"Oil and gas industry operations","value":"oilAndGasIndustryOperations","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"inputType":"checkbox","tableView":false,"defaultValue":{"other":false,"otherDescribe":false,"undergroundStorageTankUst":false,"oilAndGasIndustryOperations":false},"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dataSrc":"values","authenticate":false,"ignoreCache":false,"template":"{{ item.label }}","data":{"url":""},"fieldSet":false,"inline":false,"id":"eb48x9m","keyModified":true}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"storageTankVolumeL","type":"textfield","input":true,"label":"Storage tank volume (L)","tableView":true,"conditional":{"eq":"undergroundStorageTankUst","show":true,"when":"6-checkboxGroup"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eve0mqi"}],"currentWidth":6}],"hideLabel":true,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"ecyrdh"},{"key":"simpletextfield","type":"textfield","input":true,"label":"Describe the confirmed or suspected source of contamination. ","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"6-checkboxGroup"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e2o7im9"}],"collapsible":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"e81fo2d","keyModified":true},{"id":"eb5f40q","key":"SubmissionOfOtherRequiredForms","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 7 - Submission of Other Required Forms","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"key":"wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite","type":"radio","input":true,"label":"Was a Notification of Likely or Actual Migration also submitted for this site?","inline":false,"values":[{"label":"No","value":"no","shortcut":""},{"label":"Yes","value":"yes","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eahz3q"},{"label":"Date of Submission","hideInputLabels":false,"inputsLabelPosition":"top","useLocaleSettings":false,"tableView":false,"fields":{"day":{"type":"select","hide":false,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""},"year":{"type":"select","hide":false,"required":true,"minYear":2000,"placeholder":""}},"defaultValue":"00/00/0000","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"key":"NOMDateOfSubmission","conditional":{"show":true,"when":"wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite","eq":"yes"},"type":"day","input":true,"minYear":2000,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"e4ei33"},{"key":"simplecontent4","html":"

All applications for notification of independent remediation require submission of a Site Risk Classification Report.

","type":"content","input":false,"label":"Text/Images","tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"eq5nck","keyModified":true},{"key":"riskclassification","type":"radio","input":true,"label":"Radio Group","inline":false,"values":[{"label":"New Site Risk Classification Report required","value":"newSiteRiskClassificationReportRequired","shortcut":""},{"label":"Site Risk Classification updated with this application","value":"siteRiskClassificationUpdatedWithThisApplication","shortcut":""},{"label":"Exempt from submitting Site Risk Classification Report","value":"exempt","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"erwjpy9","keyModified":true},{"key":"exemptions","type":"panel","input":false,"label":"","title":"Exemptions","collapsed":false,"tableView":false,"components":[{"key":"riskclassificationexemption","type":"radio","input":true,"label":"riskclassificationchange","inline":false,"values":[{"label":"Site release request under Scenario 1","value":"siteReleaseRequestUnderScenario1","shortcut":""},{"label":"SRCR submitted within past 5 years and no change to previous site risk classification","value":"SRCR","shortcut":""},{"label":"Application is for a determination that a site is not contaminated","value":"determination","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"tableView":false,"hideOnChildrenHidden":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e45jsjg"},{"key":"dateOfMostRecentSiteRiskClassificationReport","type":"datetime","input":true,"label":"Date of most recent site risk classification report","format":"yyyy-MM-dd","widget":{"type":"calendar","displayInTimezone":"viewer","locale":"en","useLocaleSettings":false,"allowInput":true,"mode":"single","enableTime":false,"noCalendar":false,"format":"yyyy-MM-dd","hourIncrement":1,"minuteIncrement":1,"time_24hr":false,"minDate":null,"disableWeekends":false,"disableWeekdays":false,"maxDate":null},"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"datePicker":{"disableWeekdays":false,"disableWeekends":false,"showWeeks":true,"startingDay":0,"initDate":"","minMode":"day","maxMode":"year","yearRows":4,"yearColumns":5,"minDate":null,"maxDate":null},"enableTime":false,"conditional":{"eq":"SRCR","show":true,"when":"riskclassificationexemption"},"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":"","protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"useLocaleSettings":false,"allowInput":true,"enableDate":true,"defaultDate":"","displayInTimezone":"viewer","timezone":"","datepickerMode":"day","timePicker":{"hourStep":1,"minuteStep":1,"showMeridian":true,"readonlyInput":false,"mousewheel":true,"arrowkeys":true},"customOptions":{},"id":"e6ck93h"}],"collapsible":false,"conditional":{"eq":"exempt","show":true,"when":"riskclassification"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"eieerr","keyModified":true},{"key":"siteRiskClassificationAtTimeOfApplication","type":"radio","input":true,"label":"Site Risk Classification at time of application","inline":false,"values":[{"label":"High Risk","value":"highRisk","shortcut":""},{"label":"Non-High Risk","value":"nonHighRisk","shortcut":""},{"label":"Risk-Managed High Risk","value":"riskManagedHighRisk","shortcut":""},{"label":"Unclassified","value":"unclassified","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e2t7ch","keyModified":true}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ey5ga8j","key":"SubmissionOfOtherRequiredSoilInvestigationsAndRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 8 - Soil Investigations and Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e7hnb1c","key":"theFollowingContaminants8","type":"radio","input":true,"label":"The following contaminants:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Were Found","value":"wereFound","shortcut":""},{"label":"Are Suspected","value":"areSuspected","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"e071vfl","key":"contaminants8","tags":[],"tree":true,"type":"datagrid","input":true,"label":"List contaminants and maximum concentrations, if known in SOIL","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"reorder":false,"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"initEmpty":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"addAnother":"","attributes":{},"components":[{"id":"epivnsp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"contaminant","mask":false,"type":"textfield","input":true,"label":"Contaminant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"el3hlvr00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"maximumConcentration","mask":false,"type":"textfield","input":true,"label":"Maximum concentration","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants8"},"customClass":"","description":"","layoutFixed":false,"placeholder":"","defaultValue":[{"contaminant":"","maximumConcentration":""}],"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"enableRowGroups":false,"customConditional":"","addAnotherPosition":"bottom","allowMultipleMasks":false,"customDefaultValue":"","conditionalAddButton":"","allowCalculateOverride":false,"disableAddingRemovingRows":false,"addons":[],"lazyLoad":false},{"id":"e68uqp","key":"wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct","type":"radio","input":true,"label":"Was the soil investigated following requirements and guidance under the Environmental Management Act?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants8"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"estdmxl","key":"soilRemediationStrategy","type":"radio","input":true,"label":"Soil remediation strategy:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Excavation and Disposal","value":"excavationAndDisposal","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants8"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite","type":"textfield","input":true,"label":"Include volume and intended treatment and/or disposal location for contaminated soil if managed away from the site","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"excavationAndDisposal","show":true,"when":"soilRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"egbvvs"},{"key":"describe","type":"textfield","input":true,"label":"Describe","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"soilRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"emsdibg"},{"key":"remediationStandardsUsed8","type":"radio","input":true,"label":"Remediation Standards Used:","inline":false,"values":[{"label":"Numerical","value":"numerical","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""},{"label":"Both","value":"both","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"conditional":{"eq":"notApplicable","show":false,"when":"theFollowingContaminants8"},"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ex6mrxg"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e9bg0ri","key":"GroundwaterAndSurfaceWaterInvestigationsAndRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 9 - Groundwater and Surface Water Investigations and Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"ebnx9p","key":"theFollowingContaminants9","type":"radio","input":true,"label":"The following contaminants:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Were Found","value":"wereFound","shortcut":""},{"label":"Are Suspected","value":"areSuspected","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"e2pn54j","key":"contaminants9","tags":[],"tree":true,"type":"datagrid","input":true,"label":"List contaminants and maximum concentrations, if known, in GROUNDWATER and SURFACE WATER","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"reorder":false,"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"initEmpty":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"addAnother":"","attributes":{},"components":[{"id":"esedw400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"contaminant","mask":false,"type":"textfield","input":true,"label":"Contaminant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"esor90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"maximumConcentration","mask":false,"type":"textfield","input":true,"label":"Maximum concentration","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants9"},"customClass":"","description":"","layoutFixed":false,"placeholder":"","defaultValue":[{"contaminant":"","maximumConcentration":""}],"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"enableRowGroups":false,"customConditional":"","addAnotherPosition":"bottom","allowMultipleMasks":false,"customDefaultValue":"","conditionalAddButton":"","allowCalculateOverride":false,"disableAddingRemovingRows":false,"addons":[],"lazyLoad":false},{"id":"e739arj","key":"wasTheWaterInvestigatedFollowingRequirementsAndGuidanceUnderTheAct1","type":"radio","input":true,"label":"Was the water investigated following requirements and guidance under the Environmental Management Act?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants9"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"waterRemediationStrategy","type":"radio","input":true,"label":"Water remediation strategy:","inline":false,"values":[{"label":"Pumping and Disposal","value":"pumpingAndDisposal","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"conditional":{"eq":"notApplicable","show":false,"when":"theFollowingContaminants9"},"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e6mm0qb"},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite1","type":"textfield","input":true,"label":"Include volume and intended treatment and/or disposal location for contaminated water if managed away from the site","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"pumpingAndDisposal","show":true,"when":"waterRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eb241v"},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite4","type":"textfield","input":true,"label":"Describe","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"waterRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e2vhj7"},{"key":"remediationStandardsUsed9","type":"radio","input":true,"label":"Remediation Standards Used:","inline":false,"values":[{"label":"Numerical","value":"numerical","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""},{"label":"Both","value":"both","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"conditional":{"eq":"notApplicable","show":false,"when":"theFollowingContaminants9"},"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eluu4yh"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e0i7y05","key":"SedimentInvestigationsAndRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 10 - Sediment Investigations and Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"ep03h5a","key":"theFollowingContaminants10","type":"radio","input":true,"label":"The following contaminants:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Were Found","value":"wereFound","shortcut":""},{"label":"Are Suspected","value":"areSuspected","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"eb2no2i","key":"contaminants10","tags":[],"tree":true,"type":"datagrid","input":true,"label":"List contaminants and maximum concentrations, if known, in SEDIMENT","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"reorder":false,"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"initEmpty":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"addAnother":"","attributes":{},"components":[{"id":"ej0y4100000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"contaminant","mask":false,"type":"textfield","input":true,"label":"Contaminant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"e8qg9fh00000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"maximumConcentration","mask":false,"type":"textfield","input":true,"label":"Maximum concentration","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants10"},"customClass":"","description":"","layoutFixed":false,"placeholder":"","defaultValue":[{"contaminant":"","maximumConcentration":""}],"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"enableRowGroups":false,"customConditional":"","addAnotherPosition":"bottom","allowMultipleMasks":false,"customDefaultValue":"","conditionalAddButton":"","allowCalculateOverride":false,"disableAddingRemovingRows":false,"addons":[],"lazyLoad":false},{"id":"eratb3p","key":"wasThesedimentInvestigatedFollowingRequirementsAndGuidanceUnderTheAct2","type":"radio","input":true,"label":"Was the sediment investigated following requirements and guidance under the Environmental Management Act?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants10"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"esomepq","key":"sedimentRemediationStrategy","type":"radio","input":true,"label":"Sediment remediation strategy:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Excavation and Disposal","value":"excavationAndDisposal","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants10"},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite2","type":"textfield","input":true,"label":"Include volume and intended treatment and/or disposal location for contaminated sediments if managed away from the site","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"excavationAndDisposal","show":true,"when":"sedimentRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eo1q6v"},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite5","type":"textfield","input":true,"label":"Describe","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"sedimentRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eiociql"},{"id":"eg57j2r","key":"remediationStandardsUsed10","type":"radio","input":true,"label":"Remediation Standards Used:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Numerical","value":"numerical","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""},{"label":"Both","value":"both","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants10"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ee4huxs","key":"VapourInvestigationsAndRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 11 - Vapour Investigations and Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"eu3j13","key":"theFollowingContaminants11","type":"radio","input":true,"label":"The following contaminants:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Were Found","value":"wereFound","shortcut":""},{"label":"Are Suspected","value":"areSuspected","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"edm55v8","key":"contaminants11","tags":[],"tree":true,"type":"datagrid","input":true,"label":"List contaminants and maximum concentrations, if known, in VAPOUR","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"reorder":false,"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"initEmpty":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"addAnother":"","attributes":{},"components":[{"id":"eevqmo90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"contaminant","mask":false,"type":"textfield","input":true,"label":"Contaminant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"et223l30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"maximumConcentration","mask":false,"type":"textfield","input":true,"label":"Maximum concentration","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants11"},"customClass":"","description":"","layoutFixed":false,"placeholder":"","defaultValue":[{"contaminant":"","maximumConcentration":""}],"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"enableRowGroups":false,"customConditional":"","addAnotherPosition":"bottom","allowMultipleMasks":false,"customDefaultValue":"","conditionalAddButton":"","allowCalculateOverride":false,"disableAddingRemovingRows":false,"addons":[],"lazyLoad":false},{"id":"eivuusm","key":"wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct3","type":"radio","input":true,"label":"Was the vapour investigated following requirements and guidance under the Environmental Management Act?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants11"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"ev8otx","key":"vapourRemediationStrategy","type":"radio","input":true,"label":"Vapour remediation strategy:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Excavation and Disposal","value":"excavationAndDisposal","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants11"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite3","type":"textfield","input":true,"label":"Include volume and intended treatment and/or disposal location for contaminated soil or water if managed away from the site","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"excavationAndDisposal","show":true,"when":"vapourRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"efhyv89"},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite6","type":"textfield","input":true,"label":"Describe","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"vapourRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"evgmox"},{"id":"e39rjyl","key":"remediationStandardsUsed11","type":"radio","input":true,"label":"Remediation Standards Used:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Numerical","value":"numerical","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""},{"label":"Both","value":"both","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants11"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ejhb5xq","key":"reasonforremediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 12 - Reason for Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"emtykvm","key":"reasonforremediationradioGroup","type":"radio","input":true,"label":"Radio Group","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Construction","value":"construction","shortcut":""},{"label":"Demolition","value":"demolition","shortcut":""},{"label":"Upgrade","value":"upgrade","shortcut":""},{"label":"Other (describe):","value":"otherDescribe","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"otherdescription","type":"textarea","input":true,"label":"Please describe: ","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"hideLabel":true,"tableView":true,"autoExpand":true,"conditional":{"eq":"otherDescribe","show":true,"when":"12-reasonforremediationradioGroup"},"inputFormat":"plain","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"edn0vpa","keyModified":true}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e270lp5","key":"AuthorizationsForDischargesToTheEnvironment","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 13 - Authorizations for Discharges to the Environment","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"key":"simplecontent1","html":"

In situ treatment of contaminants may generate substances which could be deemed a waste requiring a discharge authorization, even though there is no end-of-the-pipe from the site. Contravention of the requirements for an authorization is an offense and may be subject to penalties.

","type":"content","input":false,"label":"Text/Images","tableView":false,"keyModified":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"eqzqbxb"},{"label":"Did or does a discharge associated with the remediation require an authorization under the Environmental Management Act?","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"Don't Know","value":"dontKnow","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e79eyy8","defaultValue":""},{"key":"authorizationNumbers","type":"textfield","input":true,"label":"Provide the authorization numbers under the Environmental Management Act for any air, effluent and soil discharges to the environment for treatment works located at the site.","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"yes","show":true,"when":"didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties"},"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e5hkx2c"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ew7h69x","key":"AdditionalComments","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 14 - Additional Comments","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e3it72f","key":"typeNAIfNotNeeded","mask":false,"rows":3,"type":"textarea","input":true,"label":"Comments","editor":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","wysiwyg":false,"disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","maxWords":"","minWords":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"fixedSize":true,"hideLabel":true,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"autoExpand":false,"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e1a3i2","key":"signature","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 15 - Signature","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e4vknxg","key":"iConfirmThatTheAboveInformationIsTrueBasedOnMyKnowledgeAsOfTheDateThisNotificationFormWasCompleted","name":"","type":"checkbox","input":true,"label":"I confirm that the above information is true based on my knowledge as of the date this notification form was completed.","value":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"checkbox","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":true,"labelPosition":"right","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"eniu5c","key":"simplecols2","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"egytr2","key":"signature1","tags":[],"type":"signature","input":true,"label":"Signature","logic":[],"width":"100%","footer":"Sign above","height":"150px","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"maxWidth":"2.5","minWidth":"0.5","multiple":false,"penColor":"black","redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","backgroundColor":"rgb(245,245,235)","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"keepOverlayRatio":true}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"eqwe8x8","key":"fullName","case":"","mask":false,"tags":[],"type":"textfield","input":true,"label":"Full Name","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","autocomplete":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"eh87emb","key":"signaturedate","type":"datetime","input":true,"label":"Date Completed","format":"yyyy-MM-dd","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"calendar","displayInTimezone":"viewer","locale":"en","useLocaleSettings":false,"allowInput":true,"mode":"single","enableTime":false,"noCalendar":false,"format":"yyyy-MM-dd","hourIncrement":1,"minuteIncrement":1,"time_24hr":false,"minDate":null,"disableWeekends":false,"disableWeekdays":false,"maxDate":null},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","timezone":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"allowInput":true,"attributes":{},"datePicker":{"maxDate":null,"maxMode":"year","minDate":null,"minMode":"day","initDate":"","yearRows":4,"showWeeks":true,"startingDay":0,"yearColumns":5,"disableWeekdays":false,"disableWeekends":false},"enableDate":true,"enableTime":false,"errorLabel":"","persistent":true,"properties":{},"timePicker":{"hourStep":1,"arrowkeys":true,"minuteStep":1,"mousewheel":true,"showMeridian":true,"readonlyInput":false},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","defaultDate":"","description":"","placeholder":"","defaultValue":"","customOptions":{},"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","datepickerMode":"day","calculateServer":false,"shortcutButtons":[],"customConditional":"","displayInTimezone":"viewer","useLocaleSettings":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[]}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"label":"Submit","action":"submit","showValidations":false,"theme":"primary","size":"md","block":false,"leftIcon":"","rightIcon":"","shortcut":"","description":"","tooltip":"","customClass":"","tabindex":"","disableOnInvalid":false,"hidden":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"key":"submit","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"button","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":true,"labelPosition":"top","errorLabel":"","hideLabel":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ed6alph"},{"label":"applicationId","customClass":"","modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationId","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","tableView":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"em1y8gd","defaultValue":"","dataGridLabel":false,"description":"","addons":[]},{"label":"applicationStatus","customClass":"","modalEdit":false,"defaultValue":null,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationStatus","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","dataGridLabel":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"e6z1qd9","description":"","addons":[]}]}]} \ No newline at end of file +{"forms":[{"title":"Notification of Independent Remediation","display":"form","type":"form","name":"nirs","path":"nirs","tags":["common"],"components":[{"title":"Reviewer Actions","collapsible":false,"hideLabel":true,"key":"reviewerActions","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"panel","label":"Panel","input":false,"tableView":false,"components":[{"label":"Columns","columns":[{"components":[{"label":"Accepted","action":"custom","showValidations":false,"theme":"success","tableView":false,"key":"accepted2","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"button","custom":"const submissionId = form._submission._id;\r\nconst formDataReqUrl = form.formio.formUrl+'/submission/'+submissionId;const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Accepted'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Approved'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"id":"e1t0qdk"}],"offset":0,"push":0,"pull":0,"size":"md","currentWidth":3,"width":3},{"components":[{"label":"Requires Info From Applicant","action":"custom","showValidations":false,"theme":"warning","tableView":false,"key":"needsMoreInfo","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"button","custom":"\r\nconst submissionId = form._submission._id;\r\nconst formDataReqUrl = form.formio.formUrl+'/submission/'+submissionId;const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Resubmit'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Resubmit'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"id":"e6ospu"}],"width":3,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":3},{"components":[{"label":"Reject Forms","action":"custom","showValidations":false,"theme":"danger","tableView":false,"key":"rejected","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"button","custom":"const submissionId = form._submission._id;\r\nconst formDataReqUrl = form.formio.formUrl+'/submission/'+submissionId;const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Rejected'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Rejected'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"id":"eehc2e4"}],"size":"md","width":3,"offset":0,"push":0,"pull":0,"currentWidth":3},{"components":[{"label":"Send to Previous Reviewer","action":"custom","showValidations":false,"tableView":false,"key":"sendToPrevReviewer","customConditional":"const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))\r\n\r\nconsole.log(\"form UserDetails\",UserDetails);\r\n\r\nconst roles = UserDetails[\"role\"];\r\n\r\nconsole.log(\"form roles\",roles);\r\nif(roles.includes(\"formsflow-reviewer/site-information-advisor\")) {\r\n show = true;\r\n}\r\nelse\r\n{\r\n show = false;\r\n}","type":"button","custom":"const submissionId = form._submission._id;\r\nconst formDataReqUrl = form.formio.formUrl+'/submission/'+submissionId;const formDataReqObj1 = { \"_id\": submissionId, \"data\": data};\r\nconst formio = new Formio(formDataReqUrl);\r\nformio.saveSubmission(formDataReqObj1).then( result => {\r\nform.emit('customEvent', {\r\n type: \"actionComplete\", \r\n component: component,\r\n actionType: 'Recheck'\r\n }); \r\n}).catch((error)=>{\r\n//Error callback on not Save\r\nform.emit('customEvent', {\r\n type: \"actionError\", \r\n component: component,\r\n actionType:'Recheck'\r\n }); \r\n});","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":true,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"size":"md","leftIcon":"","rightIcon":"","block":false,"disableOnInvalid":false,"theme":"primary","id":"e4z10jn"}],"size":"md","width":3,"offset":0,"push":0,"pull":0,"currentWidth":3}],"hideLabel":true,"key":"columns","type":"columns","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eh41sa8"}],"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"ebt6hb"},{"label":"Notes","labelPosition":"top","description":"","tooltip":"","customClass":"","tabindex":"","openWhenEmpty":false,"disableAddingRemovingRows":false,"conditionalAddButton":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"templates":{"header":"{% console.log(\"row-key header\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n\r\n{% if(groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")){ %}\r\n\r\n
\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% if(component.label === 'Notes') { %}\r\n
{{ t(component.label) }}
\r\n {% } else if(component.key !== 'comments') { %}\r\n
{{ t(component.label) }}
\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } else { %}\r\n\r\n
\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ t(component.label)}}
\r\n{% } else { %}\r\n
{{ t(component.label)}}
\r\n{% } %} \r\n {% } %}\r\n {% }) %}\r\n
\r\n\r\n{% } %}\r\n","tableHeader":"\n \n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n {{ component.label }}\n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n Actions\n {% } %}\n \n ","row":"{% console.log(\"row-key main\",'commentFor',row['commentFor']) %}\r\n{% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% console.log('rendering edit grid body')%}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor-society\")) && row['commentFor']==='external'){ %}\r\n\r\n\r\n\r\n
\r\n\r\n {% util.eachComponent(components, function(component) { %}\r\n {% if (displayValue(component) && component.key !== 'commentFor' ) { %}\r\n {% console.log(\"row-key\",component.key,row[component.key]) %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) && row['commentFor']==='external'){ %}\r\n{% if(component.key == 'comments') { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{% } else { %}\r\n
\r\n {{ getView(component, row[component.key])}}\r\n
\r\n{%}%}\r\n \r\n\r\n {% } %}\r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n {% const UserDetails = JSON.parse(localStorage.getItem(\"UserDetails\"))%}\r\n{% const groups = UserDetails[\"groups\"]; %}\r\n{% if((groups.includes(\"/formsflow/formsflow-client\") || groups.includes(\"/formsflow/formsflow-reviewer/site-information-advisor\")) && row['commentFor']==='external'){ %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n \r\n {% } %}\r\n {% } %}\r\n
\r\n {% } else if (groups.includes(\"/formsflow/formsflow-reviewer/site-risk-classification-officer\") || groups.includes(\"/formsflow/formsflow-reviewer/cssa-team\") || groups.includes(\"/formsflow/formsflow-reviewer/caseworker\") || groups.includes(\"/formsflow/formsflow-reviewer/sdm\")) { %}\r\n
\r\n {% util.eachComponent(components, function(component) { %}\r\n {% console.log('for sia') %}\r\n {% if (displayValue(component)) { %}\r\n {% if(component.key == 'comments') { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } else { %}\r\n
{{ getView(component, row[component.key])}}
\r\n{% } %} \r\n \r\n {% } %}\r\n {% }) %}\r\n {% if (!instance.options.readOnly && !instance.disabled) { %}\r\n
\r\n
\r\n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\r\n \r\n {% } %}\r\n
\r\n
\r\n {% } %}\r\n
\r\n {% } %}\r\n \r\n \r\n \r\n{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}","tableRow":"\n {% util.eachComponent(components, function(component) { %}\n {% if (!component.hasOwnProperty('tableView') || component.tableView) { %}\n \n {{ getView(component, row[component.key]) }}\n \n {% } %}\n {% }) %}\n {% if (!instance.options.readOnly && !instance.disabled) { %}\n \n
\n \n {% if (!instance.hasRemoveButtons || instance.hasRemoveButtons()) { %}\n \n {% } %}\n
\n \n {% } %}\n ","footer":"{% const emptyElements = []; %}\r\n{% const elements = document.getElementsByClassName(\"list-group-item\"); %}\r\n{% for (let i = 0; i < elements.length; i++) { %}\r\n{% const element = elements[i]; %}\r\n{% console.log('in validation remove'); %}\r\n{%if(element.querySelectorAll('div.row').length===0){(element).remove() }} %}\r\n"},"rowClass":"","addAnother":"","modal":false,"saveRow":"","removeRow":"Cancel","persistent":true,"inlineEdit":false,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nconsole.log('in validation remove');\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"customMessage":"","custom":"const emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nconsole.log('in validation remove');\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n\r\n\r\nvar b =JSON.parse(localStorage.getItem('UserDetails'))\r\nconsole.log(\"from validation tab\")\r\nif(b.groups.includes(\"/formsflow/formsflow-client\"))\r\n{\r\nvar q = document.querySelector(\"[ref='editgrid-notes-addRow']\");\r\nif(q && q !== null){\r\n console.log(\"inside validation remove\")\r\n q.remove();\r\n}\r\nvar editButtons = document.querySelectorAll('button.btn.btn-default.btn-light.btn-sm.editRow');\r\nfor(i=0;ix.commentFor==='external').length > 0)\r\nshow = true;\r\nelse\r\nshow = false;\r\n}\r\nelse\r\n{\r\n show = true;\r\n}\r\n\r\nvar addRowButton = document.querySelector(\"button[ref=editgrid-notes-addRow]\");\r\nif(addRowButton !==null)\r\n{\r\nif( groups.includes(\"/formsflow/formsflow-client\")){\r\n addRowButton.remove();\r\n}\r\n\r\nconst emptyElements = [];\r\nconst elements = document.getElementsByClassName(\"list-group-item\");\r\nfor (let i = 0; i < elements.length; i++) {\r\nconst element = elements[i];\r\nconsole.log('in validation remove');\r\nif(element.querySelectorAll('div.row').length===0){(element).remove() }\r\n \r\n}\r\n}\r\n","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"editgrid","displayAsTable":false,"input":true,"components":[{"label":"Columns","columns":[{"components":[{"label":"Notes","autoExpand":false,"tableView":true,"key":"comments","type":"textarea","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"html","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"e3h44vr"}],"width":4,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":4},{"components":[{"label":"Radio","optionsLabelPosition":"right","inline":false,"tableView":false,"values":[{"label":"Internal","value":"internal","shortcut":""},{"label":"External","value":"external","shortcut":""}],"key":"commentFor","type":"radio","input":true,"defaultValue":"external","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e2ntjn"}],"width":2,"offset":0,"push":0,"pull":0,"size":"md","currentWidth":2},{"components":[{"label":"Role","disabled":true,"tableView":true,"customDefaultValue":"var b =JSON.parse(localStorage.getItem('UserDetails'))\r\nif(b.groups.indexOf('/formsflow/formsflow-client') > -1 )\r\n{\r\n value = 'Client'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor') > -1 )\r\n{\r\n value = 'Approved Professional'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/site-information-advisor-society') > -1 )\r\n{\r\n value = 'CSAP Society'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/cssa-team') > -1 )\r\n{\r\n value = 'CSSA Team'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/caseworker') > -1 )\r\n{\r\n value = 'Caseworker'\r\n}\r\nelse if(b.groups.indexOf('/formsflow/formsflow-reviewer/sdm') > -1 )\r\n{\r\n value = 'Statutory Decision Maker'\r\n}","key":"role","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ejy890c"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Created By","disabled":true,"tableView":true,"customDefaultValue":"value = JSON.parse( localStorage.UserDetails).name ","key":"createdBy","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eimz8md"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2},{"components":[{"label":"Created At","disabled":true,"tableView":true,"customDefaultValue":"value = (new Date()).toLocaleDateString() + ' At ' + (new Date()).toLocaleTimeString()","key":"createdAt","type":"textfield","input":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","autofocus":false,"dbIndex":false,"calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"er31km"}],"size":"md","width":2,"offset":0,"push":0,"pull":0,"currentWidth":2}],"key":"columns","type":"columns","input":false,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"eya9rto"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":true,"lazyLoad":false,"defaultOpen":false,"id":"en31pm6j"},{"id":"ecf3gbp","key":"simplecontent12","html":"

Fields marked with a red asterisk \"*\" are mandatory.

","type":"content","input":false,"label":"Text/Images","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"eb9tioo","key":"TimingOfRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 1 - Timing of Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"eb0t965","key":"simpleheading2","tag":"h4","type":"htmlelement","attrs":[],"input":false,"label":"Heading","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"content":"Check the following items as applicable","dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","headingSize":"h1","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"key":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","type":"radio","input":true,"label":"This notice is given for:","inline":false,"values":[{"label":"Initiation of independent remediation","value":"initiationOfIndependentRemediation","shortcut":""},{"label":"Completion of independent remediation","value":"completionOfIndependentRemediation","shortcut":""},{"label":"Both initiation and completion of independent remediation","value":"bothInitiationAndCompletionOfIndependentRemediation","shortcut":""},{"label":"Completion of remediation resulting from a spill.","value":"completionOfRemediationResultingFromASpill","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eb4apye"},{"label":"Estimated Date of Spill","hideInputLabels":false,"inputsLabelPosition":"top","description":"","useLocaleSettings":false,"tooltip":"","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"fields":{"day":{"type":"select","placeholder":"","hide":false,"required":true},"month":{"type":"select","placeholder":"","hide":false,"required":true},"year":{"type":"select","placeholder":"","hide":false,"required":true,"minYear":2000}},"dayFirst":false,"defaultValue":"00/00/0000","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","maxDate":"","minDate":"","unique":false,"errorLabel":"","validate":{"customMessage":"","custom":"","customPrivate":false,"json":"","required":true,"strictDateValidation":false,"multiple":false,"unique":false},"errors":"","key":"estimatedDateOfSpill","tags":[],"properties":{},"conditional":{"show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"completionOfRemediationResultingFromASpill","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"day","input":true,"minYear":2000,"placeholder":"","prefix":"","suffix":"","multiple":false,"refreshOn":"","dataGridLabel":false,"labelPosition":"top","widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eig84rs"},{"label":"Incident Report (DGIR) #","labelPosition":"top","placeholder":"","description":"","tooltip":"","prefix":"","suffix":"","widget":{"type":"input"},"inputMask":"","displayMask":"","allowMultipleMasks":false,"customClass":"","tabindex":"","autocomplete":"","hidden":false,"hideLabel":false,"showWordCount":false,"showCharCount":false,"mask":false,"autofocus":false,"spellcheck":true,"disabled":false,"tableView":false,"modalEdit":false,"multiple":false,"persistent":true,"inputFormat":"plain","protected":false,"dbIndex":false,"case":"","truncateMultipleSpaces":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","validate":{"required":false,"pattern":"","customMessage":"","custom":"","customPrivate":false,"json":"","minLength":"","maxLength":"","strictDateValidation":false,"multiple":false,"unique":false},"unique":false,"errorLabel":"","errors":"","key":"simpletextfield1","tags":[],"properties":{},"conditional":{"show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"completionOfRemediationResultingFromASpill","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"textfield","input":true,"refreshOn":"","dataGridLabel":false,"addons":[],"inputType":"text","id":"eklvlic","defaultValue":null},{"label":"Completion Date","hideInputLabels":false,"inputsLabelPosition":"top","description":"","useLocaleSettings":false,"tooltip":"","customClass":"","tabindex":"","hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"fields":{"day":{"type":"select","placeholder":"","hide":false,"required":true},"month":{"type":"select","placeholder":"","hide":false,"required":true},"year":{"type":"select","placeholder":"","hide":false,"required":true,"minYear":2000}},"dayFirst":false,"defaultValue":"00/00/0000","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validateOn":"change","maxDate":"","minDate":"","unique":false,"errorLabel":"","validate":{"customMessage":"","custom":"","customPrivate":false,"json":"","required":true,"strictDateValidation":false,"multiple":false,"unique":false},"errors":"","key":"spillcompletiondate","tags":[],"properties":{},"conditional":{"show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"completionOfRemediationResultingFromASpill","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"day","input":true,"minYear":2000,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"refreshOn":"","dataGridLabel":false,"labelPosition":"top","widget":null,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"eh11727"},{"title":"Initiation","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"initiation","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"initiationOfIndependentRemediation"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Initiation","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"key":"startdate","type":"day","input":true,"label":"Start Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"eufnzbj"},{"key":"estimatedcompletiondate","type":"day","input":true,"label":"Estimated Completion Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"ec8r8zp"},{"key":"estimatedDuration","type":"textfield","input":true,"label":"Estimated Duration","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eu1ck1"},{"key":"scopeOfRemediation","type":"radio","input":true,"label":"Scope of Remediation:","inline":false,"values":[{"label":"Whole Site","value":"wholeSite","shortcut":""},{"label":"Part of Site","value":"partOfSite","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"description":"If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.","optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e83d80j"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e7it03g"},{"title":"Completion","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"completion","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"completionOfIndependentRemediation"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"Completion","breadcrumb":"default","tabindex":"","input":false,"tableView":false,"components":[{"key":"completionstartdate","type":"day","input":true,"label":"Start Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"ensg3qc"},{"key":"completiondate","type":"day","input":true,"label":"Completion Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"eteq7yd"}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"e0iahsh"},{"title":"Both Initiation and Completion","theme":"default","tooltip":"","customClass":"","collapsible":false,"hidden":false,"hideLabel":false,"disabled":false,"modalEdit":false,"key":"bothInitiationAndCompletion","tags":[],"properties":{},"customConditional":"","conditional":{"json":"","show":true,"when":"checkTheFollowingItemsAsApplicableThisNoticeIsGivenFor","eq":"bothInitiationAndCompletionOfIndependentRemediation"},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"panel","label":"","breadcrumb":"default","tabindex":"","input":false,"collapsed":false,"tableView":false,"components":[{"key":"bothstartdate","type":"day","input":true,"label":"Start Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"e81qu69"},{"key":"bothcompletiondate","type":"day","input":true,"label":"Completion Date","fields":{"day":{"hide":false,"type":"select","required":true,"placeholder":""},"year":{"hide":false,"type":"select","minYear":2000,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""}},"minYear":2000,"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"defaultValue":"00/00/0000","hideInputLabels":false,"useLocaleSettings":false,"inputsLabelPosition":"top","hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"e497bw"},{"label":"Scope of Remediation:","labelPosition":"top","optionsLabelPosition":"right","description":"If you expect that remediation of the entire site will take longer than one year attach a remediation schedule.","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Whole Site","value":"wholeSite","shortcut":""},{"label":"Part of Site","value":"partOfSite","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"bothscopeOfRemediation","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"erdu4","defaultValue":""}],"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"id":"emsbrgh"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"etj00fl","key":"section2-LandDescription","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 2 - Land Description","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e5bn61","key":"simplecols3","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e4k283","key":"siteIdNumber","case":"","mask":false,"type":"textfield","input":true,"label":"Site ID Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ephotcc","key":"pid","case":"","mask":false,"type":"textfield","input":true,"label":"PID","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"999-999-999","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"must include either PID or PIN, if applicable","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"exto02a","key":"pin","case":"","mask":false,"type":"textfield","input":true,"label":"PIN","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"for untitled lands","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e1aksen","key":"legalDescriptionOrMetesAndBounds","case":"","mask":false,"rows":3,"type":"textarea","input":true,"label":"Legal description (or metes and bounds)","editor":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","wysiwyg":false,"disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","maxWords":"","minWords":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"fixedSize":true,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"autoExpand":false,"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"ekm0wqd","key":"simpleheading5","tag":"h4","type":"htmlelement","attrs":[],"input":false,"label":"Heading","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"content":"Latitude","dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","headingSize":"h1","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"ek2cwpk","key":"latitude","tree":false,"type":"columns","input":false,"label":"Latitude","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"esfini6","key":"latdegrees","case":"","mask":false,"type":"textfield","input":true,"label":"Degrees","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"etfmpu","key":"latminutes","case":"","mask":false,"type":"textfield","input":true,"label":"Minutes","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"euiys1l","key":"latseconds","case":"","mask":false,"type":"textfield","input":true,"label":"Seconds","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"evh1mjk","key":"simpleheading6","tag":"h4","type":"htmlelement","attrs":[],"input":false,"label":"Heading","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"content":"Longitude","dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","headingSize":"h1","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[]},{"id":"e14b8j","key":"latitude1","tree":false,"type":"columns","input":false,"label":"Latitude","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e8ffnyk","key":"longdegrees","case":"","mask":false,"type":"textfield","input":true,"label":"Degrees","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"eg3besg","key":"longminutes","case":"","mask":false,"type":"textfield","input":true,"label":"Minutes","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ew031f","key":"longseconds","case":"","mask":false,"type":"textfield","input":true,"label":"Seconds","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"erpn4pi","key":"simpleheading1","tag":"h4","type":"htmlelement","attrs":[],"input":false,"label":"Heading","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"content":"SITE CIVIC ADDRESS OR LOCATION (i.e. nearest roadway)","dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","headingSize":"h1","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"easkmrf","key":"simplecols4","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"emj2hnu","key":"street2","case":"","mask":false,"type":"textfield","input":true,"label":"Street","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"eepx9b","key":"city2","case":"","mask":false,"type":"textfield","input":true,"label":"City","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"eejvk6i","key":"postalCode2","case":"","mask":false,"type":"textfield","input":true,"label":"Postal Code","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ee69663s","key":"simplecontent","html":"

Attention:

Land Title Record and Site Plan must be included. 

","type":"content","input":false,"label":"Static Text","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[]},{"id":"evf052k","key":"checkbox-iUnderstandAndWillAttachAMapWithMySubmission","name":"","tags":[],"type":"checkbox","input":true,"label":"I understand and will include a land title record with my submission","logic":[],"value":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","shortcut":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"checkbox","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":false,"dataGridLabel":true,"labelPosition":"right","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"enicwse","key":"iUnderstandAndWillAttachAMapWithMySubmission4","name":"","tags":[],"type":"checkbox","input":true,"label":"I understand and will include a site plan with my submission","logic":[],"value":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","shortcut":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"checkbox","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":false,"dataGridLabel":true,"labelPosition":"right","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"eksdoai","key":"section3-PropertyOwnerAndOrOperatorIfApplicable","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 3 - Property Owner and/or Operator","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e7x80l","key":"name","case":"","mask":false,"type":"textfield","input":true,"label":"Name","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"applicable"},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"e79lyd","key":"simplecols5","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"ezk3rha","key":"street3","case":"","mask":false,"type":"textfield","input":true,"label":"Street","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"em2ts7f","key":"city3","case":"","mask":false,"type":"textfield","input":true,"label":"City","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"notApplicable","show":false,"when":"applicable"},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"egjg9n","key":"simplecols6","tree":false,"type":"columns","input":false,"label":"Columns - 3","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e84bpn9","key":"provinceState3","case":"","mask":false,"type":"textfield","input":true,"label":"Province/State","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"eskjfb","key":"simplephonenumber3","mask":false,"type":"phoneNumber","input":true,"label":"Phone Number","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputMode":"decimal","inputType":"tel","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"e5ctj917","key":"country3","case":"","mask":false,"type":"textfield","input":true,"label":"Country","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"eci38h9","key":"simpleemail3","case":"","mask":false,"type":"email","input":true,"label":"Email","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"kickbox":{"enabled":false},"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"delimiter":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"email","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","requireDecimal":false,"calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"id":"ee0pdg","key":"postalCode3","case":"","mask":false,"type":"textfield","input":true,"label":"Postal Code","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":4}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"notApplicable","show":false,"when":"applicable"},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"epsx3q7","key":"EnvironmentalConsultantContractorAgentContact","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 4 - Environmental Consultant/Contractor/Agent Contact","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"key":"environmentalConsultantContractAgent","type":"radio","input":true,"label":"Environmental Consultant/Contractor/Agent","inline":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ez2c6d"},{"key":"environmentalConsultantContractorAgent","type":"panel","input":false,"label":"","title":"Environmental Consultant/Contractor/Agent","collapsed":false,"tableView":false,"components":[{"key":"simplecols7","type":"columns","input":false,"label":"Columns - 2","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"nameOfFirm","type":"textfield","input":true,"label":"Name of Firm","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eutfclr"},{"key":"street24","type":"textfield","input":true,"label":"Street","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"ej1qnyk"}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"contactName","type":"textfield","input":true,"label":"Contact Name","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"erle4ry"},{"key":"city4","type":"textfield","input":true,"label":"City","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eor75tg"}],"currentWidth":6}],"hideLabel":true,"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e27igdb"},{"key":"simplecols8","type":"columns","input":false,"label":"Columns - 3","columns":[{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"provinceState4","type":"textfield","input":true,"label":"Province","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e3qs55"},{"key":"simplephonenumber4","type":"phoneNumber","input":true,"label":"Phone Number","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"inputMask":"","tableView":true,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"tel","inputFormat":"plain","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"inputMode":"decimal","id":"emz0kk"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"country4","type":"textfield","input":true,"label":"Country","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eqtznv"},{"key":"simpleemail4","type":"email","input":true,"label":"Email","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"delimiter":false,"tableView":true,"requireDecimal":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"email","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"kickbox":{"enabled":false},"id":"e1fg5ug"}],"currentWidth":4},{"pull":0,"push":0,"size":"md","width":4,"offset":0,"components":[{"key":"postalCode4","type":"textfield","input":true,"label":"Postal Code","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eureepw"}],"currentWidth":4}],"hideLabel":true,"tableView":false,"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"e6638ia"}],"collapsible":false,"conditional":{"eq":"yes","show":true,"when":"environmentalConsultantContractAgent"},"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"efzttnl"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ep85gd","key":"PrimaryLandUse","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 5 - Primary Land Use","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"eqkpsrh","key":"contaminatedSitesRegulationLandUseClassificationAtTheSiteSurface","type":"radio","input":true,"label":"Contaminated Sites Regulation land use classification at the site surface","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Industrial","value":"industrial","shortcut":""},{"label":"Commercial","value":"commercial","shortcut":""},{"label":"Residential - High Density","value":"residentialHighDensity","shortcut":""},{"label":"Residential - Low Density","value":"residentialLowDensity","shortcut":""},{"label":"Urban Park","value":"urbanPark","shortcut":""},{"label":"Agricultural","value":"agricultural","shortcut":""},{"label":"Wildlands - Natural","value":"wildlandsNatural","shortcut":""},{"label":"Wildlands - Reverted","value":"wildlandsReverted","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"embys3k","key":"descriptionOfCurrentOperationEGServiceStation","case":"","mask":false,"rows":3,"type":"textarea","input":true,"label":"Description of current operation (e.g. service station)","editor":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","wysiwyg":false,"disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","maxWords":"","minWords":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"fixedSize":true,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"autoExpand":false,"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"elwq8mj","key":"isAChangeInZoningOrLandUseExpected","type":"selectboxes","input":true,"label":"Is a change in zoning or land use expected?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Change in zoning","value":"changeInZoning","shortcut":""},{"label":"Change in land use","value":"changeInLandUse","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"checkbox","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":{"changeInZoning":false,"changeInLandUse":false},"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"maxSelectedCountMessage":"","minSelectedCountMessage":"","addons":[]},{"id":"e26nbz","key":"simplecols9","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"edp4hv","key":"from","case":"","mask":false,"type":"textfield","input":true,"label":"From","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"ev3xhts","key":"to","case":"","mask":false,"type":"textfield","input":true,"label":"To","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"key":"ConfirmedOrSuspectedSourceOfContaminationEGLeakingUndergroundStorageTank","type":"panel","input":false,"label":"","title":"Section 6 - Confirmed or suspected source of contamination","collapsed":false,"tableView":false,"components":[{"key":"columns","type":"columns","input":false,"label":"Columns","columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"checkboxGroup","type":"selectboxes","input":true,"label":"Source of contamination - confirmed or suspected","values":[{"label":"Underground storage tank (UST)","value":"undergroundStorageTankUst","shortcut":""},{"label":"Oil and gas industry operations","value":"oilAndGasIndustryOperations","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"inputType":"checkbox","tableView":false,"defaultValue":{"other":false,"otherDescribe":false,"undergroundStorageTankUst":false,"oilAndGasIndustryOperations":false},"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dataSrc":"values","authenticate":false,"ignoreCache":false,"template":"{{ item.label }}","data":{"url":""},"fieldSet":false,"inline":false,"id":"eb48x9m","keyModified":true}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"key":"storageTankVolumeL","type":"textfield","input":true,"label":"Storage tank volume (L)","tableView":true,"conditional":{"eq":"undergroundStorageTankUst","show":true,"when":"6-checkboxGroup"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eve0mqi"}],"currentWidth":6}],"hideLabel":true,"tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"autoAdjust":false,"id":"ecyrdh"},{"key":"simpletextfield","type":"textfield","input":true,"label":"Describe the confirmed or suspected source of contamination. ","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"6-checkboxGroup"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e2o7im9"}],"collapsible":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"e81fo2d","keyModified":true},{"id":"eb5f40q","key":"SubmissionOfOtherRequiredForms","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 7 - Submission of Other Required Forms","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"key":"wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite","type":"radio","input":true,"label":"Was a Notification of Likely or Actual Migration also submitted for this site?","inline":false,"values":[{"label":"No","value":"no","shortcut":""},{"label":"Yes","value":"yes","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eahz3q"},{"label":"Date of Submission","hideInputLabels":false,"inputsLabelPosition":"top","useLocaleSettings":false,"tableView":false,"fields":{"day":{"type":"select","hide":false,"required":true,"placeholder":""},"month":{"hide":false,"required":true,"type":"select","placeholder":""},"year":{"type":"select","hide":false,"required":true,"minYear":2000,"placeholder":""}},"defaultValue":"00/00/0000","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"key":"NOMDateOfSubmission","conditional":{"show":true,"when":"wasANotificationOfLikelyOrActualMigrationAlsoSubmittedForThisSite","eq":"yes"},"type":"day","input":true,"minYear":2000,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"dayFirst":false,"id":"e4ei33"},{"key":"simplecontent4","html":"

All applications for notification of independent remediation require submission of a Site Risk Classification Report.

","type":"content","input":false,"label":"Text/Images","tableView":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"eq5nck","keyModified":true},{"key":"riskclassification","type":"radio","input":true,"label":"Radio Group","inline":false,"values":[{"label":"New Site Risk Classification Report required","value":"newSiteRiskClassificationReportRequired","shortcut":""},{"label":"Site Risk Classification updated with this application","value":"siteRiskClassificationUpdatedWithThisApplication","shortcut":""},{"label":"Exempt from submitting Site Risk Classification Report","value":"exempt","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"erwjpy9","keyModified":true},{"key":"exemptions","type":"panel","input":false,"label":"","title":"Exemptions","collapsed":false,"tableView":false,"components":[{"key":"riskclassificationexemption","type":"radio","input":true,"label":"riskclassificationchange","inline":false,"values":[{"label":"Site release request under Scenario 1","value":"siteReleaseRequestUnderScenario1","shortcut":""},{"label":"SRCR submitted within past 5 years and no change to previous site risk classification","value":"SRCR","shortcut":""},{"label":"Application is for a determination that a site is not contaminated","value":"determination","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"hideLabel":true,"tableView":false,"hideOnChildrenHidden":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e45jsjg"},{"key":"dateOfMostRecentSiteRiskClassificationReport","type":"datetime","input":true,"label":"Date of most recent site risk classification report","format":"yyyy-MM-dd","widget":{"type":"calendar","displayInTimezone":"viewer","locale":"en","useLocaleSettings":false,"allowInput":true,"mode":"single","enableTime":false,"noCalendar":false,"format":"yyyy-MM-dd","hourIncrement":1,"minuteIncrement":1,"time_24hr":false,"minDate":null,"disableWeekends":false,"disableWeekdays":false,"maxDate":null},"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"tableView":false,"datePicker":{"disableWeekdays":false,"disableWeekends":false,"showWeeks":true,"startingDay":0,"initDate":"","minMode":"day","maxMode":"year","yearRows":4,"yearColumns":5,"minDate":null,"maxDate":null},"enableTime":false,"conditional":{"eq":"SRCR","show":true,"when":"riskclassificationexemption"},"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":"","protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"useLocaleSettings":false,"allowInput":true,"enableDate":true,"defaultDate":"","displayInTimezone":"viewer","timezone":"","datepickerMode":"day","timePicker":{"hourStep":1,"minuteStep":1,"showMeridian":true,"readonlyInput":false,"mousewheel":true,"arrowkeys":true},"customOptions":{},"id":"e6ck93h"}],"collapsible":false,"conditional":{"eq":"exempt","show":true,"when":"riskclassification"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"hidden":false,"clearOnHide":false,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"tree":false,"lazyLoad":false,"theme":"default","breadcrumb":"default","id":"eieerr","keyModified":true},{"key":"siteRiskClassificationAtTimeOfApplication","type":"radio","input":true,"label":"Site Risk Classification at time of application","inline":false,"values":[{"label":"High Risk","value":"highRisk","shortcut":""},{"label":"Non-High Risk","value":"nonHighRisk","shortcut":""},{"label":"Risk-Managed High Risk","value":"riskManagedHighRisk","shortcut":""},{"label":"Unclassified","value":"unclassified","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e2t7ch","keyModified":true}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ey5ga8j","key":"SubmissionOfOtherRequiredSoilInvestigationsAndRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 8 - Soil Investigations and Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e7hnb1c","key":"theFollowingContaminants8","type":"radio","input":true,"label":"The following contaminants:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Were Found","value":"wereFound","shortcut":""},{"label":"Are Suspected","value":"areSuspected","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"e071vfl","key":"contaminants8","tags":[],"tree":true,"type":"datagrid","input":true,"label":"List contaminants and maximum concentrations, if known in SOIL","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"reorder":false,"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"initEmpty":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"addAnother":"","attributes":{},"components":[{"id":"epivnsp00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"contaminant","mask":false,"type":"textfield","input":true,"label":"Contaminant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"el3hlvr00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"maximumConcentration","mask":false,"type":"textfield","input":true,"label":"Maximum concentration","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants8"},"customClass":"","description":"","layoutFixed":false,"placeholder":"","defaultValue":[{"contaminant":"","maximumConcentration":""}],"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"enableRowGroups":false,"customConditional":"","addAnotherPosition":"bottom","allowMultipleMasks":false,"customDefaultValue":"","conditionalAddButton":"","allowCalculateOverride":false,"disableAddingRemovingRows":false,"addons":[],"lazyLoad":false},{"id":"e68uqp","key":"wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct","type":"radio","input":true,"label":"Was the soil investigated following requirements and guidance under the Environmental Management Act?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants8"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"estdmxl","key":"soilRemediationStrategy","type":"radio","input":true,"label":"Soil remediation strategy:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Excavation and Disposal","value":"excavationAndDisposal","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants8"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite","type":"textfield","input":true,"label":"Include volume and intended treatment and/or disposal location for contaminated soil if managed away from the site","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"excavationAndDisposal","show":true,"when":"soilRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"egbvvs"},{"key":"describe","type":"textfield","input":true,"label":"Describe","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"soilRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"emsdibg"},{"key":"remediationStandardsUsed8","type":"radio","input":true,"label":"Remediation Standards Used:","inline":false,"values":[{"label":"Numerical","value":"numerical","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""},{"label":"Both","value":"both","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"conditional":{"eq":"notApplicable","show":false,"when":"theFollowingContaminants8"},"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"ex6mrxg"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e9bg0ri","key":"GroundwaterAndSurfaceWaterInvestigationsAndRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 9 - Groundwater and Surface Water Investigations and Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"ebnx9p","key":"theFollowingContaminants9","type":"radio","input":true,"label":"The following contaminants:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Were Found","value":"wereFound","shortcut":""},{"label":"Are Suspected","value":"areSuspected","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"e2pn54j","key":"contaminants9","tags":[],"tree":true,"type":"datagrid","input":true,"label":"List contaminants and maximum concentrations, if known, in GROUNDWATER and SURFACE WATER","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"reorder":false,"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"initEmpty":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"addAnother":"","attributes":{},"components":[{"id":"esedw400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"contaminant","mask":false,"type":"textfield","input":true,"label":"Contaminant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"esor90600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"maximumConcentration","mask":false,"type":"textfield","input":true,"label":"Maximum concentration","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants9"},"customClass":"","description":"","layoutFixed":false,"placeholder":"","defaultValue":[{"contaminant":"","maximumConcentration":""}],"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"enableRowGroups":false,"customConditional":"","addAnotherPosition":"bottom","allowMultipleMasks":false,"customDefaultValue":"","conditionalAddButton":"","allowCalculateOverride":false,"disableAddingRemovingRows":false,"addons":[],"lazyLoad":false},{"id":"e739arj","key":"wasTheWaterInvestigatedFollowingRequirementsAndGuidanceUnderTheAct1","type":"radio","input":true,"label":"Was the water investigated following requirements and guidance under the Environmental Management Act?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants9"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"waterRemediationStrategy","type":"radio","input":true,"label":"Water remediation strategy:","inline":false,"values":[{"label":"Pumping and Disposal","value":"pumpingAndDisposal","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"conditional":{"eq":"notApplicable","show":false,"when":"theFollowingContaminants9"},"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e6mm0qb"},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite1","type":"textfield","input":true,"label":"Include volume and intended treatment and/or disposal location for contaminated water if managed away from the site","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"pumpingAndDisposal","show":true,"when":"waterRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eb241v"},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite4","type":"textfield","input":true,"label":"Describe","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"waterRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e2vhj7"},{"key":"remediationStandardsUsed9","type":"radio","input":true,"label":"Remediation Standards Used:","inline":false,"values":[{"label":"Numerical","value":"numerical","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""},{"label":"Both","value":"both","shortcut":""}],"validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"onlyAvailableItems":false},"tableView":false,"conditional":{"eq":"notApplicable","show":false,"when":"theFollowingContaminants9"},"optionsLabelPosition":"right","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"eluu4yh"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e0i7y05","key":"SedimentInvestigationsAndRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 10 - Sediment Investigations and Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"ep03h5a","key":"theFollowingContaminants10","type":"radio","input":true,"label":"The following contaminants:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Were Found","value":"wereFound","shortcut":""},{"label":"Are Suspected","value":"areSuspected","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"eb2no2i","key":"contaminants10","tags":[],"tree":true,"type":"datagrid","input":true,"label":"List contaminants and maximum concentrations, if known, in SEDIMENT","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"reorder":false,"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"initEmpty":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"addAnother":"","attributes":{},"components":[{"id":"ej0y4100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"contaminant","mask":false,"type":"textfield","input":true,"label":"Contaminant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"e8qg9fh00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"maximumConcentration","mask":false,"type":"textfield","input":true,"label":"Maximum concentration","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants10"},"customClass":"","description":"","layoutFixed":false,"placeholder":"","defaultValue":[{"contaminant":"","maximumConcentration":""}],"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"enableRowGroups":false,"customConditional":"","addAnotherPosition":"bottom","allowMultipleMasks":false,"customDefaultValue":"","conditionalAddButton":"","allowCalculateOverride":false,"disableAddingRemovingRows":false,"addons":[],"lazyLoad":false},{"id":"eratb3p","key":"wasThesedimentInvestigatedFollowingRequirementsAndGuidanceUnderTheAct2","type":"radio","input":true,"label":"Was the sediment investigated following requirements and guidance under the Environmental Management Act?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants10"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"esomepq","key":"sedimentRemediationStrategy","type":"radio","input":true,"label":"Sediment remediation strategy:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Excavation and Disposal","value":"excavationAndDisposal","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants10"},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite2","type":"textfield","input":true,"label":"Include volume and intended treatment and/or disposal location for contaminated sediments if managed away from the site","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"excavationAndDisposal","show":true,"when":"sedimentRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eo1q6v"},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite5","type":"textfield","input":true,"label":"Describe","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"sedimentRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"eiociql"},{"id":"eg57j2r","key":"remediationStandardsUsed10","type":"radio","input":true,"label":"Remediation Standards Used:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Numerical","value":"numerical","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""},{"label":"Both","value":"both","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants10"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ee4huxs","key":"VapourInvestigationsAndRemediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 11 - Vapour Investigations and Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"eu3j13","key":"theFollowingContaminants11","type":"radio","input":true,"label":"The following contaminants:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Were Found","value":"wereFound","shortcut":""},{"label":"Are Suspected","value":"areSuspected","shortcut":""},{"label":"Not Applicable","value":"notApplicable","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"edm55v8","key":"contaminants11","tags":[],"tree":true,"type":"datagrid","input":true,"label":"List contaminants and maximum concentrations, if known, in VAPOUR","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"reorder":false,"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"initEmpty":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"addAnother":"","attributes":{},"components":[{"id":"eevqmo90000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"contaminant","mask":false,"type":"textfield","input":true,"label":"Contaminant","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"et223l30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","key":"maximumConcentration","mask":false,"type":"textfield","input":true,"label":"Maximum concentration","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants11"},"customClass":"","description":"","layoutFixed":false,"placeholder":"","defaultValue":[{"contaminant":"","maximumConcentration":""}],"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"enableRowGroups":false,"customConditional":"","addAnotherPosition":"bottom","allowMultipleMasks":false,"customDefaultValue":"","conditionalAddButton":"","allowCalculateOverride":false,"disableAddingRemovingRows":false,"addons":[],"lazyLoad":false},{"id":"eivuusm","key":"wasTheSoilInvestigatedFollowingRequirementsAndGuidanceUnderTheAct3","type":"radio","input":true,"label":"Was the vapour investigated following requirements and guidance under the Environmental Management Act?","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants11"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"id":"ev8otx","key":"vapourRemediationStrategy","type":"radio","input":true,"label":"Vapour remediation strategy:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Excavation and Disposal","value":"excavationAndDisposal","shortcut":""},{"label":"Other","value":"other","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants11"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite3","type":"textfield","input":true,"label":"Include volume and intended treatment and/or disposal location for contaminated soil or water if managed away from the site","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"excavationAndDisposal","show":true,"when":"vapourRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"efhyv89"},{"key":"includeVolumeAndIntendedTreatmentAndOrDisposalLocationForContaminatedSoilIfManagedAwayFromTheSite6","type":"textfield","input":true,"label":"Describe","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"other","show":true,"when":"vapourRemediationStrategy"},"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"evgmox"},{"id":"e39rjyl","key":"remediationStandardsUsed11","type":"radio","input":true,"label":"Remediation Standards Used:","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Numerical","value":"numerical","shortcut":""},{"label":"Risk-based","value":"riskBased","shortcut":""},{"label":"Both","value":"both","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"notApplicable","json":"","show":false,"when":"theFollowingContaminants11"},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ejhb5xq","key":"reasonforremediation","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 12 - Reason for Remediation","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"emtykvm","key":"reasonforremediationradioGroup","type":"radio","input":true,"label":"Radio Group","hidden":false,"inline":false,"prefix":"","suffix":"","unique":false,"values":[{"label":"Construction","value":"construction","shortcut":""},{"label":"Demolition","value":"demolition","shortcut":""},{"label":"Upgrade","value":"upgrade","shortcut":""},{"label":"Other (describe):","value":"otherDescribe","shortcut":""}],"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"fieldSet":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customMessage":"","customPrivate":false,"onlyAvailableItems":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":true,"inputType":"radio","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","optionsLabelPosition":"right","allowCalculateOverride":false,"addons":[]},{"key":"otherdescription","type":"textarea","input":true,"label":"Please describe: ","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":"","minWords":"","maxWords":""},"hideLabel":true,"tableView":true,"autoExpand":true,"conditional":{"eq":"otherDescribe","show":true,"when":"12-reasonforremediationradioGroup"},"inputFormat":"plain","placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"rows":3,"wysiwyg":false,"editor":"","fixedSize":true,"id":"edn0vpa","keyModified":true}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e270lp5","key":"AuthorizationsForDischargesToTheEnvironment","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 13 - Authorizations for Discharges to the Environment","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"key":"simplecontent1","html":"

In situ treatment of contaminants may generate substances which could be deemed a waste requiring a discharge authorization, even though there is no end-of-the-pipe from the site. Contravention of the requirements for an authorization is an offense and may be subject to penalties.

","type":"content","input":false,"label":"Text/Images","tableView":false,"keyModified":true,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":null,"attributes":{},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"id":"eqzqbxb"},{"label":"Did or does a discharge associated with the remediation require an authorization under the Environmental Management Act?","labelPosition":"top","optionsLabelPosition":"right","description":"","tooltip":"","customClass":"","tabindex":"","inline":false,"hidden":false,"hideLabel":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"values":[{"label":"Yes","value":"yes","shortcut":""},{"label":"No","value":"no","shortcut":""},{"label":"Don't Know","value":"dontKnow","shortcut":""}],"dataType":"","persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","clearOnHide":true,"customDefaultValue":"","calculateValue":"","calculateServer":false,"allowCalculateOverride":false,"validate":{"required":true,"onlyAvailableItems":false,"customMessage":"","custom":"","customPrivate":false,"json":"","strictDateValidation":false,"multiple":false,"unique":false},"errorLabel":"","errors":"","key":"didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"radio","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"refreshOn":"","dataGridLabel":false,"widget":null,"validateOn":"change","showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"inputType":"radio","fieldSet":false,"id":"e79eyy8","defaultValue":""},{"key":"authorizationNumbers","type":"textfield","input":true,"label":"Provide the authorization numbers under the Environmental Management Act for any air, effluent and soil discharges to the environment for treatment works located at the site.","validate":{"required":true,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false,"minLength":"","maxLength":"","pattern":""},"tableView":false,"conditional":{"eq":"yes","show":true,"when":"didOrDoesADischargeAssociatedWithTheRemediationRequireAnAuthorizationUnderTheActNoteThatContraventionOfTheRequirementsForAnAuthorizationIsAnOffenseAndMayBeSubjectToPenalties"},"hideOnChildrenHidden":false,"placeholder":"","prefix":"","customClass":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":true,"hidden":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","modalEdit":false,"dataGridLabel":false,"labelPosition":"top","description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"attributes":{},"validateOn":"change","overlay":{"style":"","left":"","top":"","width":"","height":""},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"properties":{},"allowMultipleMasks":false,"addons":[],"mask":false,"inputType":"text","inputFormat":"plain","inputMask":"","displayMask":"","spellcheck":true,"truncateMultipleSpaces":false,"id":"e5hkx2c"}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"ew7h69x","key":"AdditionalComments","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 14 - Additional Comments","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e3it72f","key":"typeNAIfNotNeeded","mask":false,"rows":3,"type":"textarea","input":true,"label":"Comments","editor":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","wysiwyg":false,"disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"pattern":"","maxWords":"","minWords":"","multiple":false,"required":false,"maxLength":"","minLength":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"fixedSize":true,"hideLabel":true,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"autoExpand":false,"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"id":"e1a3i2","key":"signature","tree":false,"type":"panel","input":false,"label":"","theme":"default","title":"Section 15 - Signature","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"collapsed":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"breadcrumb":"default","components":[{"id":"e4vknxg","key":"iConfirmThatTheAboveInformationIsTrueBasedOnMyKnowledgeAsOfTheDateThisNotificationFormWasCompleted","name":"","type":"checkbox","input":true,"label":"I confirm that the above information is true based on my knowledge as of the date this notification form was completed.","value":"","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputType":"checkbox","modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":true,"labelPosition":"right","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[]},{"id":"eniu5c","key":"simplecols2","tree":false,"type":"columns","input":false,"label":"Columns - 2","hidden":false,"prefix":"","suffix":"","unique":false,"widget":null,"columns":[{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"egytr2","key":"signature1","tags":[],"type":"signature","input":true,"label":"Signature","logic":[],"width":"100%","footer":"Sign above","height":"150px","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"maxWidth":"2.5","minWidth":"0.5","multiple":false,"penColor":"black","redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","backgroundColor":"rgb(245,245,235)","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"keepOverlayRatio":true}],"currentWidth":6},{"pull":0,"push":0,"size":"md","width":6,"offset":0,"components":[{"id":"eqwe8x8","key":"fullName","case":"","mask":false,"tags":[],"type":"textfield","input":true,"label":"Full Name","logic":[],"hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"input"},"dbIndex":false,"overlay":{"top":"","left":"","page":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"json":"","custom":"","unique":false,"pattern":"","multiple":false,"required":true,"maxLength":"","minLength":"","customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"inputMask":"","inputType":"text","modalEdit":false,"protected":false,"refreshOn":"","tableView":true,"attributes":{},"errorLabel":"","persistent":true,"properties":{},"spellcheck":true,"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","inputFormat":"plain","placeholder":"","autocomplete":"","defaultValue":"","dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"displayMask":"","truncateMultipleSpaces":false},{"id":"eh87emb","key":"signaturedate","type":"datetime","input":true,"label":"Date Completed","format":"yyyy-MM-dd","hidden":false,"prefix":"","suffix":"","unique":false,"widget":{"type":"calendar","displayInTimezone":"viewer","locale":"en","useLocaleSettings":false,"allowInput":true,"mode":"single","enableTime":false,"noCalendar":false,"format":"yyyy-MM-dd","hourIncrement":1,"minuteIncrement":1,"time_24hr":false,"minDate":null,"disableWeekends":false,"disableWeekdays":false,"maxDate":null},"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","timezone":"","validate":{"custom":"","unique":false,"multiple":false,"required":true,"customMessage":"","customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"allowInput":true,"attributes":{},"datePicker":{"maxDate":null,"maxMode":"year","minDate":null,"minMode":"day","initDate":"","yearRows":4,"showWeeks":true,"startingDay":0,"yearColumns":5,"disableWeekdays":false,"disableWeekends":false},"enableDate":true,"enableTime":false,"errorLabel":"","persistent":true,"properties":{},"timePicker":{"hourStep":1,"arrowkeys":true,"minuteStep":1,"mousewheel":true,"showMeridian":true,"readonlyInput":false},"validateOn":"change","clearOnHide":true,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","defaultDate":"","description":"","placeholder":"","defaultValue":"","customOptions":{},"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","datepickerMode":"day","calculateServer":false,"shortcutButtons":[],"customConditional":"","displayInTimezone":"viewer","useLocaleSettings":false,"allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[]}],"currentWidth":6}],"dbIndex":false,"overlay":{"top":"","left":"","style":"","width":"","height":""},"tooltip":"","disabled":false,"multiple":false,"redrawOn":"","tabindex":"","validate":{"custom":"","unique":false,"multiple":false,"required":false,"customPrivate":false,"strictDateValidation":false},"autofocus":false,"encrypted":false,"hideLabel":false,"modalEdit":false,"protected":false,"refreshOn":"","tableView":false,"attributes":{},"autoAdjust":false,"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","hideOnChildrenHidden":false,"allowCalculateOverride":false,"addons":[],"lazyLoad":false}],"errorLabel":"","persistent":false,"properties":{},"validateOn":"change","clearOnHide":false,"collapsible":false,"conditional":{"eq":"","json":"","show":null,"when":null},"customClass":"","description":"","placeholder":"","defaultValue":null,"dataGridLabel":false,"labelPosition":"top","showCharCount":false,"showWordCount":false,"calculateValue":"","calculateServer":false,"customConditional":"","allowMultipleMasks":false,"customDefaultValue":"","allowCalculateOverride":false,"addons":[],"lazyLoad":false},{"label":"Submit","action":"submit","showValidations":false,"theme":"primary","size":"md","block":false,"leftIcon":"","rightIcon":"","shortcut":"","description":"","tooltip":"","customClass":"","tabindex":"","disableOnInvalid":false,"hidden":false,"autofocus":false,"disabled":false,"tableView":false,"modalEdit":false,"key":"submit","tags":[],"properties":{},"conditional":{"show":null,"when":null,"eq":"","json":""},"customConditional":"","logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"button","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"defaultValue":null,"protected":false,"unique":false,"persistent":false,"clearOnHide":true,"refreshOn":"","redrawOn":"","dataGridLabel":true,"labelPosition":"top","errorLabel":"","hideLabel":false,"dbIndex":false,"customDefaultValue":"","calculateValue":"","calculateServer":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"allowCalculateOverride":false,"encrypted":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"addons":[],"id":"ed6alph"},{"label":"applicationId","customClass":"","modalEdit":false,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationId","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","tableView":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"em1y8gd","defaultValue":"","dataGridLabel":false,"description":"","addons":[]},{"label":"applicationStatus","customClass":"","modalEdit":false,"defaultValue":null,"persistent":true,"protected":false,"dbIndex":false,"encrypted":false,"redrawOn":"","customDefaultValue":"","calculateValue":"","calculateServer":false,"key":"applicationStatus","tags":[],"properties":{},"logic":[],"attributes":{},"overlay":{"style":"","page":"","left":"","top":"","width":"","height":""},"type":"hidden","input":true,"tableView":false,"placeholder":"","prefix":"","suffix":"","multiple":false,"unique":false,"hidden":false,"clearOnHide":true,"refreshOn":"","dataGridLabel":false,"labelPosition":"top","Description":"","errorLabel":"","tooltip":"","hideLabel":false,"tabindex":"","disabled":false,"autofocus":false,"widget":{"type":"input"},"validateOn":"change","validate":{"required":false,"custom":"","customPrivate":false,"strictDateValidation":false,"multiple":false,"unique":false},"conditional":{"show":null,"when":null,"eq":""},"allowCalculateOverride":false,"showCharCount":false,"showWordCount":false,"allowMultipleMasks":false,"inputType":"hidden","id":"e6z1qd9","description":"","addons":[]}]}]} \ No newline at end of file