diff --git a/.github/workflows/scripts/generate_index.php b/.github/workflows/scripts/generate_index.php
index dbc97f7..8764379 100644
--- a/.github/workflows/scripts/generate_index.php
+++ b/.github/workflows/scripts/generate_index.php
@@ -80,12 +80,13 @@ function main()
function initializeTemplateStructure()
{
return [
- "screen" => "",
+ "screen_template" => "",
"template_details" => [
"name" => "",
"description" => "",
"screen_type" => "",
'version' => "",
+ 'unique_template_id'=> "",
],
"assets" => [
"thumbnail" => "",
@@ -163,10 +164,10 @@ function mapContentToTemplateStructure($contentInfo, &$categories, $currentCateg
$fileName = substr($fileName, 0, strrpos($fileName, "."));
switch ($fileName) {
- case "screen_export":
- $categories[$currentCategory][$templateName]['screen'] = $contentInfo->getPathname();
+ case "screen_template_export":
+ $categories[$currentCategory][$templateName]['screen_template'] = $contentInfo->getPathname();
break;
- case "screen-template-details":
+ case "screen_template_details":
loadXmlAttributes($contentInfo, $categories, $currentCategory, $templateName);
break;
}
@@ -180,12 +181,14 @@ function loadXmlAttributes($contentInfo, &$categories, $currentCategory, $templa
$description = (string) $xml->attributes()['description'];
$screenType = (string) $xml->attributes()['screen_type'];
$version = (string) $xml->attributes()['version'];
+ $uniqueTemplateId = (string) $xml->attributes()['unique_template_id'];
$categories[$currentCategory][$templateName]['template_details']['name'] = $name;
$categories[$currentCategory][$templateName]['template_details']['description'] = $description;
$categories[$currentCategory][$templateName]['template_details']['screen_type'] = $screenType;
$categories[$currentCategory][$templateName]['template_details']['version'] = $version;
+ $categories[$currentCategory][$templateName]['template_details']['unique_template_id'] = $uniqueTemplateId;
}
// You also need to define the compute_hash and update_readme functions if they are not already defined.
diff --git a/Accounting/Business Expense/assets/preview-thumbs/preview1.jpeg b/Accounting/Business Expense/assets/preview-thumbs/preview1.jpeg
deleted file mode 100644
index a37ae08..0000000
Binary files a/Accounting/Business Expense/assets/preview-thumbs/preview1.jpeg and /dev/null differ
diff --git a/Accounting/Business Expense/assets/preview-thumbs/preview2.jpeg b/Accounting/Business Expense/assets/preview-thumbs/preview2.jpeg
deleted file mode 100644
index a37ae08..0000000
Binary files a/Accounting/Business Expense/assets/preview-thumbs/preview2.jpeg and /dev/null differ
diff --git a/Accounting/Business Expense/assets/thumbnail.jpeg b/Accounting/Business Expense/assets/thumbnail.jpeg
deleted file mode 100644
index a37ae08..0000000
Binary files a/Accounting/Business Expense/assets/thumbnail.jpeg and /dev/null differ
diff --git a/Accounting/Business Expense/screen-template-details.xml b/Accounting/Business Expense/screen-template-details.xml
deleted file mode 100644
index 8e6f667..0000000
--- a/Accounting/Business Expense/screen-template-details.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
\ No newline at end of file
diff --git a/Accounting/Business Expense/screen_export.json b/Accounting/Business Expense/screen_export.json
deleted file mode 100644
index 9d9d005..0000000
--- a/Accounting/Business Expense/screen_export.json
+++ /dev/null
@@ -1 +0,0 @@
-{"type":"screen_package","version":"2","screens":[{"id":32,"uuid":"9b76258f-a64b-4509-bf4a-5c03bd7b143d","screen_category_id":"1","title":"Test Screen","description":"Test","type":"FORM","config":[{"name":"Test Screen","items":[{"label":"Line Input","config":{"icon":"far fa-square","name":"form_input_1","type":"text","label":"New Input","helper":null,"dataFormat":"string","validation":null,"placeholder":null},"component":"FormInput","inspector":[{"type":"FormInput","field":"name","config":{"name":"Variable Name","label":"Variable Name","helper":"A variable name is a symbolic name to reference information.","validation":"regex:\/^([a-zA-Z]([a-zA-Z0-9_]?)+\\.?)+(? Date ##\/##\/#### SSN ###-##-#### Phone (###) ###-####","validation":null}},{"type":"FormInput","field":"customCssSelector","config":{"label":"CSS Selector Name","helper":"Use this in your custom css rules","validation":"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]"}},{"type":"FormInput","field":"ariaLabel","config":{"label":"Aria Label","helper":"Attribute designed to help assistive technology (e.g. screen readers) attach a label"}},{"type":"FormInput","field":"tabindex","config":{"label":"Tab Order","helper":"Order in which a user will move focus from one control to another by pressing the Tab key","validation":"regex: [0-9]*"}}],"editor-control":"FormInput","editor-component":"FormInput"},{"label":"Submit Button","config":{"icon":"fas fa-share-square","name":null,"event":"submit","label":"New Submit","loading":false,"tooltip":[],"variant":"primary","fieldValue":null,"loadingLabel":"Loading...","defaultSubmit":true},"component":"FormButton","inspector":[{"type":"FormInput","field":"label","config":{"label":"Label","helper":"The label describes the button's text"}},{"type":"FormInput","field":"name","config":{"name":"Variable Name","label":"Variable Name","helper":"A variable name is a symbolic name to reference information.","validation":"regex:\/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##\/##\/#### SSN ###-##-#### Phone (###) ###-####","validation":null}},{"type":"FormInput","field":"customCssSelector","config":{"label":"CSS Selector Name","helper":"Use this in your custom css rules","validation":"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]"}},{"type":"FormInput","field":"ariaLabel","config":{"label":"Aria Label","helper":"Attribute designed to help assistive technology (e.g. screen readers) attach a label"}},{"type":"FormInput","field":"tabindex","config":{"label":"Tab Order","helper":"Order in which a user will move focus from one control to another by pressing the Tab key","validation":"regex: [0-9]*"}}],"editor-control":"FormSubmit","editor-component":"FormButton"}]}],"computed":[],"custom_css":null,"created_at":"2024-03-01T18:23:06+00:00","updated_at":"2024-03-01T18:23:13+00:00","status":"ACTIVE","key":null,"watchers":[],"translations":null,"is_template":0,"asset_type":null,"projects":"[]","categories":[{"id":1,"uuid":"9b7483c1-a21f-4103-91d9-7ba629ad8d3e","name":"Uncategorized","status":"ACTIVE","is_system":0,"created_at":"2024-02-29T22:54:50+00:00","updated_at":"2024-02-29T22:54:50+00:00","pivot":{"category_type":"ProcessMaker\\Models\\ScreenCategory","assignable_id":32,"category_id":1}}]}],"screen_categories":[],"scripts":[]}
\ No newline at end of file
diff --git a/default-templates/approval_template/assets/preview-thumbs/preview1.jpg b/default-templates/approval_template/assets/preview-thumbs/preview1.jpg
new file mode 100644
index 0000000..7fe4846
Binary files /dev/null and b/default-templates/approval_template/assets/preview-thumbs/preview1.jpg differ
diff --git a/default-templates/approval_template/assets/thumbnail.jpeg b/default-templates/approval_template/assets/thumbnail.jpeg
new file mode 100644
index 0000000..d57d11b
Binary files /dev/null and b/default-templates/approval_template/assets/thumbnail.jpeg differ
diff --git a/default-templates/approval_template/screen_template_details.xml b/default-templates/approval_template/screen_template_details.xml
new file mode 100644
index 0000000..09002ed
--- /dev/null
+++ b/default-templates/approval_template/screen_template_details.xml
@@ -0,0 +1,8 @@
+
+
diff --git a/default-templates/approval_template/screen_template_export.json b/default-templates/approval_template/screen_template_export.json
new file mode 100644
index 0000000..f78256e
--- /dev/null
+++ b/default-templates/approval_template/screen_template_export.json
@@ -0,0 +1 @@
+{"type":"screen_templates_package","version":"2","root":"9bfd436b-3f5f-42b5-854e-1c512e6a15cf","name":"Approval Template","export":{"9bfd436b-3f5f-42b5-854e-1c512e6a15cf":{"exporter":"ProcessMaker\\ImportExport\\Exporters\\ScreenTemplatesExporter","type":"ScreenTemplates","type_human":"Screen Template","type_plural":"ScreenTemplates","type_human_plural":"Screen Templates","last_modified_by":"","last_modified_by_id":null,"model":"ProcessMaker\\Models\\ScreenTemplates","force_password_protect":false,"hidden":false,"mode":"update","saveAssetsMode":"saveAllAssets","explicit_discard":false,"dependents":[],"name":"Approval Template","description":"Default approval template","process_manager":"","process_manager_id":null,"attributes":{"id":748,"uuid":"9bfd436b-3f5f-42b5-854e-1c512e6a15cf","unique_template_id":null,"name":"Approval Template","description":"Default approval template","version":"1.0.0","user_id":1,"editing_screen_uuid":null,"screen_category_id":1,"screen_type":"FORM","manifest":"{\"name\": \"PLG - Approval template\", \"root\": \"9bfd3e5e-3f72-439c-93c1-ca3d4cf0af0f\", \"type\": \"screen_package\", \"export\": {\"9bfd3e5e-3f72-439c-93c1-ca3d4cf0af0f\": {\"mode\": \"update\", \"name\": \"PLG - Approval template\", \"type\": \"Screen\", \"model\": \"ProcessMaker\\\\Models\\\\Screen\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\ScreenExporter\", \"attributes\": {\"id\": 3135, \"key\": null, \"type\": \"FORM\", \"uuid\": \"9bfd3e5e-3f72-439c-93c1-ca3d4cf0af0f\", \"title\": \"PLG - Approval template\", \"config\": \"[{\\\"name\\\": \\\"PLG - Approval template\\\", \\\"items\\\": [{\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"isologo%202\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"customCssSelector\\\": \\\"logo-img2\\\"}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\\n
Jose Maldonado
\\\\n
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\\n
Self Assesment
\\\\n
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"customCssSelector\\\": \\\"Bg-Header2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Step 1
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Health Savings Account
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
In general, please list everyone who lives in your home. If someone is pregnant, just count them as one person. we'll ask about the pregnancy later.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Section Name
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\"}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_2\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\"}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_3\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\"}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Select List\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-angle-double-down\\\", \\\"name\\\": \\\"form_select_list_1\\\", \\\"label\\\": \\\"Select List Name\\\", \\\"helper\\\": null, \\\"options\\\": {\\\"key\\\": \\\"value\\\", \\\"value\\\": \\\"content\\\", \\\"dataName\\\": \\\"response\\\", \\\"jsonData\\\": \\\"[]\\\", \\\"renderAs\\\": \\\"dropdown\\\", \\\"editIndex\\\": null, \\\"pmqlQuery\\\": null, \\\"dataSource\\\": \\\"provideData\\\", \\\"optionsList\\\": [], \\\"removeIndex\\\": null, \\\"showRenderAs\\\": true, \\\"showJsonEditor\\\": false, \\\"showOptionCard\\\": false, \\\"selectedOptions\\\": [], \\\"allowMultiSelect\\\": false, \\\"showRemoveWarning\\\": false, \\\"valueTypeReturned\\\": \\\"single\\\"}, \\\"readonly\\\": false, \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"rootElement\\\": \\\"response\\\", \\\"dataSourceUrl\\\": null, \\\"dataSourceEndpoint\\\": null}, \\\"component\\\": \\\"FormSelectList\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSelectList\\\", \\\"editor-component\\\": \\\"FormSelectList\\\"}], [{\\\"label\\\": \\\"Date Picker\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-calendar-alt\\\", \\\"name\\\": \\\"form_date_picker_1\\\", \\\"type\\\": \\\"datetime\\\", \\\"label\\\": \\\"Field Name\\\", \\\"maxDate\\\": null, \\\"minDate\\\": null, \\\"disabled\\\": false, \\\"dataFormat\\\": \\\"date\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"xx/xx/xxxx\\\"}, \\\"component\\\": \\\"FormDatePicker\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"minDate\\\", \\\"config\\\": {\\\"name\\\": \\\"Minimum Date\\\", \\\"label\\\": \\\"Minimum Date\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"date_or_mustache\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"maxDate\\\", \\\"config\\\": {\\\"name\\\": \\\"Maximum Date\\\", \\\"label\\\": \\\"Maximum Date\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"after_min_date|date_or_mustache\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormDatePicker\\\", \\\"editor-component\\\": \\\"FormDatePicker\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
There will be a question here
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [{\\\"items\\\": [[{\\\"label\\\": \\\"Checkbox\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-check-square\\\", \\\"name\\\": \\\"form_checkbox_1\\\", \\\"label\\\": \\\"Include Confirmation\\\", \\\"helper\\\": null, \\\"toggle\\\": false, \\\"disabled\\\": false, \\\"validation\\\": [], \\\"initiallyChecked\\\": false}, \\\"component\\\": \\\"FormCheckbox\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormCheckbox\\\", \\\"editor-component\\\": \\\"FormCheckbox\\\"}], [{\\\"label\\\": \\\"Checkbox\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-check-square\\\", \\\"name\\\": \\\"form_checkbox_2\\\", \\\"label\\\": \\\"Include Confirmation\\\", \\\"helper\\\": null, \\\"toggle\\\": false, \\\"disabled\\\": false, \\\"validation\\\": [], \\\"initiallyChecked\\\": false}, \\\"component\\\": \\\"FormCheckbox\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormCheckbox\\\", \\\"editor-component\\\": \\\"FormCheckbox\\\"}], [{\\\"label\\\": \\\"Checkbox\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-check-square\\\", \\\"name\\\": \\\"form_checkbox_3\\\", \\\"label\\\": \\\"Include Confirmation\\\", \\\"helper\\\": null, \\\"toggle\\\": false, \\\"disabled\\\": false, \\\"validation\\\": [], \\\"initiallyChecked\\\": false}, \\\"component\\\": \\\"FormCheckbox\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormCheckbox\\\", \\\"editor-component\\\": \\\"FormCheckbox\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"4\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"4\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"4\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"MultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"label\\\": \\\"Loop\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-redo\\\", \\\"name\\\": \\\"loop_1\\\", \\\"label\\\": null, \\\"settings\\\": {\\\"add\\\": false, \\\"type\\\": \\\"new\\\", \\\"times\\\": \\\"3\\\", \\\"varname\\\": \\\"loop_1\\\"}, \\\"customCssSelector\\\": \\\"loopText\\\"}, \\\"component\\\": \\\"FormLoop\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"LoopInspector\\\", \\\"field\\\": \\\"settings\\\", \\\"config\\\": {\\\"label\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"Loop\\\", \\\"editor-component\\\": \\\"Loop\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Section Name
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
List
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Field Name
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Field Name
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Field Name
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"4\\\", \\\"content\\\": \\\"3\\\"}], \\\"customCssSelector\\\": \\\"Bg-headerList\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Name of the row
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [], [], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"4\\\", \\\"content\\\": \\\"3\\\"}], \\\"customCssSelector\\\": \\\"Bg-GridList\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"label\\\": \\\"Loop\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-redo\\\", \\\"name\\\": \\\"loop_5\\\", \\\"label\\\": null, \\\"settings\\\": {\\\"add\\\": false, \\\"type\\\": \\\"new\\\", \\\"times\\\": \\\"3\\\", \\\"varname\\\": \\\"loop_5\\\"}}, \\\"component\\\": \\\"FormLoop\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"LoopInspector\\\", \\\"field\\\": \\\"settings\\\", \\\"config\\\": {\\\"label\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"Loop\\\", \\\"editor-component\\\": \\\"Loop\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Section Name
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [{\\\"items\\\": [[{\\\"label\\\": \\\"Textarea\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-paragraph\\\", \\\"name\\\": \\\"form_text_area_2\\\", \\\"rows\\\": 2, \\\"label\\\": \\\"I Will START doing: These new tasks that are currently not being done and would have a positive impact on my work\\\", \\\"helper\\\": null, \\\"currency\\\": {\\\"code\\\": \\\"USD\\\", \\\"name\\\": \\\"US Dollar\\\", \\\"format\\\": \\\"#,###.##\\\", \\\"symbol\\\": \\\"$\\\"}, \\\"readonly\\\": false, \\\"richtext\\\": false, \\\"validation\\\": [{\\\"value\\\": \\\"required\\\", \\\"helper\\\": \\\"Checks if the length of the String representation of the value is >\\\", \\\"content\\\": \\\"Required\\\"}], \\\"placeholder\\\": \\\"Placeholder\\\"}, \\\"component\\\": \\\"FormTextArea\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormTextArea\\\", \\\"editor-component\\\": \\\"FormTextArea\\\"}], [{\\\"label\\\": \\\"Textarea\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-paragraph\\\", \\\"name\\\": \\\"form_text_area_3\\\", \\\"rows\\\": 2, \\\"label\\\": \\\"I Will START doing: These new tasks that are currently not being done and would have a positive impact on my work\\\", \\\"helper\\\": null, \\\"currency\\\": {\\\"code\\\": \\\"USD\\\", \\\"name\\\": \\\"US Dollar\\\", \\\"format\\\": \\\"#,###.##\\\", \\\"symbol\\\": \\\"$\\\"}, \\\"readonly\\\": false, \\\"richtext\\\": false, \\\"validation\\\": [{\\\"value\\\": \\\"required\\\", \\\"helper\\\": \\\"Checks if the length of the String representation of the value is >\\\", \\\"content\\\": \\\"Required\\\"}], \\\"placeholder\\\": \\\"Placeholder\\\"}, \\\"component\\\": \\\"FormTextArea\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormTextArea\\\", \\\"editor-component\\\": \\\"FormTextArea\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"MultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"label\\\": \\\"Loop\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-redo\\\", \\\"name\\\": \\\"loop_3\\\", \\\"label\\\": null, \\\"settings\\\": {\\\"add\\\": false, \\\"type\\\": \\\"new\\\", \\\"times\\\": \\\"1\\\", \\\"varname\\\": \\\"loop_3\\\"}}, \\\"component\\\": \\\"FormLoop\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"LoopInspector\\\", \\\"field\\\": \\\"settings\\\", \\\"config\\\": {\\\"label\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"Loop\\\", \\\"editor-component\\\": \\\"Loop\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"REJECT\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"customCssSelector\\\": \\\"Bg-Reject\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"APPROVE\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"customCssSelector\\\": \\\"Bg-Approve\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"8\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"Bg-Form2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"customCssSelector\\\": \\\"Bg-Header3\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"Bg-containerAT\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]}]\", \"status\": \"ACTIVE\", \"computed\": \"[]\", \"watchers\": null, \"asset_type\": null, \"created_at\": \"2024-04-08 14:21:11\", \"custom_css\": \"/***StyleDiego--HealthSavingsAccoount--07-05-24*****/\\n[selector='Bg-containerAT'] {\\n background-color: #FFFFFF;\\n}\\n\\n[selector='bg-container']{\\n background-color: #DEEBFF;\\n}\\n\\n[selector='bg-form']{\\n background-color: #F6F9FB;\\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\n padding: 10px 30px;\\n max-width: 873px;\\n margin: auto;\\n}\\n\\n[selector='Bg-Form2']{\\n background-color: #FFFFFF;\\n padding: 10px 40px;\\n}\\n\\n[selector='bg-Header']{\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\n max-width: 873px;\\n margin: auto;\\n}\\n[selector='Bg-Header2']{ \\n background: linear-gradient(to right, #bcdcf8 0%, #ffffff 100%);\\n /*max-width: 873px;\\n margin: auto;*/\\n}\\n[selector='Bg-Header3']{ \\n background: linear-gradient(to right, #bcdcf8 0%, #ffffff 100%);\\n height: 100px;\\n}\\n\\n[selector='Bg-headerList']{ \\n background-color:#95C8F3;\\n padding: 10px 15px 0 15px;\\n}\\n[selector='Bg-GridList'] .row{ \\n margin-right:0px !important;\\n margin-left:0px !important;\\n}\\n[selector='Bg-GridList'] .col-sm-3{ \\n border:1px solid #95C8F3;\\n}\\n\\n[selector='bg-Footer']{\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\n height: 68px;\\n max-width: 873px;\\n margin: auto;\\n}\\n[selector='logo-img']{\\n padding: 25px 20px 10px 20px;\\n}\\n\\n[selector='logo-img2']{\\n padding: 35px 20px 25px 40px;\\n}\\n\\n.hdrTxt {\\n text-align: right;\\n color: #FFFFFF;\\n font-size: 20px;\\n font-weight: bold;\\n letter-spacing: 0.075rem;\\n line-height: 1.2;\\n padding-right: 10px;\\n padding-top: 5px;\\n}\\n.hdrTxt2 {\\n text-align: right;\\n color: #556271;\\n font-size: 20px;\\n font-weight: bold;\\n letter-spacing: 0.075rem;\\n line-height: 1.2;\\n margin: 0px 50px;\\n}\\n.hdrTxt3 {\\n text-align: right;\\n color: #556271;\\n font-size: 20px;\\n font-weight: 400;\\n letter-spacing: 0.075rem;\\n line-height: 1.2;\\n margin: 25px 50px 0px 50px;\\n}\\n.WhitehdrTxt2 {\\n text-align: right;\\n color: #FFFFFF;\\n font-size: 20px;\\n font-weight: bold;\\n letter-spacing: 0.075rem;\\n line-height: 1.2;\\n margin: 0px 20px;\\n}\\n.WhitehdrTxt3 {\\n text-align: right;\\n color: #FFFFFF;\\n font-size: 20px;\\n font-weight: 400;\\n letter-spacing: 0.075rem;\\n line-height: 1.2;\\n margin: 15px 20px 0px 20px;\\n}\\n\\n\\n.Textlitle{\\n color: #9dabb6;\\n font-size: 17px;\\n font-weight: 600;\\n line-height: 24px;\\n}\\n.TitleHealth{\\n color: #343434;\\n font-size: 40px;\\n font-weight: 700;\\n line-height: 45.6px;\\n}\\n.TextField{\\n color: #556271;\\n font-size: 16px;\\n font-weight: 400;\\n line-height: 24px;\\n letter-spacing: 1px;\\n}\\n.TextFieldGrid{\\n color: #556271;\\n font-size: 16px;\\n font-weight: 400;\\n line-height: 24px;\\n padding-top: 12px;\\n}\\n\\n.TextFieldWhite{\\n color: #FFFFFF;\\n font-size: 16px;\\n font-weight: 600;\\n line-height: 24px;\\n}\\n.TitleSeccion{\\n color: #0B3961;\\n border-bottom: 2px solid #BCDCF8;\\n font-size: 19px;\\n font-weight: 700;\\n line-height: 35px;\\n}\\n.TitleSeccion2{\\n background-color: #DEEEFA;\\n color: #556271;\\n font-size: 17px;\\n font-weight: 600;\\n padding: 10px 20px;\\n margin: 20px 0px;\\n}\\n.form-group label{\\n color: #556271;\\n font-size: 15px;\\n font-weight: 400;\\n line-height: 20.43px;\\n}\\n.form-control {\\n color: #556271;\\n border: 2px solid #bfc4c9;\\n border-radius: 4px;\\n padding: 10px;\\n margin-bottom: 15px\\n}\\n\\n[selector='btn-position'] .btn-primary{\\n background-color:#1572C2;\\n border: 1px solid #1572C2;\\n color: #FFFFFF;\\n border-radius: 8px;\\n width: 100%;\\n}\\n\\n/***Approval template***/\\n\\n\\n[selector='loopText'] {\\n text-align: center;\\n}\\n\\n.required-asterisk{\\n color:#1572C2;\\n}\\n[selector='Bg-Approve'] .btn-primary{\\n background-color:#4EA075;\\n border: 1px solid #4EA075;\\n color: #FFFFFF;\\n border-radius: 4px;\\n width: 100%;\\n}\\n[selector='Bg-Reject'] .btn-danger{\\n background-color:#ED4858;\\n border: 1px solid #ED4858;\\n color: #FFFFFF;\\n border-radius: 4px;\\n width: 100%;\\n}\", \"updated_at\": \"2024-05-07 22:14:57\", \"description\": \"PLG - Approval template\", \"is_template\": 0, \"translations\": null}, \"dependents\": [], \"references\": {\"uncategorized-category\": true}, \"type_human\": \"Screen\", \"description\": \"PLG - Approval template\", \"type_plural\": \"Screens\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Screens\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}}, \"version\": \"2\"}","screen_custom_css":"/***StyleDiego--HealthSavingsAccoount--07-05-24*****/\n[selector='Bg-containerAT'] {\n background-color: #FFFFFF;\n}\n\n[selector='bg-container']{\n background-color: #DEEBFF;\n}\n\n[selector='bg-form']{\n background-color: #F6F9FB;\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\n padding: 10px 30px;\n max-width: 873px;\n margin: auto;\n}\n\n[selector='Bg-Form2']{\n background-color: #FFFFFF;\n padding: 10px 40px;\n}\n\n[selector='bg-Header']{\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\n max-width: 873px;\n margin: auto;\n}\n[selector='Bg-Header2']{ \n background: linear-gradient(to right, #bcdcf8 0%, #ffffff 100%);\n /*max-width: 873px;\n margin: auto;*/\n}\n[selector='Bg-Header3']{ \n background: linear-gradient(to right, #bcdcf8 0%, #ffffff 100%);\n height: 100px;\n}\n\n[selector='Bg-headerList']{ \n background-color:#95C8F3;\n padding: 10px 15px 0 15px;\n}\n[selector='Bg-GridList'] .row{ \n margin-right:0px !important;\n margin-left:0px !important;\n}\n[selector='Bg-GridList'] .col-sm-3{ \n border:1px solid #95C8F3;\n}\n\n[selector='bg-Footer']{\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\n height: 68px;\n max-width: 873px;\n margin: auto;\n}\n[selector='logo-img']{\n padding: 25px 20px 10px 20px;\n}\n\n[selector='logo-img2']{\n padding: 35px 20px 25px 40px;\n}\n\n.hdrTxt {\n text-align: right;\n color: #FFFFFF;\n font-size: 20px;\n font-weight: bold;\n letter-spacing: 0.075rem;\n line-height: 1.2;\n padding-right: 10px;\n padding-top: 5px;\n}\n.hdrTxt2 {\n text-align: right;\n color: #556271;\n font-size: 20px;\n font-weight: bold;\n letter-spacing: 0.075rem;\n line-height: 1.2;\n margin: 0px 50px;\n}\n.hdrTxt3 {\n text-align: right;\n color: #556271;\n font-size: 20px;\n font-weight: 400;\n letter-spacing: 0.075rem;\n line-height: 1.2;\n margin: 25px 50px 0px 50px;\n}\n.WhitehdrTxt2 {\n text-align: right;\n color: #FFFFFF;\n font-size: 20px;\n font-weight: bold;\n letter-spacing: 0.075rem;\n line-height: 1.2;\n margin: 0px 20px;\n}\n.WhitehdrTxt3 {\n text-align: right;\n color: #FFFFFF;\n font-size: 20px;\n font-weight: 400;\n letter-spacing: 0.075rem;\n line-height: 1.2;\n margin: 15px 20px 0px 20px;\n}\n\n\n.Textlitle{\n color: #9dabb6;\n font-size: 17px;\n font-weight: 600;\n line-height: 24px;\n}\n.TitleHealth{\n color: #343434;\n font-size: 40px;\n font-weight: 700;\n line-height: 45.6px;\n}\n.TextField{\n color: #556271;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n letter-spacing: 1px;\n}\n.TextFieldGrid{\n color: #556271;\n font-size: 16px;\n font-weight: 400;\n line-height: 24px;\n padding-top: 12px;\n}\n\n.TextFieldWhite{\n color: #FFFFFF;\n font-size: 16px;\n font-weight: 600;\n line-height: 24px;\n}\n.TitleSeccion{\n color: #0B3961;\n border-bottom: 2px solid #BCDCF8;\n font-size: 19px;\n font-weight: 700;\n line-height: 35px;\n}\n.TitleSeccion2{\n background-color: #DEEEFA;\n color: #556271;\n font-size: 17px;\n font-weight: 600;\n padding: 10px 20px;\n margin: 20px 0px;\n}\n.form-group label{\n color: #556271;\n font-size: 15px;\n font-weight: 400;\n line-height: 20.43px;\n}\n.form-control {\n color: #556271;\n border: 2px solid #bfc4c9;\n border-radius: 4px;\n padding: 10px;\n margin-bottom: 15px\n}\n\n[selector='btn-position'] .btn-primary{\n background-color:#1572C2;\n border: 1px solid #1572C2;\n color: #FFFFFF;\n border-radius: 8px;\n width: 100%;\n}\n\n/***Approval template***/\n\n\n[selector='loopText'] {\n text-align: center;\n}\n\n.required-asterisk{\n color:#1572C2;\n}\n[selector='Bg-Approve'] .btn-primary{\n background-color:#4EA075;\n border: 1px solid #4EA075;\n color: #FFFFFF;\n border-radius: 4px;\n width: 100%;\n}\n[selector='Bg-Reject'] .btn-danger{\n background-color:#ED4858;\n border: 1px solid #ED4858;\n color: #FFFFFF;\n border-radius: 4px;\n width: 100%;\n}","media_collection":"st-9bfd436b-3f5f-42b5-854e-1c512e6a15cf-media","is_public":0,"is_default_template":0,"is_system":0,"asset_type":null,"created_at":"2024-05-07 22:23:21","updated_at":"2024-05-07 22:23:21"},"extraAttributes":{"translatedLanguages":[]},"references":[]}}}
\ No newline at end of file
diff --git a/default-templates/dashboard_screen_template/assets/preview-thumbs/preview1.png b/default-templates/dashboard_screen_template/assets/preview-thumbs/preview1.png
new file mode 100644
index 0000000..a01b9a4
Binary files /dev/null and b/default-templates/dashboard_screen_template/assets/preview-thumbs/preview1.png differ
diff --git a/default-templates/dashboard_screen_template/assets/thumbnail.jpeg b/default-templates/dashboard_screen_template/assets/thumbnail.jpeg
new file mode 100644
index 0000000..d57d11b
Binary files /dev/null and b/default-templates/dashboard_screen_template/assets/thumbnail.jpeg differ
diff --git a/default-templates/dashboard_screen_template/screen_template_details.xml b/default-templates/dashboard_screen_template/screen_template_details.xml
new file mode 100644
index 0000000..729e41b
--- /dev/null
+++ b/default-templates/dashboard_screen_template/screen_template_details.xml
@@ -0,0 +1,8 @@
+
+
diff --git a/default-templates/dashboard_screen_template/screen_template_export.json b/default-templates/dashboard_screen_template/screen_template_export.json
new file mode 100644
index 0000000..71d3a54
--- /dev/null
+++ b/default-templates/dashboard_screen_template/screen_template_export.json
@@ -0,0 +1 @@
+{"type":"screen_templates_package","version":"2","root":"9d8941e9-29db-4573-be4f-49bc844d04a1","name":"Dashboard Screen","export":{"9d8941e9-29db-4573-be4f-49bc844d04a1":{"exporter":"ProcessMaker\\ImportExport\\Exporters\\ScreenTemplatesExporter","type":"ScreenTemplates","type_human":"Screen Template","type_plural":"ScreenTemplates","type_human_plural":"Screen Templates","last_modified_by":"","last_modified_by_id":null,"model":"ProcessMaker\\Models\\ScreenTemplates","force_password_protect":false,"hidden":false,"mode":"update","saveAssetsMode":"saveAllAssets","explicit_discard":false,"dependents":[],"name":"Dashboard Screen","description":"Dashboard Screen","process_manager":"","process_manager_id":null,"attributes":{"id":4,"uuid":"9d8941e9-29db-4573-be4f-49bc844d04a1","unique_template_id":null,"name":"Dashboard Screen","description":"Dashboard Screen","version":"1.0.0","user_id":3,"editing_screen_uuid":null,"screen_category_id":1,"screen_type":"DISPLAY","manifest":"{\"name\": \"Dashboard - Shipment Orders\", \"root\": \"9d4f1930-8d50-4dcc-8377-60e2e78ff44f\", \"type\": \"screen_package\", \"export\": {\"9d4ee295-4dc4-4b53-98bc-033a38c069c8\": {\"mode\": \"update\", \"name\": \"Shipment Request Dashboard\", \"type\": \"SavedSearch\", \"model\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearch\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchExporter\", \"attributes\": {\"id\": 25, \"key\": null, \"meta\": \"{\\\"icon\\\":\\\"check-square\\\",\\\"file\\\":null,\\\"collection_id\\\":null,\\\"columns\\\":[{\\\"label\\\":\\\"Case #\\\",\\\"field\\\":\\\"case_number\\\",\\\"sortable\\\":true,\\\"default\\\":true,\\\"format\\\":\\\"int\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Case Title\\\",\\\"field\\\":\\\"case_title\\\",\\\"sortable\\\":true,\\\"default\\\":true,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Priority\\\",\\\"field\\\":\\\"is_priority\\\",\\\"sortable\\\":false,\\\"default\\\":true,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Task\\\",\\\"field\\\":\\\"element_name\\\",\\\"sortable\\\":true,\\\"default\\\":true,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Status\\\",\\\"field\\\":\\\"status\\\",\\\"sortable\\\":true,\\\"default\\\":true,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Due Date\\\",\\\"field\\\":\\\"due_at\\\",\\\"sortable\\\":true,\\\"default\\\":true,\\\"format\\\":\\\"datetime\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":null,\\\"field\\\":\\\"options\\\",\\\"sortable\\\":false,\\\"default\\\":true,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Completed\\\",\\\"field\\\":\\\"completed_at\\\",\\\"sortable\\\":true,\\\"default\\\":true,\\\"format\\\":\\\"datetime\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Close\\\",\\\"field\\\":\\\"data.Close\\\",\\\"sortable\\\":true,\\\"default\\\":false,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Email\\\",\\\"field\\\":\\\"data.messageEmail.body\\\",\\\"sortable\\\":true,\\\"default\\\":false,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Amount:\\\",\\\"field\\\":\\\"data.invoiceData.GENERAL.TOTAL.value\\\",\\\"sortable\\\":true,\\\"default\\\":false,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Account\\\",\\\"field\\\":\\\"data.listAccounts\\\",\\\"sortable\\\":true,\\\"default\\\":false,\\\"format\\\":\\\"array\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Invoice Date:\\\",\\\"field\\\":\\\"data.invoiceData.GENERAL.INVOICE_RECEIPT_DATE.value\\\",\\\"sortable\\\":true,\\\"default\\\":false,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null},{\\\"label\\\":\\\"Summary\\\",\\\"field\\\":\\\"data.NewSummary\\\",\\\"sortable\\\":true,\\\"default\\\":false,\\\"format\\\":\\\"string\\\",\\\"mask\\\":null,\\\"isSubmitButton\\\":null}]}\", \"pmql\": \"\", \"type\": \"task\", \"uuid\": \"9d4ee295-4dc4-4b53-98bc-033a38c069c8\", \"count\": 0, \"title\": \"Shipment Request Dashboard\", \"queued\": 0, \"user_id\": 3, \"is_system\": 0, \"asset_type\": null, \"created_at\": \"2024-10-22 18:22:24\", \"updated_at\": \"2024-10-22 18:56:53\", \"is_template\": 0, \"advanced_filter\": \"{\\\"filters\\\": [{\\\"value\\\": \\\"In Progress\\\", \\\"subject\\\": {\\\"type\\\": \\\"Status\\\"}, \\\"operator\\\": \\\"=\\\", \\\"_column_field\\\": \\\"status\\\", \\\"_column_label\\\": \\\"Status\\\"}]}\", \"has_date_component\": 0}, \"dependents\": [{\"meta\": null, \"name\": \"Request1\", \"type\": \"saved_search_charts\", \"uuid\": \"9d4ee33f-22dc-4cea-9226-037edd5dba12\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"fallbackMatches\": {\"title\": \"Request1\"}}, {\"meta\": null, \"name\": \"Request 2\", \"type\": \"saved_search_charts\", \"uuid\": \"9d4ee3de-f568-4ab3-9b8b-cd2100b80ab9\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"fallbackMatches\": {\"title\": \"Request 2\"}}, {\"meta\": null, \"name\": \"Request Cases\", \"type\": \"saved_search_charts\", \"uuid\": \"9d4ee597-4f89-4d5f-ae55-f8ab94a22cc4\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"fallbackMatches\": {\"title\": \"Request Cases\"}}, {\"meta\": null, \"name\": \"Request 3\", \"type\": \"saved_search_charts\", \"uuid\": \"9d4ee823-95ee-4f01-9374-4f393f600c06\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"fallbackMatches\": {\"title\": \"Request 3\"}}, {\"meta\": null, \"name\": \"request 4\", \"type\": \"saved_search_charts\", \"uuid\": \"9d4ee867-5e12-4dd6-90aa-b712293aed27\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"fallbackMatches\": {\"title\": \"request 4\"}}, {\"meta\": null, \"name\": \"\", \"type\": \"saved_search_options\", \"uuid\": \"9d4eea37-15d7-4167-8bf2-b760ce3d6c0c\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchOption\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchOptionExporter\", \"fallbackMatches\": []}, {\"meta\": null, \"name\": \"\", \"type\": \"users\", \"uuid\": \"9cdfd123-81e0-4dad-9fd4-d3bc4e35f2cc\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Models\\\\User\", \"exporterClass\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\UserExporter\", \"fallbackMatches\": {\"email\": \"solutions@processmaker.com\", \"username\": \"pm_admin\"}}], \"references\": [], \"type_human\": \"Saved Search\", \"description\": null, \"type_plural\": \"SavedSearches\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Saved Searches\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}, \"9d4ee33f-22dc-4cea-9226-037edd5dba12\": {\"mode\": \"update\", \"name\": \"Request1\", \"type\": \"SavedSearchChart\", \"model\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"attributes\": {\"id\": 3, \"sort\": 5, \"type\": \"count\", \"uuid\": \"9d4ee33f-22dc-4cea-9226-037edd5dba12\", \"title\": \"Request1\", \"config\": \"{\\\"pivot\\\": {\\\"query\\\": null, \\\"value\\\": \\\"Case #\\\", \\\"series\\\": \\\"Status\\\", \\\"category\\\": \\\"Case Title\\\", \\\"function\\\": \\\"max\\\", \\\"seriesFunction\\\": \\\"month\\\", \\\"categoryFunction\\\": \\\"month\\\"}, \\\"display\\\": {\\\"axes\\\": true, \\\"icon\\\": \\\"chart-line\\\", \\\"label\\\": null, \\\"pivot\\\": false, \\\"legend\\\": \\\"top\\\", \\\"search\\\": false, \\\"linkRow\\\": false, \\\"stacked\\\": false, \\\"striped\\\": true, \\\"sortable\\\": true, \\\"axisLabels\\\": false, \\\"linkButton\\\": true, \\\"searchable\\\": true}, \\\"colorScheme\\\": {\\\"name\\\": \\\"Single Color - #1f83b4\\\", \\\"colors\\\": [\\\"#1f83b4\\\"]}}\", \"user_id\": 3, \"asset_type\": null, \"created_at\": \"2024-10-22 18:24:15\", \"deleted_at\": null, \"updated_at\": \"2024-10-22 19:18:58\", \"is_template\": 0, \"saved_search_id\": 25}, \"dependents\": [{\"meta\": null, \"name\": \"Shipment Request Dashboard\", \"type\": \"saved_search\", \"uuid\": \"9d4ee295-4dc4-4b53-98bc-033a38c069c8\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearch\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchExporter\", \"fallbackMatches\": {\"title\": \"Shipment Request Dashboard\"}}], \"references\": [], \"type_human\": \"Saved Search Chart\", \"description\": null, \"type_plural\": \"SavedSearchCharts\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"type\": \"count\"}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Saved Search Charts\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}, \"9d4ee3de-f568-4ab3-9b8b-cd2100b80ab9\": {\"mode\": \"update\", \"name\": \"Request 2\", \"type\": \"SavedSearchChart\", \"model\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"attributes\": {\"id\": 4, \"sort\": 0, \"type\": \"doughnut\", \"uuid\": \"9d4ee3de-f568-4ab3-9b8b-cd2100b80ab9\", \"title\": \"Request 2\", \"config\": \"{\\\"pivot\\\": {\\\"query\\\": null, \\\"value\\\": \\\"Case #\\\", \\\"series\\\": \\\"Amount:\\\", \\\"category\\\": \\\"Summary\\\", \\\"function\\\": \\\"average\\\", \\\"seriesFunction\\\": \\\"year\\\", \\\"categoryFunction\\\": \\\"year\\\"}, \\\"display\\\": {\\\"axes\\\": true, \\\"icon\\\": null, \\\"label\\\": null, \\\"pivot\\\": false, \\\"legend\\\": \\\"top\\\", \\\"search\\\": false, \\\"linkRow\\\": false, \\\"stacked\\\": false, \\\"striped\\\": true, \\\"sortable\\\": true, \\\"axisLabels\\\": false, \\\"linkButton\\\": true, \\\"searchable\\\": true}, \\\"colorScheme\\\": {\\\"name\\\": \\\"Classic Cyclic\\\", \\\"colors\\\": [\\\"#1f83b4\\\", \\\"#12a2a8\\\", \\\"#2ca030\\\", \\\"#78a641\\\", \\\"#bcbd22\\\", \\\"#ffbf50\\\", \\\"#ffaa0e\\\", \\\"#ff7f0e\\\", \\\"#d63a3a\\\", \\\"#c7519c\\\", \\\"#ba43b4\\\", \\\"#8a60b0\\\", \\\"#6f63bb\\\"]}}\", \"user_id\": 3, \"asset_type\": null, \"created_at\": \"2024-10-22 18:26:00\", \"deleted_at\": null, \"updated_at\": \"2024-10-22 19:18:13\", \"is_template\": 0, \"saved_search_id\": 25}, \"dependents\": [{\"meta\": null, \"name\": \"Shipment Request Dashboard\", \"type\": \"saved_search\", \"uuid\": \"9d4ee295-4dc4-4b53-98bc-033a38c069c8\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearch\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchExporter\", \"fallbackMatches\": {\"title\": \"Shipment Request Dashboard\"}}], \"references\": [], \"type_human\": \"Saved Search Chart\", \"description\": null, \"type_plural\": \"SavedSearchCharts\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"type\": \"doughnut\"}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Saved Search Charts\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}, \"9d4ee597-4f89-4d5f-ae55-f8ab94a22cc4\": {\"mode\": \"update\", \"name\": \"Request Cases\", \"type\": \"SavedSearchChart\", \"model\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"attributes\": {\"id\": 5, \"sort\": 3, \"type\": \"list\", \"uuid\": \"9d4ee597-4f89-4d5f-ae55-f8ab94a22cc4\", \"title\": \"Request Cases\", \"config\": \"{\\\"pivot\\\": {\\\"query\\\": null, \\\"value\\\": null, \\\"series\\\": null, \\\"category\\\": null, \\\"function\\\": \\\"sum\\\", \\\"seriesFunction\\\": \\\"year\\\", \\\"categoryFunction\\\": \\\"year\\\"}, \\\"display\\\": {\\\"axes\\\": true, \\\"icon\\\": null, \\\"label\\\": null, \\\"pivot\\\": false, \\\"legend\\\": \\\"top\\\", \\\"search\\\": false, \\\"linkRow\\\": false, \\\"stacked\\\": false, \\\"striped\\\": true, \\\"sortable\\\": true, \\\"axisLabels\\\": false, \\\"linkButton\\\": true, \\\"searchable\\\": true}, \\\"colorScheme\\\": {\\\"name\\\": \\\"Single Color - #fff\\\", \\\"colors\\\": [\\\"#fff\\\"]}}\", \"user_id\": 3, \"asset_type\": null, \"created_at\": \"2024-10-22 18:30:49\", \"deleted_at\": null, \"updated_at\": \"2024-10-22 18:38:41\", \"is_template\": 0, \"saved_search_id\": 25}, \"dependents\": [{\"meta\": null, \"name\": \"Shipment Request Dashboard\", \"type\": \"saved_search\", \"uuid\": \"9d4ee295-4dc4-4b53-98bc-033a38c069c8\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearch\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchExporter\", \"fallbackMatches\": {\"title\": \"Shipment Request Dashboard\"}}], \"references\": [], \"type_human\": \"Saved Search Chart\", \"description\": null, \"type_plural\": \"SavedSearchCharts\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"type\": \"list\"}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Saved Search Charts\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}, \"9d4ee823-95ee-4f01-9374-4f393f600c06\": {\"mode\": \"update\", \"name\": \"Request 3\", \"type\": \"SavedSearchChart\", \"model\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"attributes\": {\"id\": 6, \"sort\": 2, \"type\": \"bar\", \"uuid\": \"9d4ee823-95ee-4f01-9374-4f393f600c06\", \"title\": \"Request 3\", \"config\": \"{\\\"pivot\\\": {\\\"query\\\": null, \\\"value\\\": \\\"id\\\", \\\"series\\\": \\\"Amount:\\\", \\\"category\\\": \\\"Invoice Date:\\\", \\\"function\\\": \\\"count\\\", \\\"seriesFunction\\\": \\\"month\\\", \\\"categoryFunction\\\": \\\"year\\\"}, \\\"display\\\": {\\\"axes\\\": true, \\\"icon\\\": null, \\\"label\\\": null, \\\"pivot\\\": false, \\\"legend\\\": \\\"top\\\", \\\"search\\\": false, \\\"linkRow\\\": false, \\\"stacked\\\": true, \\\"striped\\\": true, \\\"sortable\\\": true, \\\"axisLabels\\\": false, \\\"linkButton\\\": true, \\\"searchable\\\": true}, \\\"colorScheme\\\": {\\\"name\\\": \\\"Classic Cyclic\\\", \\\"colors\\\": [\\\"#1f83b4\\\", \\\"#12a2a8\\\", \\\"#2ca030\\\", \\\"#78a641\\\", \\\"#bcbd22\\\", \\\"#ffbf50\\\", \\\"#ffaa0e\\\", \\\"#ff7f0e\\\", \\\"#d63a3a\\\", \\\"#c7519c\\\", \\\"#ba43b4\\\", \\\"#8a60b0\\\", \\\"#6f63bb\\\"]}}\", \"user_id\": 3, \"asset_type\": null, \"created_at\": \"2024-10-22 18:37:56\", \"deleted_at\": null, \"updated_at\": \"2024-10-22 19:19:31\", \"is_template\": 0, \"saved_search_id\": 25}, \"dependents\": [{\"meta\": null, \"name\": \"Shipment Request Dashboard\", \"type\": \"saved_search\", \"uuid\": \"9d4ee295-4dc4-4b53-98bc-033a38c069c8\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearch\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchExporter\", \"fallbackMatches\": {\"title\": \"Shipment Request Dashboard\"}}], \"references\": [], \"type_human\": \"Saved Search Chart\", \"description\": null, \"type_plural\": \"SavedSearchCharts\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"type\": \"bar\"}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Saved Search Charts\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}, \"9d4ee867-5e12-4dd6-90aa-b712293aed27\": {\"mode\": \"update\", \"name\": \"request 4\", \"type\": \"SavedSearchChart\", \"model\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"attributes\": {\"id\": 7, \"sort\": 0, \"type\": \"line\", \"uuid\": \"9d4ee867-5e12-4dd6-90aa-b712293aed27\", \"title\": \"request 4\", \"config\": \"{\\\"pivot\\\": {\\\"query\\\": null, \\\"value\\\": \\\"Case #\\\", \\\"series\\\": \\\"Close\\\", \\\"category\\\": \\\"Completed\\\", \\\"function\\\": \\\"sum\\\", \\\"seriesFunction\\\": \\\"year\\\", \\\"categoryFunction\\\": \\\"year\\\"}, \\\"display\\\": {\\\"axes\\\": true, \\\"icon\\\": null, \\\"label\\\": null, \\\"pivot\\\": false, \\\"legend\\\": \\\"top\\\", \\\"search\\\": false, \\\"linkRow\\\": false, \\\"stacked\\\": true, \\\"striped\\\": true, \\\"sortable\\\": true, \\\"axisLabels\\\": false, \\\"linkButton\\\": true, \\\"searchable\\\": true}, \\\"colorScheme\\\": {\\\"name\\\": \\\"Classic Cyclic\\\", \\\"colors\\\": [\\\"#1f83b4\\\", \\\"#12a2a8\\\", \\\"#2ca030\\\", \\\"#78a641\\\", \\\"#bcbd22\\\", \\\"#ffbf50\\\", \\\"#ffaa0e\\\", \\\"#ff7f0e\\\", \\\"#d63a3a\\\", \\\"#c7519c\\\", \\\"#ba43b4\\\", \\\"#8a60b0\\\", \\\"#6f63bb\\\"]}}\", \"user_id\": 3, \"asset_type\": null, \"created_at\": \"2024-10-22 18:38:40\", \"deleted_at\": null, \"updated_at\": \"2024-10-22 18:57:53\", \"is_template\": 0, \"saved_search_id\": 25}, \"dependents\": [{\"meta\": null, \"name\": \"Shipment Request Dashboard\", \"type\": \"saved_search\", \"uuid\": \"9d4ee295-4dc4-4b53-98bc-033a38c069c8\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearch\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchExporter\", \"fallbackMatches\": {\"title\": \"Shipment Request Dashboard\"}}], \"references\": [], \"type_human\": \"Saved Search Chart\", \"description\": null, \"type_plural\": \"SavedSearchCharts\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"type\": \"line\"}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Saved Search Charts\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}, \"9d4f1930-8d50-4dcc-8377-60e2e78ff44f\": {\"mode\": \"update\", \"name\": \"Dashboard - Shipment Orders\", \"type\": \"Screen\", \"model\": \"ProcessMaker\\\\Models\\\\Screen\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\ScreenExporter\", \"attributes\": {\"id\": 157, \"key\": null, \"type\": \"DISPLAY\", \"uuid\": \"9d4f1930-8d50-4dcc-8377-60e2e78ff44f\", \"title\": \"Dashboard - Shipment Orders\", \"config\": \"[{\\\"name\\\": \\\"Welcome Screen Template\\\", \\\"items\\\": [{\\\"items\\\": [[{\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Dashboard
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"TabMenuActive\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Shipment Orders
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"8\\\"}], \\\"customCssSelector\\\": \\\"Bg-HeaderLine\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Title section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"6\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\\n\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\\n\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\\n\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\\n\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\\n\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"customCssSelector\\\": \\\"Btn-Style\\\"}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"customCssSelector\\\": \\\"Btn-Style-Info\\\"}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"4\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"5\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"6\\\", \\\"content\\\": \\\"1\\\"}, {\\\"value\\\": \\\"7\\\", \\\"content\\\": \\\"1\\\"}], \\\"customCssSelector\\\": \\\"Bg-Form\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Saved Search Chart\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-chart-line\\\", \\\"name\\\": \\\"Saved Search Chart\\\", \\\"label\\\": \\\"Saved Search Chart\\\", \\\"helper\\\": null, \\\"fontSize\\\": \\\"1em\\\", \\\"validation\\\": null, \\\"chartConfig\\\": {\\\"id\\\": 5, \\\"full\\\": true, \\\"height\\\": \\\"default\\\", \\\"editable\\\": false, \\\"displayLink\\\": false, \\\"displayTitle\\\": true, \\\"displayBorder\\\": true, \\\"additionalPmql\\\": null}, \\\"placeholder\\\": null}, \\\"component\\\": \\\"SavedSearchChart\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"SavedSearchChartInspector\\\", \\\"field\\\": \\\"chartConfig\\\", \\\"config\\\": {\\\"label\\\": \\\"Saved Search Chart\\\", \\\"helper\\\": \\\"Display a Saved Search Chart\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}], \\\"editor-control\\\": \\\"SavedSearchChart\\\", \\\"editor-component\\\": \\\"SavedSearchChart\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"Bg-Container\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"Bg-Body\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"order\\\": 1}]\", \"status\": \"ACTIVE\", \"computed\": \"[]\", \"watchers\": \"[]\", \"asset_type\": null, \"created_at\": \"2024-10-22 20:55:05\", \"custom_css\": \"[selector='Bg-Body'] {\\n background-color: #FFFFFF;\\n border: 1px solid #D7DDE5;\\n border-radius: 16px;\\n padding: 40px 40px 60px 40px;\\n /*min-height: 324px;*/\\n box-shadow:0px 3px 5px 0px #e7e7e7;\\n}\\n[selector='TabMenuActive']{\\n border-bottom: 3px solid #2773F3;\\n}\\n.TextActive{\\n color: #2773F3;\\n text-align: center;\\n font-size: 15px;\\n font-weight: 600;\\n}\\n.TextAll{\\n color: #596372;\\n text-align: center;\\n font-size: 15px;\\n font-weight: 400;\\n}\\n[selector='Bg-HeaderLine']{\\n border-bottom: 1px solid #CDDDEE;\\n}\\n.TextTitle{\\n color: #343434;\\n font-size: 28px;\\n font-weight: bold;\\n font-family: 'Open Sans';\\n} \\n\\n\\n/**/\\n .search-box {\\n position: relative;\\n width: 100%;\\n }\\n .search-box input[type=\\\"text\\\"] {\\n width: 100%;\\n padding: 10px 40px 10px 40px;\\n border-radius: 6px;\\n border: 1px solid #ccc;\\n font-size: 16px;\\n }\\n .search-box .icon {\\n position: absolute;\\n left: 15px;\\n top: 50%;\\n transform: translateY(-50%);\\n color: #aaa;\\n }\\n\\n\\n[selector='Btn-Style'] .btn-primary {\\n color: #fff;\\n background-color: #2773F3;\\n border-color: #2773F3;\\n text-transform: capitalize !important;\\n}\\n[selector='Btn-Style'] .btn-primary:hover{\\n color: #fff;\\n background-color: #5e99fe;\\n border-color: #5e99fe;\\n text-transform: capitalize !important;\\n}\\n[selector='Btn-Style-Info'] .btn-info {\\n color: #000000;\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n text-transform: capitalize !important;\\n}\\n[selector='Btn-Style-Info'] .btn-info:hover{\\n color: #000000;\\n background-color: #D7DDE5;\\n border-color: #D7DDE5;\\n text-transform: capitalize !important;\\n}\\n/**Bg-Container***/\\n\\n[selector='Bg-Container'] .saved-search-chart .chart-error h3 {\\n display: none;\\n}\\n[selector='Bg-Container'] .saved-search-chart.mb-3 {\\n margin-bottom: 0px !important;\\n}\\n.card.dashboard-card, [selector='Bg-Container'] {\\n border-radius: 15px !important;\\n border: 3px solid #fff !important;\\n box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15)!important;\\n margin-bottom: 3rem !important;\\n}\\n.card.dashboard-card .card-header, [selector='Bg-Container'] {\\n background-color: #F9F9F9 !important;\\n}\\n\\n[selector='Bg-Container'] .card{\\n border-radius:15px !important; \\n}\\n\\n[selector='Bg-Form'] select {\\n word-wrap: normal;\\n width: 100%;\\n padding: 0.6rem 0.75rem;\\n border: 1px solid #dddfe4;\\n border-radius: 8px;\\n color: #9FA8B5;\\n}\\n[selector='Bg-Form'] p {\\n margin-top: 0;\\n margin-bottom: 12px;\\n}\\n[selector='Bg-Form'] .form-group {\\n color: #20243A;\\n font-size: 14px;\\n font-weight: 500;\\n}\", \"updated_at\": \"2024-11-14 16:17:22\", \"description\": \"Dashboard - Shipment Orders\", \"is_template\": 0, \"translations\": null}, \"dependents\": [{\"meta\": \"0.items.0.items.0.5.items.0.0.config.chartConfig.id\", \"name\": \"Request Cases\", \"type\": \"screen_saved_search_chart\", \"uuid\": \"9d4ee597-4f89-4d5f-ae55-f8ab94a22cc4\", \"discard\": false, \"modelClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\Models\\\\SavedSearchChart\", \"exporterClass\": \"ProcessMaker\\\\Package\\\\SavedSearch\\\\ImportExport\\\\SavedSearchChartExporter\", \"fallbackMatches\": {\"title\": \"Request Cases\"}}], \"references\": {\"uncategorized-category\": true}, \"type_human\": \"Screen\", \"description\": \"Dashboard - Shipment Orders\", \"type_plural\": \"Screens\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Screens\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}}, \"version\": \"2\"}","screen_custom_css":"[selector='Bg-Body'] {\n background-color: #FFFFFF;\n border: 1px solid #D7DDE5;\n border-radius: 16px;\n padding: 40px 40px 60px 40px;\n /*min-height: 324px;*/\n box-shadow:0px 3px 5px 0px #e7e7e7;\n}\n[selector='TabMenuActive']{\n border-bottom: 3px solid #2773F3;\n}\n.TextActive{\n color: #2773F3;\n text-align: center;\n font-size: 15px;\n font-weight: 600;\n}\n.TextAll{\n color: #596372;\n text-align: center;\n font-size: 15px;\n font-weight: 400;\n}\n[selector='Bg-HeaderLine']{\n border-bottom: 1px solid #CDDDEE;\n}\n.TextTitle{\n color: #343434;\n font-size: 28px;\n font-weight: bold;\n font-family: 'Open Sans';\n} \n\n\n/**/\n .search-box {\n position: relative;\n width: 100%;\n }\n .search-box input[type=\"text\"] {\n width: 100%;\n padding: 10px 40px 10px 40px;\n border-radius: 6px;\n border: 1px solid #ccc;\n font-size: 16px;\n }\n .search-box .icon {\n position: absolute;\n left: 15px;\n top: 50%;\n transform: translateY(-50%);\n color: #aaa;\n }\n\n\n[selector='Btn-Style'] .btn-primary {\n color: #fff;\n background-color: #2773F3;\n border-color: #2773F3;\n text-transform: capitalize !important;\n}\n[selector='Btn-Style'] .btn-primary:hover{\n color: #fff;\n background-color: #5e99fe;\n border-color: #5e99fe;\n text-transform: capitalize !important;\n}\n[selector='Btn-Style-Info'] .btn-info {\n color: #000000;\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n text-transform: capitalize !important;\n}\n[selector='Btn-Style-Info'] .btn-info:hover{\n color: #000000;\n background-color: #D7DDE5;\n border-color: #D7DDE5;\n text-transform: capitalize !important;\n}\n/**Bg-Container***/\n\n[selector='Bg-Container'] .saved-search-chart .chart-error h3 {\n display: none;\n}\n[selector='Bg-Container'] .saved-search-chart.mb-3 {\n margin-bottom: 0px !important;\n}\n.card.dashboard-card, [selector='Bg-Container'] {\n border-radius: 15px !important;\n border: 3px solid #fff !important;\n box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15)!important;\n margin-bottom: 3rem !important;\n}\n.card.dashboard-card .card-header, [selector='Bg-Container'] {\n background-color: #F9F9F9 !important;\n}\n\n[selector='Bg-Container'] .card{\n border-radius:15px !important; \n}\n\n[selector='Bg-Form'] select {\n word-wrap: normal;\n width: 100%;\n padding: 0.6rem 0.75rem;\n border: 1px solid #dddfe4;\n border-radius: 8px;\n color: #9FA8B5;\n}\n[selector='Bg-Form'] p {\n margin-top: 0;\n margin-bottom: 12px;\n}\n[selector='Bg-Form'] .form-group {\n color: #20243A;\n font-size: 14px;\n font-weight: 500;\n}","media_collection":"st-9d8941e9-29db-4573-be4f-49bc844d04a1-media","is_public":0,"is_default_template":0,"is_system":0,"asset_type":null,"created_at":"2024-11-20 18:46:58","updated_at":"2024-11-20 18:46:58"},"extraAttributes":{"translatedLanguages":[]},"references":[]}}}
\ No newline at end of file
diff --git a/default-templates/email_screen_template/assets/preview-thumbs/preview1.png b/default-templates/email_screen_template/assets/preview-thumbs/preview1.png
new file mode 100644
index 0000000..833c88b
Binary files /dev/null and b/default-templates/email_screen_template/assets/preview-thumbs/preview1.png differ
diff --git a/default-templates/email_screen_template/assets/thumbnail.jpeg b/default-templates/email_screen_template/assets/thumbnail.jpeg
new file mode 100644
index 0000000..d57d11b
Binary files /dev/null and b/default-templates/email_screen_template/assets/thumbnail.jpeg differ
diff --git a/default-templates/email_screen_template/screen_template_details.xml b/default-templates/email_screen_template/screen_template_details.xml
new file mode 100644
index 0000000..da47b6a
--- /dev/null
+++ b/default-templates/email_screen_template/screen_template_details.xml
@@ -0,0 +1,8 @@
+
+
diff --git a/default-templates/email_screen_template/screen_template_export.json b/default-templates/email_screen_template/screen_template_export.json
new file mode 100644
index 0000000..15c1514
--- /dev/null
+++ b/default-templates/email_screen_template/screen_template_export.json
@@ -0,0 +1 @@
+{"type":"screen_templates_package","version":"2","root":"9d8940f1-6709-4db9-9bc2-3c051214d6cf","name":"Email Screen","export":{"9d8940f1-6709-4db9-9bc2-3c051214d6cf":{"exporter":"ProcessMaker\\ImportExport\\Exporters\\ScreenTemplatesExporter","type":"ScreenTemplates","type_human":"Screen Template","type_plural":"ScreenTemplates","type_human_plural":"Screen Templates","last_modified_by":"","last_modified_by_id":null,"model":"ProcessMaker\\Models\\ScreenTemplates","force_password_protect":false,"hidden":false,"mode":"update","saveAssetsMode":"saveAllAssets","explicit_discard":false,"dependents":[],"name":"Email Screen","description":"Email Screen","process_manager":"","process_manager_id":null,"attributes":{"id":12,"uuid":"9d8940f1-6709-4db9-9bc2-3c051214d6cf","unique_template_id":null,"name":"Email Screen","description":"Email Screen","version":"1.0.0","user_id":36,"editing_screen_uuid":null,"screen_category_id":1,"screen_type":"EMAIL","manifest":"{\"name\": \"Welcome email screen\", \"root\": \"9d191765-337b-459b-ac5a-7fc175b814ed\", \"type\": \"screen_package\", \"export\": {\"9d191765-337b-459b-ac5a-7fc175b814ed\": {\"mode\": \"update\", \"name\": \"Welcome email screen\", \"type\": \"Screen\", \"model\": \"ProcessMaker\\\\Models\\\\Screen\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\ScreenExporter\", \"attributes\": {\"id\": 1912, \"key\": null, \"type\": \"EMAIL\", \"uuid\": \"9d191765-337b-459b-ac5a-7fc175b814ed\", \"title\": \"Welcome email screen\", \"config\": \"[{\\\"name\\\": \\\"Invoice Approval Email New\\\", \\\"items\\\": [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n
\\\\n
\\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n
\\\\n
Dear Jose Maldonado,
\\\\n \\\\n
We hope this message finds you well. We’re excited to announce the launch of our new Expense Report Process, design to streamline and simplify your expense management.
\\\\n
With our new solution, you can effortlessly track expenses, submit reimbursement request ans stay on budget.
If you don’t want to receive this kind of emails, you can update your preferences or Unsubscribe from this type of email Read our Privacy Policy \\\\n and Terms of Use \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": true, \\\"customCssSelector\\\": \\\"body-container\\\"}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], \\\"order\\\": 1}]\", \"status\": \"ACTIVE\", \"computed\": \"[]\", \"watchers\": \"[]\", \"asset_type\": null, \"created_at\": \"2024-09-26 00:35:22\", \"custom_css\": \"[selector='body-container'] p {\\n color: #556271;\\n}\\n\\n.center-block {\\n width: auto;\\n max-width: 80% !important;\\n}\", \"updated_at\": \"2024-09-26 02:02:18\", \"description\": \"Welcome email screen\", \"is_template\": 0, \"translations\": null}, \"dependents\": [], \"references\": {\"uncategorized-category\": true}, \"type_human\": \"Screen\", \"description\": \"Welcome email screen\", \"type_plural\": \"Screens\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"milton magne\", \"type_human_plural\": \"Screens\", \"process_manager_id\": null, \"last_modified_by_id\": 4, \"force_password_protect\": false}}, \"version\": \"2\"}","screen_custom_css":"[selector='body-container'] p {\n color: #556271;\n}\n\n.center-block {\n width: auto;\n max-width: 80% !important;\n}","media_collection":"st-9d8940f1-6709-4db9-9bc2-3c051214d6cf-media","is_public":0,"is_default_template":0,"is_system":0,"asset_type":null,"created_at":"2024-11-20 18:44:16","updated_at":"2024-11-20 18:44:16"},"extraAttributes":{"translatedLanguages":[]},"references":[]}}}
\ No newline at end of file
diff --git a/default-templates/paper_template/assets/preview-thumbs/preview1.jpg b/default-templates/paper_template/assets/preview-thumbs/preview1.jpg
new file mode 100644
index 0000000..1b736de
Binary files /dev/null and b/default-templates/paper_template/assets/preview-thumbs/preview1.jpg differ
diff --git a/default-templates/paper_template/assets/thumbnail.jpeg b/default-templates/paper_template/assets/thumbnail.jpeg
new file mode 100644
index 0000000..d57d11b
Binary files /dev/null and b/default-templates/paper_template/assets/thumbnail.jpeg differ
diff --git a/default-templates/paper_template/screen_template_details.xml b/default-templates/paper_template/screen_template_details.xml
new file mode 100644
index 0000000..a998be5
--- /dev/null
+++ b/default-templates/paper_template/screen_template_details.xml
@@ -0,0 +1,8 @@
+
+
diff --git a/default-templates/paper_template/screen_template_export.json b/default-templates/paper_template/screen_template_export.json
new file mode 100644
index 0000000..fef4876
--- /dev/null
+++ b/default-templates/paper_template/screen_template_export.json
@@ -0,0 +1 @@
+{"type":"screen_templates_package","version":"2","root":"9bfd43ab-87ee-4d68-bbee-4f5f0600d4eb","name":"Paper Template","export":{"9bfd43ab-87ee-4d68-bbee-4f5f0600d4eb":{"exporter":"ProcessMaker\\ImportExport\\Exporters\\ScreenTemplatesExporter","type":"ScreenTemplates","type_human":"Screen Template","type_plural":"ScreenTemplates","type_human_plural":"Screen Templates","last_modified_by":"","last_modified_by_id":null,"model":"ProcessMaker\\Models\\ScreenTemplates","force_password_protect":false,"hidden":false,"mode":"update","saveAssetsMode":"saveAllAssets","explicit_discard":false,"dependents":[],"name":"Paper Template","description":"Default paper template","process_manager":"","process_manager_id":null,"attributes":{"id":749,"uuid":"9bfd43ab-87ee-4d68-bbee-4f5f0600d4eb","unique_template_id":null,"name":"Paper Template","description":"Default paper template","version":"1.0.0","user_id":1,"editing_screen_uuid":null,"screen_category_id":1,"screen_type":"FORM","manifest":"{\"name\": \"PLG - PaperTemplate\", \"root\": \"9bfd3e74-3aed-4d52-85e4-cfdbaa918f34\", \"type\": \"screen_package\", \"export\": {\"9bfd3e74-3aed-4d52-85e4-cfdbaa918f34\": {\"mode\": \"update\", \"name\": \"PLG - PaperTemplate\", \"type\": \"Screen\", \"model\": \"ProcessMaker\\\\Models\\\\Screen\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\ScreenExporter\", \"attributes\": {\"id\": 3136, \"key\": null, \"type\": \"FORM\", \"uuid\": \"9bfd3e74-3aed-4d52-85e4-cfdbaa918f34\", \"title\": \"PLG - PaperTemplate\", \"config\": \"[{\\\"name\\\": \\\"PLG - Health Savings Account\\\", \\\"items\\\": [{\\\"items\\\": [[{\\\"items\\\": [[], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"isologo%202\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"width\\\": \\\"200\\\", \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"customCssSelector\\\": \\\"logo-img\\\"}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\\n
Jose Maldonado
\\\\n
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\\n
Self Assesment
\\\\n
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\\n
ECR No: {{ecrNumber}}
\\\\n
Date: {{ecrDate}}
\\\\n
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"conditionalHide\\\": \\\"false\\\"}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"customCssSelector\\\": \\\"bg-Header\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Little Title
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Health Savings Account
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
In general, please list everyone who lives in your home. If someone is pregnant, just count them as one person. we'll ask about the pregnancy later.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Section Name
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"defaultValue\\\": {\\\"mode\\\": \\\"basic\\\", \\\"value\\\": null}, \\\"conditionalHide\\\": null}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_2\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"defaultValue\\\": {\\\"mode\\\": \\\"basic\\\", \\\"value\\\": null}, \\\"conditionalHide\\\": null}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_3\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"defaultValue\\\": {\\\"mode\\\": \\\"basic\\\", \\\"value\\\": null}, \\\"conditionalHide\\\": null}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Date Picker\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-calendar-alt\\\", \\\"name\\\": \\\"form_date_picker_1\\\", \\\"type\\\": \\\"datetime\\\", \\\"label\\\": \\\"Field Name\\\", \\\"maxDate\\\": null, \\\"minDate\\\": null, \\\"disabled\\\": false, \\\"dataFormat\\\": \\\"date\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"xx/xx/xxxx\\\", \\\"defaultValue\\\": {\\\"mode\\\": \\\"basic\\\", \\\"value\\\": null}}, \\\"component\\\": \\\"FormDatePicker\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"minDate\\\", \\\"config\\\": {\\\"name\\\": \\\"Minimum Date\\\", \\\"label\\\": \\\"Minimum Date\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"date_or_mustache\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"maxDate\\\", \\\"config\\\": {\\\"name\\\": \\\"Maximum Date\\\", \\\"label\\\": \\\"Maximum Date\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"after_min_date|date_or_mustache\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormDatePicker\\\", \\\"editor-component\\\": \\\"FormDatePicker\\\"}], [{\\\"label\\\": \\\"Date Picker\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-calendar-alt\\\", \\\"name\\\": \\\"form_date_picker_2\\\", \\\"type\\\": \\\"datetime\\\", \\\"label\\\": \\\"Field Name\\\", \\\"maxDate\\\": null, \\\"minDate\\\": null, \\\"disabled\\\": false, \\\"dataFormat\\\": \\\"date\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"xx/xx/xxxx\\\", \\\"defaultValue\\\": {\\\"mode\\\": \\\"basic\\\", \\\"value\\\": null}}, \\\"component\\\": \\\"FormDatePicker\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"minDate\\\", \\\"config\\\": {\\\"name\\\": \\\"Minimum Date\\\", \\\"label\\\": \\\"Minimum Date\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"date_or_mustache\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"maxDate\\\", \\\"config\\\": {\\\"name\\\": \\\"Maximum Date\\\", \\\"label\\\": \\\"Maximum Date\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"after_min_date|date_or_mustache\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormDatePicker\\\", \\\"editor-component\\\": \\\"FormDatePicker\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_4\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"defaultValue\\\": {\\\"mode\\\": \\\"basic\\\", \\\"value\\\": null}, \\\"conditionalHide\\\": \\\"false\\\"}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
There will be a question here
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [{\\\"items\\\": [[{\\\"label\\\": \\\"Checkbox\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-check-square\\\", \\\"name\\\": \\\"form_checkbox_1\\\", \\\"label\\\": \\\"Include Confirmation\\\", \\\"helper\\\": null, \\\"toggle\\\": false, \\\"disabled\\\": false, \\\"validation\\\": [], \\\"initiallyChecked\\\": false}, \\\"component\\\": \\\"FormCheckbox\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormCheckbox\\\", \\\"editor-component\\\": \\\"FormCheckbox\\\"}], [{\\\"label\\\": \\\"Checkbox\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-check-square\\\", \\\"name\\\": \\\"form_checkbox_1\\\", \\\"label\\\": \\\"Include Confirmation\\\", \\\"helper\\\": null, \\\"toggle\\\": false, \\\"disabled\\\": false, \\\"validation\\\": [], \\\"initiallyChecked\\\": false}, \\\"component\\\": \\\"FormCheckbox\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormCheckbox\\\", \\\"editor-component\\\": \\\"FormCheckbox\\\"}], [{\\\"label\\\": \\\"Checkbox\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-check-square\\\", \\\"name\\\": \\\"form_checkbox_2\\\", \\\"label\\\": \\\"Include Confirmation\\\", \\\"helper\\\": null, \\\"toggle\\\": false, \\\"disabled\\\": false, \\\"validation\\\": [], \\\"initiallyChecked\\\": false}, \\\"component\\\": \\\"FormCheckbox\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormCheckbox\\\", \\\"editor-component\\\": \\\"FormCheckbox\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"4\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"4\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"4\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"MultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"label\\\": \\\"Loop\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-redo\\\", \\\"name\\\": \\\"loop_1\\\", \\\"label\\\": null, \\\"settings\\\": {\\\"add\\\": false, \\\"type\\\": \\\"new\\\", \\\"times\\\": \\\"1\\\", \\\"varname\\\": \\\"loop_1\\\"}, \\\"customCssSelector\\\": \\\"loopText\\\"}, \\\"component\\\": \\\"FormLoop\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"LoopInspector\\\", \\\"field\\\": \\\"settings\\\", \\\"config\\\": {\\\"label\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"Loop\\\", \\\"editor-component\\\": \\\"Loop\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Section Name
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [{\\\"items\\\": [[{\\\"label\\\": \\\"Textarea\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-paragraph\\\", \\\"name\\\": \\\"form_text_area_1\\\", \\\"rows\\\": 2, \\\"label\\\": \\\"i Will START doing: These new tasks that are currently not being done and would have a positive impact on my work\\\", \\\"helper\\\": null, \\\"currency\\\": {\\\"code\\\": \\\"USD\\\", \\\"name\\\": \\\"US Dollar\\\", \\\"format\\\": \\\"#,###.##\\\", \\\"symbol\\\": \\\"$\\\"}, \\\"readonly\\\": false, \\\"richtext\\\": false, \\\"validation\\\": [{\\\"value\\\": \\\"required\\\", \\\"helper\\\": \\\"Checks if the length of the String representation of the value is >\\\", \\\"content\\\": \\\"Required\\\"}], \\\"placeholder\\\": \\\"Placeholder\\\"}, \\\"component\\\": \\\"FormTextArea\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormTextArea\\\", \\\"editor-component\\\": \\\"FormTextArea\\\"}], [{\\\"label\\\": \\\"Textarea\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-paragraph\\\", \\\"name\\\": \\\"form_text_area_2\\\", \\\"rows\\\": 2, \\\"label\\\": \\\"i Will START doing: These new tasks that are currently not being done and would have a positive impact on my work\\\", \\\"helper\\\": null, \\\"currency\\\": {\\\"code\\\": \\\"USD\\\", \\\"name\\\": \\\"US Dollar\\\", \\\"format\\\": \\\"#,###.##\\\", \\\"symbol\\\": \\\"$\\\"}, \\\"readonly\\\": false, \\\"richtext\\\": false, \\\"validation\\\": [{\\\"value\\\": \\\"required\\\", \\\"helper\\\": \\\"Checks if the length of the String representation of the value is >\\\", \\\"content\\\": \\\"Required\\\"}], \\\"placeholder\\\": \\\"Placeholder\\\"}, \\\"component\\\": \\\"FormTextArea\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormTextArea\\\", \\\"editor-component\\\": \\\"FormTextArea\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"label\\\": \\\"Loop\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-redo\\\", \\\"name\\\": \\\"loop_5\\\", \\\"label\\\": null, \\\"settings\\\": {\\\"add\\\": false, \\\"type\\\": \\\"new\\\", \\\"times\\\": \\\"1\\\", \\\"varname\\\": \\\"loop_5\\\"}}, \\\"component\\\": \\\"FormLoop\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"LoopInspector\\\", \\\"field\\\": \\\"settings\\\", \\\"config\\\": {\\\"label\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"Loop\\\", \\\"editor-component\\\": \\\"Loop\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"Submit\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"customCssSelector\\\": \\\"btn-position\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"9\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"3\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"customCssSelector\\\": \\\"bg-Footer\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"8\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-container\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]}]\", \"status\": \"ACTIVE\", \"computed\": \"[]\", \"watchers\": null, \"asset_type\": null, \"created_at\": \"2024-02-29 13:48:17\", \"custom_css\": \"/***StyleDiego--HealthSavingsAccoount--07-05-24*****/\\r\\n[selector='bg-container']{\\r\\n background-color: #DEEBFF;\\r\\n}\\r\\n\\r\\n[selector='bg-form']{\\r\\n background-color: #F6F9FB;\\r\\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n padding: 10px 30px;\\r\\n max-width: 873px;\\r\\n margin: auto;\\r\\n}\\r\\n\\r\\n[selector='Bg-Form2']{\\r\\n background-color: #FFFFFF;\\r\\n padding: 10px 40px;\\r\\n}\\r\\n\\r\\n[selector='bg-Header']{\\r\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\\r\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\\r\\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n max-width: 873px;\\r\\n margin: auto;\\r\\n}\\r\\n[selector='Bg-Header2']{ \\r\\n background: linear-gradient(to right, #bcdcf8 0%, #ffffff 100%);\\r\\n /*max-width: 873px;\\r\\n margin: auto;*/\\r\\n}\\r\\n[selector='Bg-headerList']{ \\r\\n background-color:#95C8F3;\\r\\n padding: 10px 15px 0 15px;\\r\\n}\\r\\n[selector='Bg-GridList'] .row{ \\r\\n margin-right:0px !important;\\r\\n margin-left:0px !important;\\r\\n}\\r\\n[selector='Bg-GridList'] .col-sm-3{ \\r\\n border:1px solid #95C8F3;\\r\\n}\\r\\n\\r\\n[selector='bg-Footer']{\\r\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\\r\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\\r\\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n height: 68px;\\r\\n max-width: 873px;\\r\\n margin: auto;\\r\\n}\\r\\n[selector='logo-img']{\\r\\n padding: 25px 20px 10px 20px;\\r\\n}\\r\\n\\r\\n[selector='logo-img2']{\\r\\n padding: 35px 20px 25px 40px;\\r\\n}\\r\\n\\r\\n.hdrTxt {\\r\\n text-align: right;\\r\\n color: #FFFFFF;\\r\\n font-size: 20px;\\r\\n font-weight: bold;\\r\\n letter-spacing: 0.075rem;\\r\\n line-height: 1.2;\\r\\n padding-right: 10px;\\r\\n padding-top: 5px;\\r\\n}\\r\\n.hdrTxt2 {\\r\\n text-align: right;\\r\\n color: #556271;\\r\\n font-size: 20px;\\r\\n font-weight: bold;\\r\\n letter-spacing: 0.075rem;\\r\\n line-height: 1.2;\\r\\n margin: 0px 50px;\\r\\n}\\r\\n.hdrTxt3 {\\r\\n text-align: right;\\r\\n color: #556271;\\r\\n font-size: 20px;\\r\\n font-weight: 400;\\r\\n letter-spacing: 0.075rem;\\r\\n line-height: 1.2;\\r\\n margin: 25px 50px 0px 50px;\\r\\n}\\r\\n.WhitehdrTxt2 {\\r\\n text-align: right;\\r\\n color: #FFFFFF;\\r\\n font-size: 20px;\\r\\n font-weight: bold;\\r\\n letter-spacing: 0.075rem;\\r\\n line-height: 1.2;\\r\\n margin: 0px 20px;\\r\\n}\\r\\n.WhitehdrTxt3 {\\r\\n text-align: right;\\r\\n color: #FFFFFF;\\r\\n font-size: 20px;\\r\\n font-weight: 400;\\r\\n letter-spacing: 0.075rem;\\r\\n line-height: 1.2;\\r\\n margin: 15px 20px 0px 20px;\\r\\n}\\r\\n\\r\\n\\r\\n.Textlitle{\\r\\n color: #9dabb6;\\r\\n font-size: 17px;\\r\\n font-weight: 600;\\r\\n line-height: 24px;\\r\\n}\\r\\n.TitleHealth{\\r\\n color: #343434;\\r\\n font-size: 40px;\\r\\n font-weight: 700;\\r\\n line-height: 45.6px;\\r\\n}\\r\\n.TextField{\\r\\n color: #556271;\\r\\n font-size: 16px;\\r\\n font-weight: 400;\\r\\n line-height: 24px;\\r\\n letter-spacing: 1px;\\r\\n}\\r\\n.TextFieldGrid{\\r\\n color: #556271;\\r\\n font-size: 16px;\\r\\n font-weight: 400;\\r\\n line-height: 24px;\\r\\n padding-top: 12px;\\r\\n}\\r\\n\\r\\n.TextFieldWhite{\\r\\n color: #FFFFFF;\\r\\n font-size: 16px;\\r\\n font-weight: 600;\\r\\n line-height: 24px;\\r\\n}\\r\\n.TitleSeccion {\\r\\n color: #0B3961;\\r\\n border-bottom: 2px solid #BCDCF8;\\r\\n font-size: 19px;\\r\\n font-weight: 700;\\r\\n line-height: 35px;\\r\\n}\\r\\n.TitleSeccion2{\\r\\n background-color: #DEEEFA;\\r\\n color: #556271;\\r\\n font-size: 17px;\\r\\n font-weight: 600;\\r\\n padding: 10px 20px;\\r\\n margin: 20px 0px;\\r\\n}\\r\\n.form-group label{\\r\\n color: #556271;\\r\\n font-size: 15px;\\r\\n font-weight: 400;\\r\\n line-height: 20.43px;\\r\\n}\\r\\n.form-control {\\r\\n color: #556271;\\r\\n border: 2px solid #bfc4c9;\\r\\n border-radius: 4px;\\r\\n padding: 10px;\\r\\n margin-bottom: 15px\\r\\n}\\r\\n\\r\\n[selector='btn-position'] .btn-primary{\\r\\n background-color:#1572C2;\\r\\n border: 1px solid #1572C2;\\r\\n color: #FFFFFF;\\r\\n border-radius: 4px;\\r\\n width: 100%;\\r\\n}\\r\\n\\r\\n/***Approval template***/\\r\\n\\r\\n\\r\\n[selector='loopText'] {\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.required-asterisk{\\r\\n color:#1572C2;\\r\\n}\\r\\n[selector='Bg-Approve'] .btn-primary{\\r\\n background-color:#4EA075;\\r\\n border: 1px solid #4EA075;\\r\\n color: #FFFFFF;\\r\\n border-radius: 4px;\\r\\n width: 100%;\\r\\n}\\r\\n[selector='Bg-Reject'] .btn-danger{\\r\\n background-color:#ED4858;\\r\\n border: 1px solid #ED4858;\\r\\n color: #FFFFFF;\\r\\n border-radius: 4px;\\r\\n width: 100%;\\r\\n}\", \"updated_at\": \"2024-05-07 22:15:20\", \"description\": \"PLG - PaperTemplate\", \"is_template\": 0, \"translations\": null}, \"dependents\": [], \"references\": {\"uncategorized-category\": true}, \"type_human\": \"Screen\", \"description\": \"PLG - PaperTemplate\", \"type_plural\": \"Screens\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Screens\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}}, \"version\": \"2\"}","screen_custom_css":"/***StyleDiego--HealthSavingsAccoount--07-05-24*****/\r\n[selector='bg-container']{\r\n background-color: #DEEBFF;\r\n}\r\n\r\n[selector='bg-form']{\r\n background-color: #F6F9FB;\r\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n padding: 10px 30px;\r\n max-width: 873px;\r\n margin: auto;\r\n}\r\n\r\n[selector='Bg-Form2']{\r\n background-color: #FFFFFF;\r\n padding: 10px 40px;\r\n}\r\n\r\n[selector='bg-Header']{\r\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\r\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n max-width: 873px;\r\n margin: auto;\r\n}\r\n[selector='Bg-Header2']{ \r\n background: linear-gradient(to right, #bcdcf8 0%, #ffffff 100%);\r\n /*max-width: 873px;\r\n margin: auto;*/\r\n}\r\n[selector='Bg-headerList']{ \r\n background-color:#95C8F3;\r\n padding: 10px 15px 0 15px;\r\n}\r\n[selector='Bg-GridList'] .row{ \r\n margin-right:0px !important;\r\n margin-left:0px !important;\r\n}\r\n[selector='Bg-GridList'] .col-sm-3{ \r\n border:1px solid #95C8F3;\r\n}\r\n\r\n[selector='bg-Footer']{\r\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\r\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n height: 68px;\r\n max-width: 873px;\r\n margin: auto;\r\n}\r\n[selector='logo-img']{\r\n padding: 25px 20px 10px 20px;\r\n}\r\n\r\n[selector='logo-img2']{\r\n padding: 35px 20px 25px 40px;\r\n}\r\n\r\n.hdrTxt {\r\n text-align: right;\r\n color: #FFFFFF;\r\n font-size: 20px;\r\n font-weight: bold;\r\n letter-spacing: 0.075rem;\r\n line-height: 1.2;\r\n padding-right: 10px;\r\n padding-top: 5px;\r\n}\r\n.hdrTxt2 {\r\n text-align: right;\r\n color: #556271;\r\n font-size: 20px;\r\n font-weight: bold;\r\n letter-spacing: 0.075rem;\r\n line-height: 1.2;\r\n margin: 0px 50px;\r\n}\r\n.hdrTxt3 {\r\n text-align: right;\r\n color: #556271;\r\n font-size: 20px;\r\n font-weight: 400;\r\n letter-spacing: 0.075rem;\r\n line-height: 1.2;\r\n margin: 25px 50px 0px 50px;\r\n}\r\n.WhitehdrTxt2 {\r\n text-align: right;\r\n color: #FFFFFF;\r\n font-size: 20px;\r\n font-weight: bold;\r\n letter-spacing: 0.075rem;\r\n line-height: 1.2;\r\n margin: 0px 20px;\r\n}\r\n.WhitehdrTxt3 {\r\n text-align: right;\r\n color: #FFFFFF;\r\n font-size: 20px;\r\n font-weight: 400;\r\n letter-spacing: 0.075rem;\r\n line-height: 1.2;\r\n margin: 15px 20px 0px 20px;\r\n}\r\n\r\n\r\n.Textlitle{\r\n color: #9dabb6;\r\n font-size: 17px;\r\n font-weight: 600;\r\n line-height: 24px;\r\n}\r\n.TitleHealth{\r\n color: #343434;\r\n font-size: 40px;\r\n font-weight: 700;\r\n line-height: 45.6px;\r\n}\r\n.TextField{\r\n color: #556271;\r\n font-size: 16px;\r\n font-weight: 400;\r\n line-height: 24px;\r\n letter-spacing: 1px;\r\n}\r\n.TextFieldGrid{\r\n color: #556271;\r\n font-size: 16px;\r\n font-weight: 400;\r\n line-height: 24px;\r\n padding-top: 12px;\r\n}\r\n\r\n.TextFieldWhite{\r\n color: #FFFFFF;\r\n font-size: 16px;\r\n font-weight: 600;\r\n line-height: 24px;\r\n}\r\n.TitleSeccion {\r\n color: #0B3961;\r\n border-bottom: 2px solid #BCDCF8;\r\n font-size: 19px;\r\n font-weight: 700;\r\n line-height: 35px;\r\n}\r\n.TitleSeccion2{\r\n background-color: #DEEEFA;\r\n color: #556271;\r\n font-size: 17px;\r\n font-weight: 600;\r\n padding: 10px 20px;\r\n margin: 20px 0px;\r\n}\r\n.form-group label{\r\n color: #556271;\r\n font-size: 15px;\r\n font-weight: 400;\r\n line-height: 20.43px;\r\n}\r\n.form-control {\r\n color: #556271;\r\n border: 2px solid #bfc4c9;\r\n border-radius: 4px;\r\n padding: 10px;\r\n margin-bottom: 15px\r\n}\r\n\r\n[selector='btn-position'] .btn-primary{\r\n background-color:#1572C2;\r\n border: 1px solid #1572C2;\r\n color: #FFFFFF;\r\n border-radius: 4px;\r\n width: 100%;\r\n}\r\n\r\n/***Approval template***/\r\n\r\n\r\n[selector='loopText'] {\r\n text-align: center;\r\n}\r\n\r\n.required-asterisk{\r\n color:#1572C2;\r\n}\r\n[selector='Bg-Approve'] .btn-primary{\r\n background-color:#4EA075;\r\n border: 1px solid #4EA075;\r\n color: #FFFFFF;\r\n border-radius: 4px;\r\n width: 100%;\r\n}\r\n[selector='Bg-Reject'] .btn-danger{\r\n background-color:#ED4858;\r\n border: 1px solid #ED4858;\r\n color: #FFFFFF;\r\n border-radius: 4px;\r\n width: 100%;\r\n}","media_collection":"st-9bfd43ab-87ee-4d68-bbee-4f5f0600d4eb-media","is_public":0,"is_default_template":0,"is_system":0,"asset_type":null,"created_at":"2024-05-07 22:24:03","updated_at":"2024-05-07 22:24:03"},"extraAttributes":{"translatedLanguages":[]},"references":[]}}}
\ No newline at end of file
diff --git a/default-templates/postcard_template/assets/preview-thumbs/preview1.jpg b/default-templates/postcard_template/assets/preview-thumbs/preview1.jpg
new file mode 100644
index 0000000..626ceec
Binary files /dev/null and b/default-templates/postcard_template/assets/preview-thumbs/preview1.jpg differ
diff --git a/default-templates/postcard_template/assets/thumbnail.jpeg b/default-templates/postcard_template/assets/thumbnail.jpeg
new file mode 100644
index 0000000..d57d11b
Binary files /dev/null and b/default-templates/postcard_template/assets/thumbnail.jpeg differ
diff --git a/default-templates/postcard_template/screen_template_details.xml b/default-templates/postcard_template/screen_template_details.xml
new file mode 100644
index 0000000..5f95863
--- /dev/null
+++ b/default-templates/postcard_template/screen_template_details.xml
@@ -0,0 +1,8 @@
+
+
diff --git a/default-templates/postcard_template/screen_template_export.json b/default-templates/postcard_template/screen_template_export.json
new file mode 100644
index 0000000..80ab715
--- /dev/null
+++ b/default-templates/postcard_template/screen_template_export.json
@@ -0,0 +1 @@
+{"type":"screen_templates_package","version":"2","root":"9bfd43eb-e5c4-4a33-a863-305b7cfc8ab9","name":"Postcard Template","export":{"9bfd43eb-e5c4-4a33-a863-305b7cfc8ab9":{"exporter":"ProcessMaker\\ImportExport\\Exporters\\ScreenTemplatesExporter","type":"ScreenTemplates","type_human":"Screen Template","type_plural":"ScreenTemplates","type_human_plural":"Screen Templates","last_modified_by":"","last_modified_by_id":null,"model":"ProcessMaker\\Models\\ScreenTemplates","force_password_protect":false,"hidden":false,"mode":"update","saveAssetsMode":"saveAllAssets","explicit_discard":false,"dependents":[],"name":"Postcard Template","description":"Default postcard template","process_manager":"","process_manager_id":null,"attributes":{"id":750,"uuid":"9bfd43eb-e5c4-4a33-a863-305b7cfc8ab9","unique_template_id":null,"name":"Postcard Template","description":"Default postcard template","version":"1.0.0","user_id":1,"editing_screen_uuid":null,"screen_category_id":1,"screen_type":"FORM","manifest":"{\"name\": \"PLG - PostCardTemplate\", \"root\": \"9bfd3f0b-dd0d-41f2-98e6-e395971c0d9c\", \"type\": \"screen_package\", \"export\": {\"9bfd3f0b-dd0d-41f2-98e6-e395971c0d9c\": {\"mode\": \"update\", \"name\": \"PLG - PostCardTemplate\", \"type\": \"Screen\", \"model\": \"ProcessMaker\\\\Models\\\\Screen\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\ScreenExporter\", \"attributes\": {\"id\": 3137, \"key\": null, \"type\": \"FORM\", \"uuid\": \"9bfd3f0b-dd0d-41f2-98e6-e395971c0d9c\", \"title\": \"PLG - PostCardTemplate\", \"config\": \"[{\\\"name\\\": \\\"PLG - Health Savings Account\\\", \\\"items\\\": [{\\\"items\\\": [[{\\\"items\\\": [[], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"isologo%203\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQIAAABECAYAAABqOTuVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAB2/SURBVHgB7V3djxzHca/qGX7KjsgYSWAlCNcIgjiGeFz6g6QZG1rmOYDkv0CnIO+iHvIUIOTlMUAg8imPOgJ5F/UX8Jg4Fik51vJOifmQQMs4gGM7sI6iLIq3u12p6q7u6Zmb2Tve7VHUqX/k3nz2dM9MV3V9dQ3CNvC9nz8Y0BRfpAkNyMIJ2qDjYJFgbBGmADTmk3hpp0A4JiRehwkBl+Fz3DbxNsJ4Avwj2hgDbozdtvlKCcXpZ6l47gg2qh3yFUaI5fVpATdvHT8ygoyMjD0Bzjp4/pcfLaIpLjER90gIm+kY+CeEjVNCO6kIn485YnfEL0Qv53EZWTomwfSPGxOk8dgxA1kHXvdMYQLlt45Dee53uBIui8h/AIkotoUQl21hljJDyMiYP0zbzsGHD3t/9quPbyCaN5gwe2G/cA1Et2RqZ2JlonWkSn5fOMftQUiomPxxlNOVyKE6LuvjW78k+7OPUc+vMwHhA2QXzdTe+O4vPnoJMjIy5opNjODczx/2xkxwvDoIxFojWkeg5IjV7RDiTuQKAk/0CR3HwrKsGAZFxuHXCSf/+r+xLqknrCvvkT8njDFvnv/Fg8uQkZExN9QYgUgCxQFmAioFJKN8WGW6T7UJHcATRuFEheoECmUqglc2kpxGWtL+98dAj6aQlKmrLoH5GPzb72VmkJExN9QYgUoCJ5on6SgPURZIaZ2Js0aweqISvSd8P7pDKOdlCGUK5NUFty3Ef38juVbKUyCtAsngpXNsxISMjIxdIzKC7/3KjbAn4qibAD1ZxwPojQVeEJAleWZRQZWA6gJezw+X0PJOzTAQ5QnHMD6tJIJgOEwljpQ5FCW+Ofjww2OQkZGxKzhGICoBD9KXUgNdRCC85JAb0YOhMJ6DlT1BFQAMxygxMIIneDE0OvFflsbJAhXr4DI2NEYljsgM6szh2Hhy4BJkZGTsCo4RsErgiClY9j0xK51bQhXsPaUmFn1Uz0FqOHTXCCM8QCTchFGAtyWqJBEkA6hZJKO6QYmdIdTRkFouZqkgI2N3KN1fIueS8246QlXe/Rlqr6fUJGiYGKeBOSBEk0Ek0GBRkAMWgwExUS2qwd9JFpjUFk/yDEKOozIcUGkCgoQhfARhYg++yruWICPjKUS/f27A/faNsH3nzu2vwVMG8/3/c375+ojqSNf/sLbPrQSC94M/eYKv4gQgiShIBIQq4MDTt5cj1D1ICA2tRAkeo/egYTiMaowwCgsvQ0bGUwzurb3wg6cQrJ2bF2r+ejf4C3HZuh2ANA4I09gCqrsTI2kn4gN6NYMw2hMxxCEkPknHS9JrdbkOo0tTGIQrJ9IE9c5/SCcgIyNjRzDWUr9mjPOUTvV4Ae/6U0oORr+6Da9mTkyiDFWOMDq6e0cDQrQZqAqAUbpoR+P6fp+qDo6pTH8zgIyMjB1B6LMvK3EEbsQFVNICoXoLEltAUO4bln2NNQhxB0GysJUgUeMiwaIAiZGSGrS/SUKAunTAp/YhIyNjRyiZip4NZvsmsQXJgBxdq86PGDyCCdRuV5kN/clSFrUoNIf0EIpMVW3CZ1glYZ0/mhi8soGetWhsQeVjQKr2YfYcZGTsEM5rYBArgkzcc2oNVK9hLZIA/CBM0WUYHYquOKkf0scLVC6BoFF4lcBPTUKlcFSyF4+Edwy4NimlezHBYt19SHqR4GnMyMjYCcowwtL9jfXJ8NfH4MEYJbrPj89QLQm9lcBC5QEQGrdM0gfLFTx29Lo59szIfPnQ+mQ8gbIoYCLzll05l56A9x2ACU6Z8xgoycDEFGyrHPfZTnHRgM5yHMsU5mTMh4b0EeISSF2XjkMRAG5WHTIyMrYHJxFM7vwaJv/yy2PqB9AAHkpje6mKJtCRW9UBAnvx3/7uzFXYOW7y7+q3/ubtZb7gy8xoiKaeBWn8QZQ4QjwBiWSgioUaIwkN7Ar9/hl2o5KqF89cHw5X1vv9wTELD1/mavpc7TqLTkOu5uZweGvUfo0Bl/+NTpMuRnzeSv0atL66+u5rbeXCObLNdzUyxnI9P16Bbbf/3IAZ6ov8iI5V1zDXuto6uzz2uPzQGOI2vHN9e+W/07dQvMR63Qkpzy0Y8UtZmfW8tqpfnvfq8Na1WXXKQjeHw+G7w/Q68s6MwavN+rdzzlZtDP0htE+OAUx7/sxiZbvPfcb9QOiH9XPSvoK96jkffqt5buPai2Gdn9OyLE/2zy0asi/IOp7/rw/p038aqcyejMSJ1yBa9SHq6eAld7v0k8vfWoI54fRf//DGob/4owE+96Wqbm2UWDUtpVMetB3ovRxg6dqtr//WK7BDnDp19gZfZ+DqtHaAhTnN178Em20P/LDotbUWAuHO0LNEH2i7VwrEV3j7BlS+49FqI5hkoX/usq+nFSNW2y7M6lRSpwSrhLY3wU9nGfHoa12dRDoW0SdcHl/aaRsW+mev8A2/2lWe39HlLoL2HfsTLo8vd5W3OH3l/RamuLBw5pJc220QXWZJE1ufJdLS6vCdy/5eH77Z+qwQXlsd3r4CHVjon1nuaKN7PkwLl/gZLmpbFldX37lW3SMzEN8PHLgPtEqvC6fOSt/puUtw/1m7c/tCvQ2zn3NXv9RrR8Ha4JHjlh5KeyLTMZOffAjc6RFKFs6LkohFeuSfiO9QGF0WfMwtyW2XvG3w3jyZgKCwtERT1SMkI9KYXIYjlwXJrfPSZT4Cn/1IU6I5dWKeFgLDL5TgdWg3QPZYPHnjG557z4RGk/W6jvsX28kEXF2W7HtC7G0HlfHc6GICrg3cOfWlt0KOzWACW7Zhi87pyvM9Lp90EldL+5gJzWACrryh4saWzxvlnXU8S8JLz/e/PeC6Xu98Vvy+Z99jZxt7nsh3Z6yW0RnSvmLtZai1QQaM2c+Z5eU3u55zCnkOAHUvm5n+7FOisnAMAHgIw7LwhM/7oPDrTPgk+/mHwhzIOAaxAnPGj//h+ytc37oQuqRBc4Q+tpoKzRG+3+dSpvnUadbtF6YxP1aAytmFKwt3ZxHhIteQcFo8VpB5ffY1XBTZINk1IhkdFe7F114srXMdy/7H9SZ1TZPw1BQyCkHSeaScXkPaOkpO7bvRswHtfP20vNyr3LNcZ6s2OFG2eQ8Ewtwu15+X0+3e8KpTvf46E+ouv9XzBvccaN1KWWsGLNWJdDgKBw2ZN/2I7Z9zWx0s9r+6+R6ZOTTuUeoI/ULrkHe9q8xZhigyGicNrL17M2nDoMHkRvX3RFHaa3vOTTTaOpJfyUSFbpR3Yr9XtFXixhAmEK39YbKRUyJwBHsAfPboECZ2AN43SMFOoDYKnbPgnAr+/FbH5+4hL/v91XdSiefqyYWzr/O9X9QaB/LAZ+hlPV0ONxB/cLchWsuLTzjX8CM8emGUXGth4exFruT1UJeMaKl4rNLA4oz2wslTZ97EQGi+3bXjmHSulvLXmFBvojKAtjawnpwSzojv4fToTnUPMoqXhDpaMjOBhy/w7rfanoEQ5QM8+kpaXhjFrPo3geDi+5VIfvP5/rmRiSK5H7EnSBf+g20JsY7knXIl8qxqNhzHHJK+tYHm9N07tXd59SSrlThDKtsKqjoMwvaYVcr0OEuW6XPmvnLkQvKcrn29f27pIEtt4Tlb+1CYygy7nXsWI2aWi4HhGBH5UX5lGUZ6LwW4dZYQRG0onCrgpYRSj5W7tM51wWU/5qVLgurVABRmNfHJUiEkUB2LFGBdpmSXGHU6V1YwahKVoDBHllLua+0nL251nTYm4HTVpOPIOaMGQ1ldvX0llQyMLWp1idEqrMt5re1lwqq28JgQUtWG8yIJ9PQK623l14a3lme1gTQYza1zp2regyM4wuXYAlsnlvQZ8GtcapZvqf8UdGOU6uWC99lYm74vuVbKBATcvVOC6TVHU2YSicREy3dbbCU8YO1KRaaEIbfVkY7gbX3FnU/mStWeiql0ga9zIZU6jDAAKEtRA5z4D04FEHuBqAeyX1UBXkcxxsi2sx2UsCdQQndp0F26dCF06+wBniF4NUEyKTvvwkTCixHseI5GAoLrbbtl9Oca02M9mHkZWrnbamT7NNHPaHi3yxBnbdWxGy+XO+igOtTd3johmRNhfQqTXtXOVBXpbgO/kV79YLVdlgdGbcWJPQ9t5ZsE1yTQgPTeWEDstBNQXRWqygMOq2vRSvN40wiKuPFs47q9uGFTdalCk+E8DpyxN2GIYzRL9ePn076y3tVX2EMUJS1MGHQbRPraLKEWRohdCByZ+ImM2gWc0dDvU+MhOuYgvv+i3DOJgJjoPaGL7o+yrsTPhO/sAqRp0uN+KYNocY6coL1TufZRdYyJsQez0NFxptNpLEcz6iqKIjm2yRh1rGqTHXZdg9n2KNnsxatZOFWdA92duMBK/9zE+HDLzl9AOfK2C7E/VOpkm1usrbw871CeR87t3md6hRFsjXjOIxofbxzrhZVpAfc7r7BDVVntPH69VeKw1XtOmNpm2PR59mAGWOFeae4rhdija1A1bbUR+EJqKND5Ql5nx7kSXQ12kqr7IW7B+Sqj5zIcJ4xTEhCQ5qga7Iy7N1EUz9zZ6pyZRDgHsEz1FvtdR27dmJuPW74As26jHbbOjISJBeYwnY4vQkO/FgyHP5LOe6Hj8iPQ8qxmteaUWFu7LSPdW/CEUEzh2a5jh/DAh13H+DmsPy5RNO08TWlgr9A2cJQy8luAWmahNKIwzg5C1Phfv0TcKxsBhEgBDWqgYA/U6IUkyUkMLAIf8fiUYVaAx5OC+pWvwx7Aie1BRUFzkX3t98Vfv+0LiP0AyZ+PeJnddPdn+fL3G7w0EDq7SAO3R/AE0KbGGTH8ed3fuwyd/q92AmcYLHw8QTAaIrsYZduaPWIEQtBqI4ifS5PfuFIFeL1yL4avLE2fQk6wz2HMEbEfjOIO9tefOnXmjS5//Obyh6/WpC/25T9O+c8zvG1AA5DgyUkDXSjFIIhVzkH5q3JBFBJqkkAUFXCOkngCp//7FOeuDa5uH+pIYd07D7V9pJ7FPVRX9jvE+t8WZ+COke1Bh0NGJB52XV04mERPSufmd7LIBL3MUuPSrIhEKc8uxgtskr4R1I7HKf95hUSx2uQLYtuVBkQN63pP7EU6thu/WelG+OCTD/9BJ/iFZKSeArHjC2nzhYz4QeSvmQQIYnYy+ediDGxsr4XdPIYvPPr8rlstzVtxVzFuCTM4QPQ6Jm6uQNCsLizNUhfEW8DlTx+sh2KH8gOJqJs13+DziEagmTjGtjtXpxdDqucMI14BcKHF/udVgRJcJKH3JvBZBVbHktDjvYCI+hpDUP+YqqgJFFyH3r04dVOWfayBzRLBZwVhBmt3bv+gGc3nwOqCBDbNinaT8jIHo6V8T8KTFxa+s1VU4ecapcWt4lH2HMY4YudBX74twEtZdwM/L4npH5x7EfS4CzLy5+xRGAHIJ9b1C8oaQhwDi4R1oosdgBBmjD70mOWVjXl6Db5YEL/yeKPobeM3mHWdtbV3l92kKnLeg1HYL9GNUx/fDluVN3jktKXGqOcNkZdhn0BCoGv3iHBxq7BgV45dqNt8Tz14TJTRJu8Vby8LGq8SRJ1B3YtuFqLxernBvYojmAKk31QLbdIkJXaT8SJkVM4CwU4hLsyf/vRH92BOkKhIFvevp+K+zN94vv/ta+9vMbVaPS1LXP5aTV1gyYINbMv7wWawtvb2TSb8O5Y+uViFBX+yrZT883xPKQzyaA/ux8RvyEkFsiTDlMXCAMkPHQMgOcfNBy72zlyAEjY85mF+g0WDMQ/7GxO/FAbB+3BjjLTBYsLGBuCjMcoxcudMIePpgYj7MrpDIhkUZF5+nPISBlsP6bbbLv+0wzG8JCx4u1LBXsGQELhIAEbCQT2hO/E/LNERPpHxnyYT5uCPwZ6AHj1iZqAE7hjCBgoDoI0xuW3ez8eFMfD62DMHXtKjMWRshkxLFUuz/J53yTOeHHxnhyoGHnAAj4HNMfT7K0Ft3X3KUgF8+pnZCkpH3EHMrgXtyaqFKgMYhmxAe2qfRx7ZrVZUuTUBwudVfOuYbyHWvAjzbdOTS4Rqmx+X2RGo8xrMt18k9P5q4+e4r/gjW4cHCxpf6Rnd0WQZwlQKnSwjkWptmZdcnQbfYlfZpiAh9gZIlp1FVx7pZpdngYy9UwWNPr0JamkH71EY5cLCuSsxqIrcstNDsjnEu4ImqLkRth/3a0rGGwbB6f460qtUoHHFzmDojIVBhfDn7dFcAzuenMKxUwfc6E8TVgN4tPfSgKgLY7EjkN3Q9UQqmCN6XQcwcbO5dFU7wcz4/QrTWpx5c05CFUPP+lwPOoHJsapeJt77ybX7s9pAfr59Lw3ZwunUTZZxrjCcNdKbdgJhv3cozwy9c1ahhDjDZ4tRWJlMNmZIJM0JWdtDI6iqJwyyq35h+N3qg4nviWb0qc52OJ1fRX1UbwE4FQA9g/AZw1H2BWaBe+Q97P/9+31WBY7xT1QBR/zODsDMQGwDYi8Q+wA+Yu2xsh+QrJvfPwpzA1bx37X2uWiwdBYgzZgE0o0Cjq4klfX7Hdl3ZDSvmgS1upgJxW3C9qQYzZltaYx5URQr9Ta0R/OlbUiZz3bLMyNJpvFWndoajPMwUHM7tJXnNieEQU+cKaRtZoY7aDvH5yvcmbTi1adqqrZKBclxMY5W6sMEPm7tK+lz3km/NAkTQHEXus8W6DZGewF6O0HhP14g59k9YATF2L4KSvCyDIZBxwRUGgj2A2c3GI/9sYPc9N4cGQE/8DbftQURrasXvrGDSTyC5vRgS2ZTWK0E0qQhqEwQ19PjInLH1jIhNd1rLhcg0ZvJrlE6/1w6WNqG9gxErBYkbWBr3fW0vCyqe6BNsQJyT2nyk3RKcQmHh2kHb3MvNuvvmm69l6jN1GODXjNlmj7nN2AX2GjkRNgkFSSMwlCxqa80nzPs4DmVahD0eUmDaSAFVmGGLo9RieJIwHlH9n/70ruX7cbGoqzr5CKv+4dJGS6Y0Oct9tmTKLoZD5z/PYTjh+frPxTf9amzL0lAiyN+mVxD9bRed3fhypJkFlhlpelL3rtTp84IYa2LOE9Uyz9QI2KBEOLJU2dXMIz47F7j9r7Mr2tFNtk19VJtlGqMNA6Sa8AYV94xE0meKfdrcF3aZvUr2VUbflybBUjWXkVj3qju4eF7bJRcNobuWWtOWbKLVRtofSOZM9/Uj8W9yPUPZtXfTDzyJLBhgN2YcDlsl2Tek/Bnfn9DHhl6fM/Sxp5najuTCu423iV520m814mx17jei7rpciQuLJy9bth+svk5w4if82M/p5LlVP1GCHk9IEwz1vBdH+avxBjymYvEMLHHzv3jBz1/mcPuf8Thw3F3J/SY/c+f9+1Hj17lTjkwoF9HU2Zk/AcM4iTIdOl441efweIbvw34lcPgU5zPBxL7rXkLe10hnc10Uo8LSWZxcuHslZgmy+l22Nt8JhMQmgvQ0YZGaG5tIkuCYRsRSQDPyYUzA36/YQTy96szu7dqQ1d5S8nbUkgATSPFF6yu3lpyzLayUXTU75jOInwGcERaf08u/DkZowQjSd2Hu0hXlg4M2EjLJmHYzy+cu2wwMvOeSCfWEaKWCNex9NrdtcefxVgiQjWhAMDHD5D/MrGLLQJI5h/7+H+x5tv7n14cg7nosxfpV0eMT3vmLiB2hnFwPQKonQGCmzJKH19/TrKgIblsaI4TuVgGjV0I7ks/D8mkRk2dZ+TTLc41wIkvu8Jiz1vcFBFXe/WjtM4P+6W7a++OYJdYW739Gr/g9eQF12uSSDI0r3RJHiHOvxmnX7sGu+8euBRrXW14Z5Hb8MGsNkyRO1dHG7YqL89ryqPZv6+2zxcweOSCqAXYzsAEtdx6nwXkPTEzgJQZJHA5KQ/5dOawU7iBIZEKmCBE1F+Jx5lp8nMWT/8itL5r6Zfwytra9r5D0UQZ4wHCx0M8h/HMINnvCBLT2YdBOEd182H0LerSTyO0+rnzKOEjxK8UuahB8oYJx2hCCoKmFELhQ8oAIVmJtnVuYkADMo+/1x+sfHn68IWQIksMdA+KozdHa115Bg7zy3g0gMeAvGCJojswnQ6Yy53iWzuGkpWHaGU7nV8J9GsnT36X2zkdkGZN4ucz/Mg8cy1NBrpVGw7a6YvsMuo9bhva7oFf3Dq/Om7D0bdmtUEjCV9xCTiT+qU8D2/XZ9UvIvCBqdfhNwq613bOGMurxdRnihp3nMMGr8Ww/qA40ppMRpgBt/HqQWtfds+40b5v9M/Heh4UhxrXODzcTr8QCY/v50TX8a7nLO14UDxzp7tf+rDmsP7enc3RiXjmn+9bjCq5EmhcB0jnIbsDOpTbXzwE+6tP/aSkotCcBT6xqaQ/cxJA4RMRO2aD6nEotDY/qjtpwaAGKoVzKldm3A4SgkgsQbqQ60tZ61yeuHzrj7/0l7BDpB84aX6gIiNjv8NJBG6klVHX6CgMyQdDUD+S6sd/1dF1RQg5jN0UeIaO9fp9wuS7RP7aREkqAwryBHlXBVWfOAuSAGjOAaOJieRsbaes64eT5ZL3ICMjY0cIqgHFzxM7Ko15At026dcN4jeP/cjtpQajKcT8548jvfvgRC9HBNNC1A8AohrhrqEzidweE5WI8MnlyEXCpCcVVCp4JrQCGRkZO0IZkn4qA4D0C6c6+CeSAqb2YNQPkkeBIKF01BmDfn6g6vyOrpNQ5sAt9GxvbmgwERUx/JbxpXyOFM2k6JsNhz6ebJkoNCMjox1lsMw7RNFfl82hN9mOZkPdrpKKUsOCp25/9EZA734MDggt4DaimdKL/hS2vYQSjpN3ZUQDpo85wJWV08c/61DUjIzPLbxqUJEc+hEXoMoBWOnp7rhRj4KpzAhex5dBHxOpH+PIHs0NGGoKJkdH1a7CmKo8aCDBqxA9C3qN1HGqPIcrX4aMjIwdo3QTiby1sEZsFFyGEFx4UavX7xwQBvEghgC5MobiemAa4dPl4TPmVIkdErgkhsJ4IvogQghXDpViZchEUhuFszTS6NaffOkaZGRk7BheNQBP2T5kl/zQrDp4zF4cxX2XMhhsMvp7aUHPJx3x0yzH/jgqRZPq+rodgwk9h6BKJcHUuhg5AEQ1w9sH5pPMke/nGlq7IusTQ9nekPGFQuki/cL4nBgGsGEuAEgMghiYhGoFUcdXkz9W7j0lVr+tYn7wBAROA0EmgcS8sCldun4JGbFyUxJdeftPn52LNCAf3ISMjC8oSgnoEdI06j70iAOvfDLLW/S9Gu9JHqLaoCN/sAQKKBC22gcopkP3K1VoEkb1QbOehPgATKWRus3BSR/+Uh8cGtslyMjI2DV8PgKh8yQFGcYcBd65542EoPME9FjiaYiuRgfNZIQYA4KUleh54GaghH3qHYguANKJT6BhzrEMhTgjd/oIJtM/z56CjIz5wLgw4AK88a3A8HME78J+dZ8mLaHADHQkB1XgExuCNyJWKkRNt0BhAom5oTIbpiYFvSbqHITkdOEE1w9be/rW6eMjyMjImAtKZ4BTob0W81ep9XGKMugUZe8thGgQrFGxIp274Mb/oEoYlfgRAVKjYghehEqa8N5FH6HA+++xMe+1W988/sSTU2Rk7HeULjWZ2uQhfh0dKqc/+BigYOkzECYbUjq3QMOQAdIApMr1GNx/BCEQSD0V4US1JZgQNRTiFGRm1UpBxZW3v/Plm5CRkbEn8F6D4P0LozwmkXzRz0fq3XNnQfGHR66M/8deiXRvAY4cPOhWH8pMoEO8HVjJIb1SmqlEzjnYaM0BXR7xix9988g9yMjI2HOUaizUOf4q+qdfR/ZRfVGW19Ed8Zli+N5fPZcJNSNjH6BMo/+S+AGCaDNQX7/GD4XAH4vlCDIyMvYFmBEEV16QAgLBY8gdEBIXElZTg9ff/oMjWWfPyNgnKMMHT2UjyT/gE5iCuu+MBhFFSQGz5T4jYx+hDK68JChILQLq3tOchpiEG0/teAkyMjL2DUosYjhx9BL4QxSj+6By9Yu94Oqtr+ZgnoyM/YQy3ahchQAxqAdrJ9w78JssDWRk7DcYSkKAghEgRAXGYz6qcGin4wsrX8vx/RkZ+w1lUwIIzMDt8oFE62wvuPLD3/1SlgQyMvYpRDVY8asEcfYwODvhyBR2WH40uZalgIyM/Y3/B5EjwY4/Bs9NAAAAAElFTkSuQmCC\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Lorem ipsum dolor sit amet.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
In general, please list everyone who lives in your home. If someone is pregnant, just count them as one person.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Page Navigation\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-compass\\\", \\\"event\\\": \\\"pageNavigate\\\", \\\"label\\\": \\\"➊ Section 1\\\", \\\"variant\\\": \\\"primary\\\", \\\"eventData\\\": null, \\\"customCssSelector\\\": \\\"btn-position3\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"PageSelect\\\", \\\"field\\\": \\\"eventData\\\", \\\"config\\\": {\\\"label\\\": \\\"Destination Screen\\\", \\\"helper\\\": \\\"The destination page to navigate to\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormMultiselect\\\", \\\"field\\\": \\\"variant\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Variant Style\\\", \\\"helper\\\": \\\"The variant determines the appearance of the button\\\", \\\"options\\\": [{\\\"value\\\": \\\"primary\\\", \\\"content\\\": \\\"Primary\\\"}, {\\\"value\\\": \\\"secondary\\\", \\\"content\\\": \\\"Secondary\\\"}, {\\\"value\\\": \\\"success\\\", \\\"content\\\": \\\"Success\\\"}, {\\\"value\\\": \\\"danger\\\", \\\"content\\\": \\\"Danger\\\"}, {\\\"value\\\": \\\"warning\\\", \\\"content\\\": \\\"Warning\\\"}, {\\\"value\\\": \\\"info\\\", \\\"content\\\": \\\"Info\\\"}, {\\\"value\\\": \\\"light\\\", \\\"content\\\": \\\"Light\\\"}, {\\\"value\\\": \\\"dark\\\", \\\"content\\\": \\\"Dark\\\"}, {\\\"value\\\": \\\"link\\\", \\\"content\\\": \\\"Link\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"PageNavigation\\\", \\\"editor-component\\\": \\\"FormButton\\\"}, {\\\"label\\\": \\\"Page Navigation\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-compass\\\", \\\"event\\\": \\\"pageNavigate\\\", \\\"label\\\": \\\"➋ Section 2\\\", \\\"variant\\\": \\\"light\\\", \\\"eventData\\\": \\\"1\\\", \\\"customCssSelector\\\": \\\"btn-position3\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"PageSelect\\\", \\\"field\\\": \\\"eventData\\\", \\\"config\\\": {\\\"label\\\": \\\"Destination Screen\\\", \\\"helper\\\": \\\"The destination page to navigate to\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormMultiselect\\\", \\\"field\\\": \\\"variant\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Variant Style\\\", \\\"helper\\\": \\\"The variant determines the appearance of the button\\\", \\\"options\\\": [{\\\"value\\\": \\\"primary\\\", \\\"content\\\": \\\"Primary\\\"}, {\\\"value\\\": \\\"secondary\\\", \\\"content\\\": \\\"Secondary\\\"}, {\\\"value\\\": \\\"success\\\", \\\"content\\\": \\\"Success\\\"}, {\\\"value\\\": \\\"danger\\\", \\\"content\\\": \\\"Danger\\\"}, {\\\"value\\\": \\\"warning\\\", \\\"content\\\": \\\"Warning\\\"}, {\\\"value\\\": \\\"info\\\", \\\"content\\\": \\\"Info\\\"}, {\\\"value\\\": \\\"light\\\", \\\"content\\\": \\\"Light\\\"}, {\\\"value\\\": \\\"dark\\\", \\\"content\\\": \\\"Dark\\\"}, {\\\"value\\\": \\\"link\\\", \\\"content\\\": \\\"Link\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"PageNavigation\\\", \\\"editor-component\\\": \\\"FormButton\\\"}, {\\\"label\\\": \\\"Page Navigation\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-compass\\\", \\\"event\\\": \\\"pageNavigate\\\", \\\"label\\\": \\\"➌ Section 3\\\", \\\"variant\\\": \\\"light\\\", \\\"eventData\\\": \\\"2\\\", \\\"customCssSelector\\\": \\\"btn-position3\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"PageSelect\\\", \\\"field\\\": \\\"eventData\\\", \\\"config\\\": {\\\"label\\\": \\\"Destination Screen\\\", \\\"helper\\\": \\\"The destination page to navigate to\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormMultiselect\\\", \\\"field\\\": \\\"variant\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Variant Style\\\", \\\"helper\\\": \\\"The variant determines the appearance of the button\\\", \\\"options\\\": [{\\\"value\\\": \\\"primary\\\", \\\"content\\\": \\\"Primary\\\"}, {\\\"value\\\": \\\"secondary\\\", \\\"content\\\": \\\"Secondary\\\"}, {\\\"value\\\": \\\"success\\\", \\\"content\\\": \\\"Success\\\"}, {\\\"value\\\": \\\"danger\\\", \\\"content\\\": \\\"Danger\\\"}, {\\\"value\\\": \\\"warning\\\", \\\"content\\\": \\\"Warning\\\"}, {\\\"value\\\": \\\"info\\\", \\\"content\\\": \\\"Info\\\"}, {\\\"value\\\": \\\"light\\\", \\\"content\\\": \\\"Light\\\"}, {\\\"value\\\": \\\"dark\\\", \\\"content\\\": \\\"Dark\\\"}, {\\\"value\\\": \\\"link\\\", \\\"content\\\": \\\"Link\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"PageNavigation\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"10\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form-inside2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Other Members of the Household
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
In general, please list everyone who lives in your home. If someone is pregnant, just count them as one person.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Other Members of the Household
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": null}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_2\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": null}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"script\\\", \\\"label\\\": \\\"Next\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"customCssSelector\\\": \\\"btn-position2\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form-inside\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"7\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"1\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"10\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"1\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-container\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]}, {\\\"name\\\": \\\"Health Savings Account SECTION 2\\\", \\\"items\\\": [{\\\"items\\\": [[{\\\"items\\\": [[], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"Isolo2\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Lorem ipsum dolor sit amet.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
In general, please list everyone who lives in your home. If someone is pregnant, just count them as one person.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Page Navigation\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-compass\\\", \\\"event\\\": \\\"pageNavigate\\\", \\\"label\\\": \\\"➊ Section 1\\\", \\\"variant\\\": \\\"light\\\", \\\"eventData\\\": \\\"0\\\", \\\"customCssSelector\\\": \\\"btn-position3\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"PageSelect\\\", \\\"field\\\": \\\"eventData\\\", \\\"config\\\": {\\\"label\\\": \\\"Destination Screen\\\", \\\"helper\\\": \\\"The destination page to navigate to\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormMultiselect\\\", \\\"field\\\": \\\"variant\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Variant Style\\\", \\\"helper\\\": \\\"The variant determines the appearance of the button\\\", \\\"options\\\": [{\\\"value\\\": \\\"primary\\\", \\\"content\\\": \\\"Primary\\\"}, {\\\"value\\\": \\\"secondary\\\", \\\"content\\\": \\\"Secondary\\\"}, {\\\"value\\\": \\\"success\\\", \\\"content\\\": \\\"Success\\\"}, {\\\"value\\\": \\\"danger\\\", \\\"content\\\": \\\"Danger\\\"}, {\\\"value\\\": \\\"warning\\\", \\\"content\\\": \\\"Warning\\\"}, {\\\"value\\\": \\\"info\\\", \\\"content\\\": \\\"Info\\\"}, {\\\"value\\\": \\\"light\\\", \\\"content\\\": \\\"Light\\\"}, {\\\"value\\\": \\\"dark\\\", \\\"content\\\": \\\"Dark\\\"}, {\\\"value\\\": \\\"link\\\", \\\"content\\\": \\\"Link\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"PageNavigation\\\", \\\"editor-component\\\": \\\"FormButton\\\"}, {\\\"label\\\": \\\"Page Navigation\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-compass\\\", \\\"event\\\": \\\"pageNavigate\\\", \\\"label\\\": \\\"➋ Section 2\\\", \\\"variant\\\": \\\"primary\\\", \\\"eventData\\\": null, \\\"customCssSelector\\\": \\\"btn-position3\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"PageSelect\\\", \\\"field\\\": \\\"eventData\\\", \\\"config\\\": {\\\"label\\\": \\\"Destination Screen\\\", \\\"helper\\\": \\\"The destination page to navigate to\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormMultiselect\\\", \\\"field\\\": \\\"variant\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Variant Style\\\", \\\"helper\\\": \\\"The variant determines the appearance of the button\\\", \\\"options\\\": [{\\\"value\\\": \\\"primary\\\", \\\"content\\\": \\\"Primary\\\"}, {\\\"value\\\": \\\"secondary\\\", \\\"content\\\": \\\"Secondary\\\"}, {\\\"value\\\": \\\"success\\\", \\\"content\\\": \\\"Success\\\"}, {\\\"value\\\": \\\"danger\\\", \\\"content\\\": \\\"Danger\\\"}, {\\\"value\\\": \\\"warning\\\", \\\"content\\\": \\\"Warning\\\"}, {\\\"value\\\": \\\"info\\\", \\\"content\\\": \\\"Info\\\"}, {\\\"value\\\": \\\"light\\\", \\\"content\\\": \\\"Light\\\"}, {\\\"value\\\": \\\"dark\\\", \\\"content\\\": \\\"Dark\\\"}, {\\\"value\\\": \\\"link\\\", \\\"content\\\": \\\"Link\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"PageNavigation\\\", \\\"editor-component\\\": \\\"FormButton\\\"}, {\\\"label\\\": \\\"Page Navigation\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-compass\\\", \\\"event\\\": \\\"pageNavigate\\\", \\\"label\\\": \\\"➌ Section 3\\\", \\\"variant\\\": \\\"light\\\", \\\"eventData\\\": \\\"2\\\", \\\"customCssSelector\\\": \\\"btn-position3\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"PageSelect\\\", \\\"field\\\": \\\"eventData\\\", \\\"config\\\": {\\\"label\\\": \\\"Destination Screen\\\", \\\"helper\\\": \\\"The destination page to navigate to\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormMultiselect\\\", \\\"field\\\": \\\"variant\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Variant Style\\\", \\\"helper\\\": \\\"The variant determines the appearance of the button\\\", \\\"options\\\": [{\\\"value\\\": \\\"primary\\\", \\\"content\\\": \\\"Primary\\\"}, {\\\"value\\\": \\\"secondary\\\", \\\"content\\\": \\\"Secondary\\\"}, {\\\"value\\\": \\\"success\\\", \\\"content\\\": \\\"Success\\\"}, {\\\"value\\\": \\\"danger\\\", \\\"content\\\": \\\"Danger\\\"}, {\\\"value\\\": \\\"warning\\\", \\\"content\\\": \\\"Warning\\\"}, {\\\"value\\\": \\\"info\\\", \\\"content\\\": \\\"Info\\\"}, {\\\"value\\\": \\\"light\\\", \\\"content\\\": \\\"Light\\\"}, {\\\"value\\\": \\\"dark\\\", \\\"content\\\": \\\"Dark\\\"}, {\\\"value\\\": \\\"link\\\", \\\"content\\\": \\\"Link\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"PageNavigation\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"10\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form-inside2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Other Members of the Household
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
In general, please list everyone who lives in your home. If someone is pregnant, just count them as one person.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Other Members of the Household
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_3\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": null}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_4\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": null}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"Back\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"secondary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"customCssSelector\\\": \\\"btn-position2\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"Next\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"customCssSelector\\\": \\\"btn-position2\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form-inside\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"7\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"1\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"10\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"1\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-container\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]}, {\\\"name\\\": \\\"Health Savings Account SECTION 3\\\", \\\"items\\\": [{\\\"items\\\": [[{\\\"items\\\": [[], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"Isolo2\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Lorem ipsum dolor sit amet.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
In general, please list everyone who lives in your home. If someone is pregnant, just count them as one person.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Page Navigation\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-compass\\\", \\\"event\\\": \\\"pageNavigate\\\", \\\"label\\\": \\\"➊ Section 1\\\", \\\"variant\\\": \\\"light\\\", \\\"eventData\\\": \\\"0\\\", \\\"customCssSelector\\\": \\\"btn-position3\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"PageSelect\\\", \\\"field\\\": \\\"eventData\\\", \\\"config\\\": {\\\"label\\\": \\\"Destination Screen\\\", \\\"helper\\\": \\\"The destination page to navigate to\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormMultiselect\\\", \\\"field\\\": \\\"variant\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Variant Style\\\", \\\"helper\\\": \\\"The variant determines the appearance of the button\\\", \\\"options\\\": [{\\\"value\\\": \\\"primary\\\", \\\"content\\\": \\\"Primary\\\"}, {\\\"value\\\": \\\"secondary\\\", \\\"content\\\": \\\"Secondary\\\"}, {\\\"value\\\": \\\"success\\\", \\\"content\\\": \\\"Success\\\"}, {\\\"value\\\": \\\"danger\\\", \\\"content\\\": \\\"Danger\\\"}, {\\\"value\\\": \\\"warning\\\", \\\"content\\\": \\\"Warning\\\"}, {\\\"value\\\": \\\"info\\\", \\\"content\\\": \\\"Info\\\"}, {\\\"value\\\": \\\"light\\\", \\\"content\\\": \\\"Light\\\"}, {\\\"value\\\": \\\"dark\\\", \\\"content\\\": \\\"Dark\\\"}, {\\\"value\\\": \\\"link\\\", \\\"content\\\": \\\"Link\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"PageNavigation\\\", \\\"editor-component\\\": \\\"FormButton\\\"}, {\\\"label\\\": \\\"Page Navigation\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-compass\\\", \\\"event\\\": \\\"pageNavigate\\\", \\\"label\\\": \\\"➋ Section 2\\\", \\\"variant\\\": \\\"light\\\", \\\"eventData\\\": \\\"1\\\", \\\"customCssSelector\\\": \\\"btn-position3\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"PageSelect\\\", \\\"field\\\": \\\"eventData\\\", \\\"config\\\": {\\\"label\\\": \\\"Destination Screen\\\", \\\"helper\\\": \\\"The destination page to navigate to\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormMultiselect\\\", \\\"field\\\": \\\"variant\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Variant Style\\\", \\\"helper\\\": \\\"The variant determines the appearance of the button\\\", \\\"options\\\": [{\\\"value\\\": \\\"primary\\\", \\\"content\\\": \\\"Primary\\\"}, {\\\"value\\\": \\\"secondary\\\", \\\"content\\\": \\\"Secondary\\\"}, {\\\"value\\\": \\\"success\\\", \\\"content\\\": \\\"Success\\\"}, {\\\"value\\\": \\\"danger\\\", \\\"content\\\": \\\"Danger\\\"}, {\\\"value\\\": \\\"warning\\\", \\\"content\\\": \\\"Warning\\\"}, {\\\"value\\\": \\\"info\\\", \\\"content\\\": \\\"Info\\\"}, {\\\"value\\\": \\\"light\\\", \\\"content\\\": \\\"Light\\\"}, {\\\"value\\\": \\\"dark\\\", \\\"content\\\": \\\"Dark\\\"}, {\\\"value\\\": \\\"link\\\", \\\"content\\\": \\\"Link\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"PageNavigation\\\", \\\"editor-component\\\": \\\"FormButton\\\"}, {\\\"label\\\": \\\"Page Navigation\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-compass\\\", \\\"event\\\": \\\"pageNavigate\\\", \\\"label\\\": \\\"➌ Section 3\\\", \\\"variant\\\": \\\"primary\\\", \\\"eventData\\\": null, \\\"customCssSelector\\\": \\\"btn-position3\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"PageSelect\\\", \\\"field\\\": \\\"eventData\\\", \\\"config\\\": {\\\"label\\\": \\\"Destination Screen\\\", \\\"helper\\\": \\\"The destination page to navigate to\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormMultiselect\\\", \\\"field\\\": \\\"variant\\\", \\\"config\\\": {\\\"label\\\": \\\"Button Variant Style\\\", \\\"helper\\\": \\\"The variant determines the appearance of the button\\\", \\\"options\\\": [{\\\"value\\\": \\\"primary\\\", \\\"content\\\": \\\"Primary\\\"}, {\\\"value\\\": \\\"secondary\\\", \\\"content\\\": \\\"Secondary\\\"}, {\\\"value\\\": \\\"success\\\", \\\"content\\\": \\\"Success\\\"}, {\\\"value\\\": \\\"danger\\\", \\\"content\\\": \\\"Danger\\\"}, {\\\"value\\\": \\\"warning\\\", \\\"content\\\": \\\"Warning\\\"}, {\\\"value\\\": \\\"info\\\", \\\"content\\\": \\\"Info\\\"}, {\\\"value\\\": \\\"light\\\", \\\"content\\\": \\\"Light\\\"}, {\\\"value\\\": \\\"dark\\\", \\\"content\\\": \\\"Dark\\\"}, {\\\"value\\\": \\\"link\\\", \\\"content\\\": \\\"Link\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"PageNavigation\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"10\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form-inside2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Other Members of the Household
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
In general, please list everyone who lives in your home. If someone is pregnant, just count them as one person.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Other Members of the Household
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_5\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": null}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_6\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Field Name\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": null}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"BACK\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"secondary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"customCssSelector\\\": \\\"btn-position2\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"NEXT\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"customCssSelector\\\": \\\"btn-position2\\\"}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form-inside\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"7\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-form\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"1\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"10\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"1\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"customCssSelector\\\": \\\"bg-container\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]}]\", \"status\": \"ACTIVE\", \"computed\": \"[]\", \"watchers\": null, \"asset_type\": null, \"created_at\": \"2024-03-06 14:35:12\", \"custom_css\": \"/***StyleDiego--HealthSavingsAccoount--07-05-24*****/\\r\\n[selector='bg-container']{\\r\\n background-color: #DEEBFF;\\r\\n}\\r\\n\\r\\n[selector='bg-form']{\\r\\n /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bdddf8+0,f6fafe+50,ffffff+50,ffffff+100 */\\r\\n background: linear-gradient(to right, rgba(189,221,248,1) 0%,rgba(246,250,254,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\\r\\n padding: 40px;\\r\\n max-width: 1287px;\\r\\n margin: auto;\\r\\n border-radius: 16px;\\r\\n}\\r\\n\\r\\n[selector='bg-form-inside']{\\r\\n background-color: #FFFFFF;\\r\\n border: 1px solid #CDDDEE;\\r\\n border-radius: 5px;\\r\\n padding: 40px;\\r\\n}\\r\\n\\r\\n[selector='bg-form-inside2']{\\r\\n /*background-color: #FFFFFF;\\r\\n border: 1px solid #CDDDEE;\\r\\n border-radius: 5px;*/\\r\\n padding: 20px;\\r\\n}\\r\\n\\r\\n[selector='bg-Header']{\\r\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\\r\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\\r\\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n}\\r\\n[selector='bg-Footer']{\\r\\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\\r\\n background: linear-gradientx(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\\r\\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\\r\\n height: 68px;\\r\\n}\\r\\n[selector='logo-img']{\\r\\n padding: 25px 20px 10px 20px;\\r\\n}\\r\\n\\r\\n.hdrTxt {\\r\\n text-align: right;\\r\\n color: #FFFFFF;\\r\\n font-size: 20px;\\r\\n font-weight: bold;\\r\\n letter-spacing: 0.075rem;\\r\\n line-height: 1.2;\\r\\n padding-right: 10px;\\r\\n padding-top: 5px;\\r\\n}\\r\\n\\r\\n.Textlitle{\\r\\n color: #9dabb6;\\r\\n font-size: 16px;\\r\\n font-weight: 600;\\r\\n line-height: 24px;\\r\\n}\\r\\n.TitleHealth {\\r\\n color: #343434;\\r\\n font-size: 40px;\\r\\n font-weight: 700;\\r\\n line-height: 45.6px;\\r\\n}\\r\\n.TitleBlue{\\r\\n color: #1572C2;\\r\\n font-size: 17px;\\r\\n font-weight: bold;\\r\\n line-height: 24px;\\r\\n}\\r\\n.TextField{\\r\\n color: #556271;\\r\\n font-size: 16px;\\r\\n font-weight: 400;\\r\\n line-height: 24px;\\r\\n letter-spacing: 1px;\\r\\n}\\r\\n.TitleSeccion{\\r\\n color: #0B3961;\\r\\n border-bottom: 2px solid #BCDCF8;\\r\\n font-size: 18px;\\r\\n font-weight: 600;\\r\\n line-height: 35px;\\r\\n}\\r\\n.form-group label{\\r\\n color: #556271;\\r\\n font-size: 15px;\\r\\n font-weight: 400;\\r\\n line-height: 22.5px;\\r\\n}\\r\\n.form-control {\\r\\n color: #556271;\\r\\n border: 1px solid #CDDDEE;\\r\\n border-radius: 8px;\\r\\n padding: 20px 10px;\\r\\n margin-bottom: 5%;\\r\\n}\\r\\n[selector='btn-position'] .btn-primary {\\r\\n color: #fff;\\r\\n background-color: #1572C2;\\r\\n border-color: #1572C2;\\r\\n width: 100%;\\r\\n font-size: 16px;\\r\\n font-weight: 600;\\r\\n}\\r\\n\\r\\n[selector='btn-position2'] .btn-primary {\\r\\n color: #fff;\\r\\n background-color: #1572C2 !important;\\r\\n border-color: #1572C2 !important;\\r\\n border-radius: 4px !important;\\r\\n width: 100% !important;\\r\\n font-size: 17px !important;\\r\\n font-weight: 600;\\r\\n line-height: 24px;\\r\\n padding: 8px 10px;\\r\\n text-transform: capitalize;\\r\\n margin-top: 5%;\\r\\n}\\r\\n\\r\\n[selector='btn-position2'] .btn-secondary {\\r\\n color: #fff;\\r\\n background-color: #6A7888 !important;\\r\\n border-color: #6A7888 !important;\\r\\n border-radius: 4px !important;\\r\\n width: 100% !important;\\r\\n font-size: 16px !important;\\r\\n font-weight: 400;\\r\\n line-height: 24px;\\r\\n padding: 8px 10px;\\r\\n text-transform: capitalize;\\r\\n margin-top: 5%;\\r\\n}\\r\\n\\r\\n[selector='btn-position3'] .btn-primary {\\r\\n color: #fff;\\r\\n background-color: #1572C2 !important;\\r\\n border-color: #1572C2!important;\\r\\n border-radius: 10px !important;\\r\\n width: 100% !important;\\r\\n font-size: 19px !important;\\r\\n font-weight: 400;\\r\\n line-height: 24px;\\r\\n text-align: left;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n[selector='btn-position3'] .btn-light {\\r\\n color: #556271;\\r\\n background-color: transparent !important;\\r\\n border-color: transparent !important;\\r\\n border-radius: 24px !important;\\r\\n width: 100% !important;\\r\\n font-size: 16px !important;\\r\\n font-weight: 400;\\r\\n line-height: 24px;\\r\\n text-align: left;\\r\\n text-transform: capitalize;\\r\\n}\", \"updated_at\": \"2024-05-07 22:11:07\", \"description\": \"PLG - PostCardTemplate\", \"is_template\": 0, \"translations\": null}, \"dependents\": [], \"references\": {\"uncategorized-category\": true}, \"type_human\": \"Screen\", \"description\": \"PLG - PostCardTemplate\", \"type_plural\": \"Screens\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Screens\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}}, \"version\": \"2\"}","screen_custom_css":"/***StyleDiego--HealthSavingsAccoount--07-05-24*****/\r\n[selector='bg-container']{\r\n background-color: #DEEBFF;\r\n}\r\n\r\n[selector='bg-form']{\r\n /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bdddf8+0,f6fafe+50,ffffff+50,ffffff+100 */\r\n background: linear-gradient(to right, rgba(189,221,248,1) 0%,rgba(246,250,254,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\n padding: 40px;\r\n max-width: 1287px;\r\n margin: auto;\r\n border-radius: 16px;\r\n}\r\n\r\n[selector='bg-form-inside']{\r\n background-color: #FFFFFF;\r\n border: 1px solid #CDDDEE;\r\n border-radius: 5px;\r\n padding: 40px;\r\n}\r\n\r\n[selector='bg-form-inside2']{\r\n /*background-color: #FFFFFF;\r\n border: 1px solid #CDDDEE;\r\n border-radius: 5px;*/\r\n padding: 20px;\r\n}\r\n\r\n[selector='bg-Header']{\r\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\r\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n}\r\n[selector='bg-Footer']{\r\n background: linear-gradient(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcdcf8+0,bcdcf8+40,f6f9fb+40,f6f9fb+41,0d4779+41,0d4779+41,0d4779+100 */\r\n background: linear-gradientx(45deg, rgba(188,220,248,1) 0%,rgba(188,220,248,1) 40%,rgba(246,249,251,1) 40%,rgba(246,249,251,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 41%,rgba(13,71,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */\r\n -webkit-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n -moz-box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n box-shadow: 10px 10px 4px -6px rgba(179,179,179,1);\r\n height: 68px;\r\n}\r\n[selector='logo-img']{\r\n padding: 25px 20px 10px 20px;\r\n}\r\n\r\n.hdrTxt {\r\n text-align: right;\r\n color: #FFFFFF;\r\n font-size: 20px;\r\n font-weight: bold;\r\n letter-spacing: 0.075rem;\r\n line-height: 1.2;\r\n padding-right: 10px;\r\n padding-top: 5px;\r\n}\r\n\r\n.Textlitle{\r\n color: #9dabb6;\r\n font-size: 16px;\r\n font-weight: 600;\r\n line-height: 24px;\r\n}\r\n.TitleHealth {\r\n color: #343434;\r\n font-size: 40px;\r\n font-weight: 700;\r\n line-height: 45.6px;\r\n}\r\n.TitleBlue{\r\n color: #1572C2;\r\n font-size: 17px;\r\n font-weight: bold;\r\n line-height: 24px;\r\n}\r\n.TextField{\r\n color: #556271;\r\n font-size: 16px;\r\n font-weight: 400;\r\n line-height: 24px;\r\n letter-spacing: 1px;\r\n}\r\n.TitleSeccion{\r\n color: #0B3961;\r\n border-bottom: 2px solid #BCDCF8;\r\n font-size: 18px;\r\n font-weight: 600;\r\n line-height: 35px;\r\n}\r\n.form-group label{\r\n color: #556271;\r\n font-size: 15px;\r\n font-weight: 400;\r\n line-height: 22.5px;\r\n}\r\n.form-control {\r\n color: #556271;\r\n border: 1px solid #CDDDEE;\r\n border-radius: 8px;\r\n padding: 20px 10px;\r\n margin-bottom: 5%;\r\n}\r\n[selector='btn-position'] .btn-primary {\r\n color: #fff;\r\n background-color: #1572C2;\r\n border-color: #1572C2;\r\n width: 100%;\r\n font-size: 16px;\r\n font-weight: 600;\r\n}\r\n\r\n[selector='btn-position2'] .btn-primary {\r\n color: #fff;\r\n background-color: #1572C2 !important;\r\n border-color: #1572C2 !important;\r\n border-radius: 4px !important;\r\n width: 100% !important;\r\n font-size: 17px !important;\r\n font-weight: 600;\r\n line-height: 24px;\r\n padding: 8px 10px;\r\n text-transform: capitalize;\r\n margin-top: 5%;\r\n}\r\n\r\n[selector='btn-position2'] .btn-secondary {\r\n color: #fff;\r\n background-color: #6A7888 !important;\r\n border-color: #6A7888 !important;\r\n border-radius: 4px !important;\r\n width: 100% !important;\r\n font-size: 16px !important;\r\n font-weight: 400;\r\n line-height: 24px;\r\n padding: 8px 10px;\r\n text-transform: capitalize;\r\n margin-top: 5%;\r\n}\r\n\r\n[selector='btn-position3'] .btn-primary {\r\n color: #fff;\r\n background-color: #1572C2 !important;\r\n border-color: #1572C2!important;\r\n border-radius: 10px !important;\r\n width: 100% !important;\r\n font-size: 19px !important;\r\n font-weight: 400;\r\n line-height: 24px;\r\n text-align: left;\r\n text-transform: capitalize;\r\n}\r\n\r\n[selector='btn-position3'] .btn-light {\r\n color: #556271;\r\n background-color: transparent !important;\r\n border-color: transparent !important;\r\n border-radius: 24px !important;\r\n width: 100% !important;\r\n font-size: 16px !important;\r\n font-weight: 400;\r\n line-height: 24px;\r\n text-align: left;\r\n text-transform: capitalize;\r\n}","media_collection":"st-9bfd43eb-e5c4-4a33-a863-305b7cfc8ab9-media","is_public":0,"is_default_template":0,"is_system":0,"asset_type":null,"created_at":"2024-05-07 22:24:45","updated_at":"2024-05-07 22:24:45"},"extraAttributes":{"translatedLanguages":[]},"references":[]}}}
\ No newline at end of file
diff --git a/default-templates/welcome_page_template/assets/preview-thumbs/preview1.png b/default-templates/welcome_page_template/assets/preview-thumbs/preview1.png
new file mode 100644
index 0000000..01911f9
Binary files /dev/null and b/default-templates/welcome_page_template/assets/preview-thumbs/preview1.png differ
diff --git a/default-templates/welcome_page_template/assets/thumbnail.jpeg b/default-templates/welcome_page_template/assets/thumbnail.jpeg
new file mode 100644
index 0000000..d57d11b
Binary files /dev/null and b/default-templates/welcome_page_template/assets/thumbnail.jpeg differ
diff --git a/default-templates/welcome_page_template/screen_template_details.xml b/default-templates/welcome_page_template/screen_template_details.xml
new file mode 100644
index 0000000..9402ee0
--- /dev/null
+++ b/default-templates/welcome_page_template/screen_template_details.xml
@@ -0,0 +1,8 @@
+
+
diff --git a/default-templates/welcome_page_template/screen_template_export.json b/default-templates/welcome_page_template/screen_template_export.json
new file mode 100644
index 0000000..60a4051
--- /dev/null
+++ b/default-templates/welcome_page_template/screen_template_export.json
@@ -0,0 +1 @@
+{"type":"screen_templates_package","version":"2","root":"9d8940d7-2a1b-44cc-9e7a-747fb80d88a8","name":"Welcome Page","export":{"9d8940d7-2a1b-44cc-9e7a-747fb80d88a8":{"exporter":"ProcessMaker\\ImportExport\\Exporters\\ScreenTemplatesExporter","type":"ScreenTemplates","type_human":"Screen Template","type_plural":"ScreenTemplates","type_human_plural":"Screen Templates","last_modified_by":"","last_modified_by_id":null,"model":"ProcessMaker\\Models\\ScreenTemplates","force_password_protect":false,"hidden":false,"mode":"update","saveAssetsMode":"saveAllAssets","explicit_discard":false,"dependents":[],"name":"Welcome Page","description":"Welcome Page","process_manager":"","process_manager_id":null,"attributes":{"id":11,"uuid":"9d8940d7-2a1b-44cc-9e7a-747fb80d88a8","unique_template_id":null,"name":"Welcome Page","description":"Welcome Page","version":"1.0.0","user_id":36,"editing_screen_uuid":null,"screen_category_id":1,"screen_type":"EMAIL","manifest":"{\"name\": \"Welcome Screen\", \"root\": \"9d18b69c-e967-4a32-aaf5-fb769d83e0a8\", \"type\": \"screen_package\", \"export\": {\"9d18b69c-e967-4a32-aaf5-fb769d83e0a8\": {\"mode\": \"update\", \"name\": \"Welcome Screen\", \"type\": \"Screen\", \"model\": \"ProcessMaker\\\\Models\\\\Screen\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\ScreenExporter\", \"attributes\": {\"id\": 1911, \"key\": null, \"type\": \"EMAIL\", \"uuid\": \"9d18b69c-e967-4a32-aaf5-fb769d83e0a8\", \"title\": \"Welcome Screen\", \"config\": \"[{\\\"name\\\": \\\"Invoice Approval Email New\\\", \\\"items\\\": [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\\n\\\\n
\\\\n
\\\\n
\\\\n\\\\n
\\\\n
\\\\n
\\\\n
\\\\n
\\\\n
\\\\n\\\\n
\\\\n
\\\\n
\\\\n\\\\n
\\\\n
\\\\n
\\\\n\\\\n
\\\\n
\\\\n
Hello Maria,here are you highlights for Wednesday, Sep 11,
\\\\n \\\\n
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
\\\\n
\\\\n
\\\\n
\\\\n\\\\n
\\\\n
\\\\n
\\\\n
\\\\n
\\\\n
\\\\n\\\\n
\\\\n
\\\\n
This Email was sent to mariajose.martinez@processmaker.com You can update your profile settings to change notifications and preferred language.
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Subtitle
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Header1\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"4\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"5\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"6\\\", \\\"content\\\": \\\"2\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Column\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Approve
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"4\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"5\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"6\\\", \\\"content\\\": \\\"2\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ColumnSpacing\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"MultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], \\\"label\\\": \\\"Loop\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-redo\\\", \\\"name\\\": \\\"loop_1\\\", \\\"label\\\": null, \\\"settings\\\": {\\\"add\\\": false, \\\"type\\\": \\\"new\\\", \\\"times\\\": \\\"6\\\", \\\"varname\\\": \\\"loop_1\\\"}, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ColumnWhite\\\"}, \\\"component\\\": \\\"FormLoop\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"LoopInspector\\\", \\\"field\\\": \\\"settings\\\", \\\"config\\\": {\\\"label\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"Loop\\\", \\\"editor-component\\\": \\\"Loop\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}]}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CONFIRM\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"7\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BtnStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"8\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BgGrid\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Desktop\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"width\\\": \\\"70\\\", \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich Text (Title)
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich text editor
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"10\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Header2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Column
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"4\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"5\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"6\\\", \\\"content\\\": \\\"2\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Column\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Text
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Approve
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"4\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"5\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"6\\\", \\\"content\\\": \\\"2\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ColumnSpacing\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"MultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], \\\"label\\\": \\\"Loop\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-redo\\\", \\\"name\\\": \\\"loop_1\\\", \\\"label\\\": null, \\\"settings\\\": {\\\"add\\\": false, \\\"type\\\": \\\"new\\\", \\\"times\\\": \\\"6\\\", \\\"varname\\\": \\\"loop_1\\\"}, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ColumnWhite\\\"}, \\\"component\\\": \\\"FormLoop\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"LoopInspector\\\", \\\"field\\\": \\\"settings\\\", \\\"config\\\": {\\\"label\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"Loop\\\", \\\"editor-component\\\": \\\"Loop\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ColumMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Subtitle
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Header1\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Agency\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_2\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"EIN\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_3\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Employee Name (Last, First, MI)\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_4\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Position No.\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ContainerStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_5\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Job Title\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_6\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"FLSA\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ContainerStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CANCEL REQUEST\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CONTINUE\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BtnStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BgGrid\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Request Details
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Requester
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
John Clark
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BorderBottom\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Department
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Customer Suport
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BorderBottom\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Job title
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Senior Innovation Strategist
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BorderBottom\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Tool Name
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Google Workspace
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BorderBottom\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Purpose of Access
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
To Create decks
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BorderBottom\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Access Type
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Temporary
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BorderBottom\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Access Valid Unit
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
08/08/2024
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BorderBottom\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BgGridWhite\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"7\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"5\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BgContainer\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Desktop\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0008vu+++u9x7773yzDPPyKWXXirLLbdcqjNGjRold999t3QmtthiC6s/uUaOHCnHHnus1b9+W7EBbrnlFimFojrNB7op1D+rr7660U40qnwT99WrN7/99luqDqVnjFqGibI6I80dd9xhdaSv+9QgMf3797e6yS+/zjrrpHQkOOCAAxLty9Jp/LYZnRa2V6nAVH2ffvqpUUs3UU6Xf1MEpXWaDxWQbLLJJokRpS8lu+yyS0LXYK4PHjzY/g1BeYhRB+rabrvtZOONN04tizrQ5IILLpCFF144UQfLzjfffCNdBbQZC3mGGWZI3Pct6CKoRGiY4ego/jqgX7766qtEOfQVS0jMKMCFCKEzJNOAmGmmmWTrrbdO3GOJjdXzb4G2Gk938z9L9tixYxPlfHVSBIX9NB80VqMFNnSAXjIRq4p4UL1IwhdffJH4jHVKGKIeYi//7bffSlFktS2vX4WA3POZTfhysPK+Lwu23HJLKYNKhAacgYFz+sorr6S+w5mde+65M3+vPk/iMy/63XffWec0Cyy94ehW303KwJQIALM817MMaetWW21loyplUCn3yOw44YQT7F8fhBRgL+pFE0L9BGBEsjoRoTKKw+9j9aBD/XLMAgZErG5cFB/oTyizsmBQ7rrrrnLhhRfaMEsZVCo0RtKqq65qzXQfK620UtT48LHKKqukzPhjjjlGPv7441TnOl0xevToxH0EtvTSS6fKQnWFgNYK9Q/O+pNPPpkoN8sss1i/Mg+g7zA6+BsuqTvvvLN1V1ATZWmsyln+og2CIUEvut/TiTjbMAj4fL///rudXegMfDI6IbQ2MXTCWQ4YNOEsx1ci1YIlFqPp888/tz7liy++mCjHQKCj8wB/EkOI9oWCxnel7kpI7ir8NB/4JfqSCb9kzz33jPpPIS666KKU78WlI9eoQ23WXnttM//886d8Qj7POeecRpe8aL34dToDU/WqgO391VZbzahpHuU6hw0bFq2zkZ+mjnXUdx03bpwpCuendSmh6WwyAwcOrEsUS4SMVVfDvkPWM7iv0QdbLm/dlGOAKJsTrbOR0FQ3Gl3yUyT5wQcfnCLU86JS5zqGcBnIsyyg9+AtlQ23ijvPbxZZZBFR1kR0FtYtv8MOO4h2mCjbLnkw22yz2XpnnXVWyQv/+YRhzjnnnITvCnQ1sUuoKWGldojQsLi40C9c/J8XCOvUU0+1egE2xHVayIgQ38LFeOCBB2SttdaqW6cjbocMGSKXXXaZKN1loxM+oev+R1i6MtgoA/xolsVLWf8dufyyfA9ThO+Ktej6AQKAQQlzU1RwbSyPvDgjtQrQkPfeey9xD6WcV5mHdX300Uc2A4k6MTyoZ9lll7VCy2vVhSCY+tlnn1kCGjIbQ4SZwaxFUAiu0SzHbaBNfrnYe9LmMGoBsEpDeqsRrrzySus2VOZc++DlqwAdAkuuuqUaq2sCGPXUyeXDNJFCwazC2m0Elvyq+qP2bKkYVXZuR9bZmc8pi1IzjZHJEuPzfbAHPXv2TOWJNFMn676GTuTll1+2az9LEUvJYostZqMJGBN5o9E+qIeoOjknauVa3w99A1WGcw8xwOdm8kDxHV999VXLzsCfUidUGg49kXmbxl31YChr8mvDEmav6oNMM7keMMtVt5jhw4cbXRIzTXHM9kGDBhkVZi43gjJcaliYNddc0/C+WXWrI219ReJ99ermO8x2dfqtWR/zLbl0AJhevXoZHXy1dpRBZX7a+uuvn2ioWnuFhKYRa6PWog0YNvKl6KQePXqYxx9/vGFHMBCUD7XB2Dw+Gv3Rp08fo8ZDZp0IVSP2Ri3QXP4ewVylsAw7lMqgywiNTtdlJVVPns6ABdGIQqbgYEKUmqo7u2IXmWA4x1l1klXVbJ0MtJEjRxZ2rEGXERozQR3f1CygXSxXyicaNXPN8ssvb188ZBjo4Ky0NOUXLQUWdiCMDel/sBMDBgywyzHPo76lllrKqJuR2d6bbropJTB+N8ccc5h+/fqZvfbay2y44YY2ZS58rgZuzUMPPWSKossITX2wqE4gf9LPZ/zhhx/M5ZdfbvVEqDdGjBiRmm3qH1l9EtarxoxRY6RWnpFP3cpeGDUeMvMhAb/p3r17aoCpAWOXd1cfl8bVormeG220UWkaq1OFRicMHjw4NWqZASxDsUTWoUOHpgRBokxYlmUzHO3sxaNzY8spHcmSyHOzoJaybZ8vCI2emw8//DDaVvjJUO9hSGlEwRSBE1qHONfNwE/XBtBL++23Xyb1ddBBB9mEWOJsDm+//bbdeuzSrvX9LL1FDqYP+EeX0ob5j0uBiR4DDjghHd9cv+uuu1LUE5RULDWdzy74e+6559Z+p0u5DdGoPpai6FSh8SI6ShP36FSuGOgI/EA4PV9oCAx/zgkNkNEcYo011kjURfwNgZsIBwhbQjzPR/gZfw6fNMsP43t4ToTmI9a2ZtDpQgtTpJlhjZxbXziAWRPWE0u99h1+OhrHOCsrGX4yRJigQzsbReRjJEOs7mbQqfvTeOkwcQd2pV5ePgKCQPZBZCAkjyF9Q/gZX9QD+8HM5YpFvH0wwMhh9IEQX3vttbq/gS0JoZamlEGnCo2XWnnllRPLC6w7oXm+M5HcEDqJxFYfdEIoJPRJuGyRXuBGOQPmmmuusSEYLsIxjbDiiism6DPaQ6gnK/mUnBN1ERLvwUAhrb0UOtt6xO8JTX4YhPvuuy9lkX399ddGQzIpa5OIcVhWZ6w14f2ypBecffbZUZP75JNPTliFRK3DOrEu2V7llyN6HdveBWuCfxma/Br6KW3yV67TtLHWusuKEDPC9957b5uxxYjdbLPNLKnqx+BIb+P+vvvua0lXli6Se9jU4BsggBmGQRHOKuJaJP+oMGr3mGWHH364XbL4juei07DmmIWNQJuJZ5GS7oDuJLuaaPQee+xhl3sMFmbgs88+m5hl6Oujjjqq/MEEVc+0RhfOsM/rMZpHjx6dyitxI5S/IRPi34f1yKKxVMCWo4xxjnCcMBRcMUoqNtMARDXOdKw9XI5ZkQiNBftCHkxRdJhz3ehiiQrJWDoHXg7KKW/iDU7rkCFDGrLxOL4ahGwqWYg+gVqLLWPUqW6CmXfeeXPXicB69+5tneoyTH9lQgtDM0WEBuggWHteLivU4ToAvcDWqDy6gU5Cv7HdqRHTT1+oQ21GjRplZ0S97K6xY8faOusNNEdqE26C4a8qNFM6CIrzGDOvs8C6HmYoAdZ5nF/2AiipKjfffLMNLLogKLoC642dMpzh5QKhjUAZ9BuZUei+22+/3TIb6B30L9Ycus3VzdbhWPvCOtm1gy6DZUEfUidOMwwLfqQSzzYBd6eddhKdldUesFN2ppUdPY1AFCDGQ5aFC7qWCZWEoJ0cINBRfVKZ9djReRWNnN6ioN1V1+1SBzsarRN7JkIUFprxGAsTYS7QQ6ZBMqaJsB71vovdc2yE+84vk8VUZLXNtTt2v5l2hX0T+78MSq0Pw4YNs0mfLDNQMyhlt+Rwcg/ne2QlZGrg0W5l4hSfcIllUyLbglDq7FrByXbGAQYFCt9tJtRIce3knRtuuEH69OljeUi+ow3s+3YgLMKREC+88EKN5feZfxh/rk033TTVXk4scL/T4KYNufhZypyVQqjH7Q+nbjK8XLswruA43WkNWZGMPCgsNBpGWIXtQRCnsASwFi6nno6nA2NwHcqopiP8uBVbjrDKyOmn8zkjhI1+CI0ydAwHvjj23G3Q47u33norscvyzTffTDyX00kZVBztBOvCdmLSzl3SKQMpzI52gImB8cDShPtkwNFGt4MVloU0dZfG7gYv7aIdDDwGIIP8zDPPtG0oilI6jQbReZjUjDpGch4Q/3r99dftlt5LLrmkdh9hInioIl6eF9fwvMwzzzyJMmz8g+SFJgrDJbgJCJrLbw/lyHlklGMskJYNnUaqtY96Jw/wrrwnA4PcRj++ZibkgNIuBmLYLoTL7xl8/r66Iii1PMK7MWoQHr4Jfkkj8HIcUoafReez85+QiQt7hPrG6QGWHXefGUEciytcWseNG1freGaTg1tO6UwGA/+zXBU95QcB+O2kfrcHHP8v1F0sn9wnr5+BakzxU/xKCY2X5lxdBEBH+SGLLLi90pybTPltttnGkqucL8JnnNwTTzzR6kiWR8hcZoXbgksZnGu3PIbP4jsXo/Pjbi5geeedd0rfvn1tOzhF7+ijj078PtxCHHYs91glOLkgzOWn3qytUehedCHLKsIr4yqVOu9xmWWWqemU0ONnScPIcGs+QqEMehCWgFnpRj96EaMDQbDuDxw40G53YvYisG233bYmHJ6JAeSe179/f7uDhu9JEfBPSQiPBmSrE21y+8NYhkk1d2DJwxBh0PA9R0fwPMCgYXBRP8YEetePSrPbhrQCp8swwhh41IOwWFbdsVSwMgixsODKMCJFPP9YenTsnktFa+YZeVKvXUp33rLNoB5X6b4rkx5eCSNSZKTEfhO7V4Sry8tF5m13s+/XluPwmCoYJHtaeAsTF9qdXmmh68PJqZ2wAc5fS3BdF2aC2zNmzBh7VFU36BjMUMxrYmNljwBqoXqQ2wKbAwXHMU1txJQwfQnkhccjtdA1wCzDJYLPxNX4D7BuKIbqnckbAAAAAElFTkSuQmCC\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"width\\\": \\\"70\\\", \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich Text (Title)
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Subtitle
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"10\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Header2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Request Details
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"chevron-down\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACtSURBVHgB7dSxDcIwEIXhZ0dIlIyQCcAFSBY0ZjJGQJkobTqyAQwBlbGNFYkClMS+pMz9re/u6wxwHMd9U8ZsMKHUnhx68E972R2Od6V1iVxMmzK87G27P13JoHyvKniB4GSdg3aYszV8iLuuGpoTo0dUPFLEIzJAFP7cNs0jhQkX59r+uSSYg1KwLHAMpWLZYB8KrEHFSOA/2q0SMTL4g4KOzSrCkz4GjuMW2AcoU4KtOZqJUwAAAABJRU5ErkJggg==\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"9\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"3\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"BgGridWhiteMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Agency\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_2\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"EIN\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_3\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Employee Name (Last, First, MI)\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_4\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Position No.\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_5\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Job Title\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_6\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"FLSA\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CANCEL REQUEST\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CONTINUE\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"BtnStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": null}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Mobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"order\\\": 1}]\", \"status\": \"ACTIVE\", \"computed\": \"[]\", \"watchers\": \"[]\", \"asset_type\": null, \"created_at\": \"2024-09-25 15:27:16\", \"custom_css\": \"[selector='Desktop']{\\n /*background-color: #F6F8FC;*/\\n min-height: 800px;\\n max-height: 900px;\\n}\\n[selector='Mobile']{\\n background-color: #F6F8FC;\\n padding-left: 0px;\\n padding-right:0px ;\\n}\\n[selector='Header1']{\\n background-color: #237DB3;\\n padding:20px 30px 0px 30px;\\n}\\n[selector='Header2']{\\n background-color: #237DB3;\\n padding:10px 0px 0px 10px;\\n}\\n[selector='Header2'] .col-sm-2{\\n padding-right: 0px !important;\\n width: 40%;\\n}\\n[selector='Header2'] .col-sm-10{\\n padding-right: 0px !important;\\n width: 80%;\\n}\\n[selector='Header2'] .row{\\n flex-wrap: nowrap !important;\\n}\\n\\n[selector='Header1'] img{\\n text-align: right !important;\\n float: right;\\n}\\n.TitleText{\\n color:#FFFFFF;\\n font-size: 20px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 28px;\\n}\\n.TitleTextMobile{\\n color: #FFFFFF;\\n font-size: 17px;\\n font-weight: 500;\\n font-family: Arial, Helvetica, sans-serif;\\n margin-bottom: 0px;\\n margin-top: -5px;\\n}\\n.Text{\\n color:#FFFFFF;\\n font-size: 18px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 24px;\\n}\\n.TextMobile{\\n color: #FFFFFF;\\n font-size: 14px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n margin-bottom: 0px;\\n margin-top: -5px;\\n}\\n.TitleTextBlack{\\n color:#39404A;\\n font-size: 22px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n}\\n.TitleTextBlackMobile{\\n color:#39404A;\\n font-size: 17px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n}\\n.TextData{\\n color:#5F6367;\\n font-size: 18px;\\n font-weight: 700;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 21px;\\n}\\n.TextDataText{\\n color:#5F6367;\\n font-size: 16px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 21px;\\n text-align: right;\\n}\\n[selector='BgContainer']{\\n min-height: 700px;\\n}\\n[selector='BgGrid']{\\n background-color: #F6F8FC;\\n padding: 50px 30px 30px 30px;\\n min-height: 700px;\\n}\\n[selector='BgGridWhite']{\\n background-color: #FFFFFF;\\n padding: 50px 30px 30px 30px;\\n min-height: 700px;\\n}\\n[selector='BgGridWhiteMobile']{\\n background-color: #FFFFFF;\\n padding: 10px 5px 0px 10px;\\n border-bottom: 1px solid #DDD;\\n}\\n[selector='BgGridWhiteMobile'] .row{\\n flex-wrap: nowrap !important;\\n}\\n[selector='BgGridWhiteMobile'] .col-sm-9{\\n width: 80%;\\n}\\n[selector='BgGridWhiteMobile'] .col-sm-3{\\n width: 20%;\\n}\\n[selector='ContainerStyle'] .form-control {\\n color: #20242A;\\n border: 1px solid #D7DDE5;\\n border-radius: 8px;\\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\\n padding: 20px 15px;\\n}\\n[selector='ContainerStyle'] .form-group label {\\n margin-bottom: 5px;\\n color: #20242A;\\n font-size: 14px;\\n font-weight: 400;\\n line-height: 20px;\\n}\\n[selector='ContainerStyleMobile'] .form-control {\\n color: #20242A;\\n border: 1px solid #D7DDE5;\\n border-radius: 8px;\\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\\n font-size: 12px;\\n}\\n[selector='ContainerStyleMobile'] .form-group label {\\n margin-bottom: 5px;\\n color: #20242A;\\n font-size: 12px;\\n font-weight: 400;\\n line-height: 20px;\\n}\\n[selector='BtnStyle'] .btn-primary {\\n background-color: #20242A;\\n border:1px solid #20242A;\\n border-radius: 8px 8px 8px 8px;\\n color:#FFFFFF;\\n font-size: 14px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n padding: 12px 5px;\\n}\\n[selector='BtnStyle'] .btn-primary:hover {\\n background-color: #010101;\\n border:1px solid #010101;\\n color:#FFFFFF;\\n}\\n[selector='BtnStyle'] .btn-danger {\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n border-radius: 8px 8px 8px 8px;\\n color:#20242A;\\n font-size: 14px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n padding: 12px 5px;\\n}\\n[selector='BtnStyle'] .btn-danger:hover {\\n background-color: #D7DDE5;\\n border:1px solid #D7DDE5;\\n color:#20242A;\\n}\\n\\n[selector='BtnStyleMobile']{\\n /*position: fixed;\\n bottom: 0;*/\\n}\\n[selector='BtnStyleMobile'] .btn-primary {\\n background-color: #20242A;\\n border:1px solid #20242A;\\n border-radius: 8px 8px 8px 8px;\\n color:#FFFFFF;\\n font-size: 12px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n}\\n[selector='BtnStyleMobile'] .btn-danger {\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n border-radius: 8px 8px 8px 8px;\\n color:#20242A;\\n font-size: 12px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n}\\n[selector='ContainerMobile'] {\\n padding: 10px;\\n}\\n[selector='BorderBottom'] {\\n border-bottom: 1px solid #c9c9c9;\\n margin-top: 20px;\\n}\", \"updated_at\": \"2024-11-14 16:32:39\", \"description\": \"Single form / TWO PANNEL OF DATA\", \"is_template\": 0, \"translations\": null}, \"dependents\": [], \"references\": {\"uncategorized-category\": true}, \"type_human\": \"Screen\", \"description\": \"Single form / TWO PANNEL OF DATA\", \"type_plural\": \"Screens\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Screens\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}}, \"version\": \"2\"}","screen_custom_css":"[selector='Desktop']{\n /*background-color: #F6F8FC;*/\n min-height: 800px;\n max-height: 900px;\n}\n[selector='Mobile']{\n background-color: #F6F8FC;\n padding-left: 0px;\n padding-right:0px ;\n}\n[selector='Header1']{\n background-color: #237DB3;\n padding:20px 30px 0px 30px;\n}\n[selector='Header2']{\n background-color: #237DB3;\n padding:10px 0px 0px 10px;\n}\n[selector='Header2'] .col-sm-2{\n padding-right: 0px !important;\n width: 40%;\n}\n[selector='Header2'] .col-sm-10{\n padding-right: 0px !important;\n width: 80%;\n}\n[selector='Header2'] .row{\n flex-wrap: nowrap !important;\n}\n\n[selector='Header1'] img{\n text-align: right !important;\n float: right;\n}\n.TitleText{\n color:#FFFFFF;\n font-size: 20px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 28px;\n}\n.TitleTextMobile{\n color: #FFFFFF;\n font-size: 17px;\n font-weight: 500;\n font-family: Arial, Helvetica, sans-serif;\n margin-bottom: 0px;\n margin-top: -5px;\n}\n.Text{\n color:#FFFFFF;\n font-size: 18px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 24px;\n}\n.TextMobile{\n color: #FFFFFF;\n font-size: 14px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n margin-bottom: 0px;\n margin-top: -5px;\n}\n.TitleTextBlack{\n color:#39404A;\n font-size: 22px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n}\n.TitleTextBlackMobile{\n color:#39404A;\n font-size: 17px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n}\n.TextData{\n color:#5F6367;\n font-size: 18px;\n font-weight: 700;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 21px;\n}\n.TextDataText{\n color:#5F6367;\n font-size: 16px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 21px;\n text-align: right;\n}\n[selector='BgContainer']{\n min-height: 700px;\n}\n[selector='BgGrid']{\n background-color: #F6F8FC;\n padding: 50px 30px 30px 30px;\n min-height: 700px;\n}\n[selector='BgGridWhite']{\n background-color: #FFFFFF;\n padding: 50px 30px 30px 30px;\n min-height: 700px;\n}\n[selector='BgGridWhiteMobile']{\n background-color: #FFFFFF;\n padding: 10px 5px 0px 10px;\n border-bottom: 1px solid #DDD;\n}\n[selector='BgGridWhiteMobile'] .row{\n flex-wrap: nowrap !important;\n}\n[selector='BgGridWhiteMobile'] .col-sm-9{\n width: 80%;\n}\n[selector='BgGridWhiteMobile'] .col-sm-3{\n width: 20%;\n}\n[selector='ContainerStyle'] .form-control {\n color: #20242A;\n border: 1px solid #D7DDE5;\n border-radius: 8px;\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\n padding: 20px 15px;\n}\n[selector='ContainerStyle'] .form-group label {\n margin-bottom: 5px;\n color: #20242A;\n font-size: 14px;\n font-weight: 400;\n line-height: 20px;\n}\n[selector='ContainerStyleMobile'] .form-control {\n color: #20242A;\n border: 1px solid #D7DDE5;\n border-radius: 8px;\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\n font-size: 12px;\n}\n[selector='ContainerStyleMobile'] .form-group label {\n margin-bottom: 5px;\n color: #20242A;\n font-size: 12px;\n font-weight: 400;\n line-height: 20px;\n}\n[selector='BtnStyle'] .btn-primary {\n background-color: #20242A;\n border:1px solid #20242A;\n border-radius: 8px 8px 8px 8px;\n color:#FFFFFF;\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n padding: 12px 5px;\n}\n[selector='BtnStyle'] .btn-primary:hover {\n background-color: #010101;\n border:1px solid #010101;\n color:#FFFFFF;\n}\n[selector='BtnStyle'] .btn-danger {\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n border-radius: 8px 8px 8px 8px;\n color:#20242A;\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n padding: 12px 5px;\n}\n[selector='BtnStyle'] .btn-danger:hover {\n background-color: #D7DDE5;\n border:1px solid #D7DDE5;\n color:#20242A;\n}\n\n[selector='BtnStyleMobile']{\n /*position: fixed;\n bottom: 0;*/\n}\n[selector='BtnStyleMobile'] .btn-primary {\n background-color: #20242A;\n border:1px solid #20242A;\n border-radius: 8px 8px 8px 8px;\n color:#FFFFFF;\n font-size: 12px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n}\n[selector='BtnStyleMobile'] .btn-danger {\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n border-radius: 8px 8px 8px 8px;\n color:#20242A;\n font-size: 12px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n}\n[selector='ContainerMobile'] {\n padding: 10px;\n}\n[selector='BorderBottom'] {\n border-bottom: 1px solid #c9c9c9;\n margin-top: 20px;\n}","media_collection":"st-9d894095-6827-4813-be1b-01536dc2d318-media","is_public":0,"is_default_template":0,"is_system":0,"asset_type":null,"created_at":"2024-11-20 18:43:16","updated_at":"2024-11-20 18:43:16"},"extraAttributes":{"translatedLanguages":[]},"references":[]}}}
\ No newline at end of file
diff --git a/single-form/single_form_multi_step_process/assets/preview-thumbs/preview1.png b/single-form/single_form_multi_step_process/assets/preview-thumbs/preview1.png
new file mode 100644
index 0000000..2a836c6
Binary files /dev/null and b/single-form/single_form_multi_step_process/assets/preview-thumbs/preview1.png differ
diff --git a/single-form/single_form_multi_step_process/assets/preview-thumbs/preview2.png b/single-form/single_form_multi_step_process/assets/preview-thumbs/preview2.png
new file mode 100644
index 0000000..1a995b2
Binary files /dev/null and b/single-form/single_form_multi_step_process/assets/preview-thumbs/preview2.png differ
diff --git a/single-form/single_form_multi_step_process/assets/thumbnail.jpeg b/single-form/single_form_multi_step_process/assets/thumbnail.jpeg
new file mode 100644
index 0000000..d57d11b
Binary files /dev/null and b/single-form/single_form_multi_step_process/assets/thumbnail.jpeg differ
diff --git a/single-form/single_form_multi_step_process/screen_template_details.xml b/single-form/single_form_multi_step_process/screen_template_details.xml
new file mode 100644
index 0000000..0758361
--- /dev/null
+++ b/single-form/single_form_multi_step_process/screen_template_details.xml
@@ -0,0 +1,8 @@
+
+
diff --git a/single-form/single_form_multi_step_process/screen_template_export.json b/single-form/single_form_multi_step_process/screen_template_export.json
new file mode 100644
index 0000000..6a3e5c8
--- /dev/null
+++ b/single-form/single_form_multi_step_process/screen_template_export.json
@@ -0,0 +1 @@
+{"type":"screen_templates_package","version":"2","root":"9d894076-aa1e-4421-ada7-e56814ab0ecc","name":"Single Form - Multi-Step Process","export":{"9d894076-aa1e-4421-ada7-e56814ab0ecc":{"exporter":"ProcessMaker\\ImportExport\\Exporters\\ScreenTemplatesExporter","type":"ScreenTemplates","type_human":"Screen Template","type_plural":"ScreenTemplates","type_human_plural":"Screen Templates","last_modified_by":"","last_modified_by_id":null,"model":"ProcessMaker\\Models\\ScreenTemplates","force_password_protect":false,"hidden":false,"mode":"update","saveAssetsMode":"saveAllAssets","explicit_discard":false,"dependents":[],"name":"Single Form - Multi-Step Process","description":"Single Form - Multi-Step Process","process_manager":"","process_manager_id":null,"attributes":{"id":7,"uuid":"9d894076-aa1e-4421-ada7-e56814ab0ecc","unique_template_id":null,"name":"Single Form - Multi-Step Process","description":"Single Form - Multi-Step Process","version":"1.0.0","user_id":36,"editing_screen_uuid":null,"screen_category_id":1,"screen_type":"FORM","manifest":"{\"name\": \"Single form several steps\", \"root\": \"9d184095-786d-4f58-92f1-77a78512a6cf\", \"type\": \"screen_package\", \"export\": {\"9d184095-786d-4f58-92f1-77a78512a6cf\": {\"mode\": \"update\", \"name\": \"Single form several steps\", \"type\": \"Screen\", \"model\": \"ProcessMaker\\\\Models\\\\Screen\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\ScreenExporter\", \"attributes\": {\"id\": 1907, \"key\": null, \"type\": \"FORM\", \"uuid\": \"9d184095-786d-4f58-92f1-77a78512a6cf\", \"title\": \"Single form several steps\", \"config\": \"[{\\\"name\\\": \\\"Single form One Step\\\", \\\"items\\\": [{\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich Text (Title)
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Subtitle
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Header1\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Step 1
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Personal Information
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"TabMenuActive\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Step 2
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Contact Information
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"TabMenuTab\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Step 3
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Billing Information
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"TabMenuTab\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Step 4
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Delivery Address
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"TabMenuTab\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"4\\\", \\\"content\\\": \\\"3\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"TabMenu\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Agency\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_2\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"EIN\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_3\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Employee Name (Last, First, MI)\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_4\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Position No.\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ContainerStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_5\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Job Title\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_6\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"FLSA\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ContainerStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Date Picker\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-calendar-alt\\\", \\\"name\\\": \\\"date\\\", \\\"type\\\": \\\"datetime\\\", \\\"label\\\": null, \\\"maxDate\\\": null, \\\"minDate\\\": null, \\\"disabled\\\": false, \\\"dataFormat\\\": \\\"date\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"📅 Filter by date\\\", \\\"conditionalHide\\\": \\\"false\\\"}, \\\"component\\\": \\\"FormDatePicker\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"minDate\\\", \\\"config\\\": {\\\"name\\\": \\\"Minimum Date\\\", \\\"label\\\": \\\"Minimum Date\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"date_or_mustache\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"maxDate\\\", \\\"config\\\": {\\\"name\\\": \\\"Maximum Date\\\", \\\"label\\\": \\\"Maximum Date\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"after_min_date|date_or_mustache\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormDatePicker\\\", \\\"editor-component\\\": \\\"FormDatePicker\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CANCEL REQUEST\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"BACK\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CONTINUE\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"4\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"4\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"4\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BtnStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"3\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BgGrid\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Desktop\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"width\\\": \\\"70\\\", \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich Text (Title)
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Subtitle
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"10\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Header2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Step 1
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Personal Information
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"TabMenuActiveMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Agency\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_2\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"EIN\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_3\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Employee Name (Last, First, MI)\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_4\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Position No.\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_5\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Job Title\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_6\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"FLSA\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CANCEL REQUEST\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"BtnStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"BACK\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CONTINUE\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"BtnStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"BgGridMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Mobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"order\\\": 1}]\", \"status\": \"ACTIVE\", \"computed\": \"[]\", \"watchers\": \"[]\", \"asset_type\": null, \"created_at\": \"2024-09-25 14:34:43\", \"custom_css\": \"[selector='Desktop']{\\n background-color: #F6F8FC;\\n min-height: 800px;\\n max-height: 900px;\\n}\\n[selector='Mobile']{\\n background-color: #F6F8FC;\\n padding-left: 0px;\\n padding-right:0px ;\\n}\\n[selector='Header1']{\\n background-color: #237DB3;\\n padding:20px 30px 0px 30px;\\n}\\n[selector='Header2']{\\n background-color: #237DB3;\\n padding:10px 0px 0px 10px;\\n}\\n[selector='Header2'] .col-sm-2{\\n padding-right: 0px !important;\\n width: 40%;\\n}\\n[selector='Header2'] .col-sm-10{\\n padding-right: 0px !important;\\n width: 80%;\\n}\\n[selector='Header2'] .row{\\n flex-wrap: nowrap !important;\\n}\\n\\n[selector='Header1'] img{\\n text-align: right !important;\\n float: right;\\n}\\n.TitleText{\\n color:#FFFFFF;\\n font-size: 20px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 28px;\\n}\\n.TitleTextMobile{\\n color: #FFFFFF;\\n font-size: 17px;\\n font-weight: 500;\\n font-family: Arial, Helvetica, sans-serif;\\n margin-bottom: 0px;\\n margin-top: -5px;\\n}\\n.TitleTextMenu{\\n color:#2F343B;\\n font-size: 18px;\\n font-weight: 500;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 24px;\\n margin-bottom: 0px;\\n margin-top: 10px;\\n}\\n.TitleTextMenuActive{\\n color:#FFFFFF;\\n font-size: 18px;\\n font-weight: 500;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 24px;\\n margin-bottom: 0px;\\n margin-top: 10px;\\n}\\n.TitleTextMenuActiveMobile{\\n color:#FFFFFF;\\n font-size: 16px;\\n font-weight: 500;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 24px;\\n margin-bottom: 0px;\\n margin-top: 5px;\\n padding-left: 15px;\\n}\\n.Text{\\n color:#FFFFFF;\\n font-size: 18px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 24px;\\n}\\n.TextMobile{\\n color: #FFFFFF;\\n font-size: 14px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n margin-bottom: 0px;\\n margin-top: -5px;\\n}\\n.TextMenu{\\n color:#2F343B;\\n font-size: 14px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n margin-bottom: 10px;\\n}\\n.TextMenuActive{\\n color:#FFFFFF;\\n font-size: 14px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n margin-bottom: 10px;\\n}\\n.TextMenuActiveMobile{\\n color:#FFFFFF;\\n font-size: 12px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n margin-bottom: 10px;\\n margin-top: -10px;\\n padding-left: 15px;\\n}\\n.TitleTextBlack{\\n color:#39404A;\\n font-size: 22px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n}\\n.TitleTextBlackMobile{\\n color:#39404A;\\n font-size: 20px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n}\\n[selector='BgGrid']{\\n margin-top: 50px;\\n background-color: #F6F8FC;\\n}\\n[selector='BgGridMobile']{\\n background-color: #F6F8FC;\\n}\\n[selector='ContainerStyle'] .form-control {\\n color: #20242A;\\n border: 1px solid #D7DDE5;\\n border-radius: 8px;\\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\\n padding: 20px 15px;\\n}\\n[selector='ContainerStyle'] .form-group label {\\n margin-bottom: 5px;\\n color: #20242A;\\n font-size: 14px;\\n font-weight: 400;\\n line-height: 20px;\\n}\\n[selector='ContainerStyleMobile'] .form-control {\\n color: #20242A;\\n border: 1px solid #D7DDE5;\\n border-radius: 8px;\\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\\n font-size: 12px;\\n}\\n[selector='ContainerStyleMobile'] .form-group label {\\n margin-bottom: 5px;\\n color: #20242A;\\n font-size: 12px;\\n font-weight: 400;\\n line-height: 20px;\\n}\\n[selector='BtnStyle'] .btn-primary {\\n background-color: #20242A;\\n border:1px solid #20242A;\\n border-radius: 8px 8px 8px 8px;\\n color:#FFFFFF;\\n font-size: 14px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n padding: 12px 5px;\\n}\\n[selector='BtnStyle'] .btn-primary:hover {\\n background-color: #010101;\\n border:1px solid #010101;\\n color:#FFFFFF;\\n}\\n[selector='BtnStyle'] .btn-danger {\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n border-radius: 8px 8px 8px 8px;\\n color:#20242A;\\n font-size: 14px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n padding: 12px 5px;\\n}\\n[selector='BtnStyle'] .btn-danger:hover {\\n background-color: #D7DDE5;\\n border:1px solid #D7DDE5;\\n color:#20242A;\\n}\\n\\n[selector='BtnStyleMobile'] {\\n}\\n[selector='BtnStyleMobile'] .row{\\n flex-wrap: nowrap !important;\\n}\\n[selector='BtnStyleMobile'] .btn-primary {\\n background-color: #20242A;\\n border:1px solid #20242A;\\n border-radius: 8px 8px 8px 8px;\\n color:#FFFFFF;\\n font-size: 12px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n}\\n[selector='BtnStyleMobile'] .btn-danger {\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n border-radius: 8px 8px 8px 8px;\\n color:#20242A;\\n font-size: 12px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n}\\n[selector='ContainerMobile'] {\\n padding: 10px;\\n}\\n[selector='TabMenu'] {\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n}\\n[selector='TabMenuActive'] {\\n background-color: #20242A;\\n padding:0px 0px 0px 20px;\\n}\\n[selector='TabMenuActiveMobile'] {\\n background-color: #20242A;\\n}\\n[selector='TabMenuTab'] {\\n border-right: 1px solid #D7DDE5;\\n}\", \"updated_at\": \"2024-11-14 16:27:04\", \"description\": \"Single form / several steps\", \"is_template\": 0, \"translations\": null}, \"dependents\": [], \"references\": {\"uncategorized-category\": true}, \"type_human\": \"Screen\", \"description\": \"Single form / several steps\", \"type_plural\": \"Screens\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Screens\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}}, \"version\": \"2\"}","screen_custom_css":"[selector='Desktop']{\n background-color: #F6F8FC;\n min-height: 800px;\n max-height: 900px;\n}\n[selector='Mobile']{\n background-color: #F6F8FC;\n padding-left: 0px;\n padding-right:0px ;\n}\n[selector='Header1']{\n background-color: #237DB3;\n padding:20px 30px 0px 30px;\n}\n[selector='Header2']{\n background-color: #237DB3;\n padding:10px 0px 0px 10px;\n}\n[selector='Header2'] .col-sm-2{\n padding-right: 0px !important;\n width: 40%;\n}\n[selector='Header2'] .col-sm-10{\n padding-right: 0px !important;\n width: 80%;\n}\n[selector='Header2'] .row{\n flex-wrap: nowrap !important;\n}\n\n[selector='Header1'] img{\n text-align: right !important;\n float: right;\n}\n.TitleText{\n color:#FFFFFF;\n font-size: 20px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 28px;\n}\n.TitleTextMobile{\n color: #FFFFFF;\n font-size: 17px;\n font-weight: 500;\n font-family: Arial, Helvetica, sans-serif;\n margin-bottom: 0px;\n margin-top: -5px;\n}\n.TitleTextMenu{\n color:#2F343B;\n font-size: 18px;\n font-weight: 500;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 24px;\n margin-bottom: 0px;\n margin-top: 10px;\n}\n.TitleTextMenuActive{\n color:#FFFFFF;\n font-size: 18px;\n font-weight: 500;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 24px;\n margin-bottom: 0px;\n margin-top: 10px;\n}\n.TitleTextMenuActiveMobile{\n color:#FFFFFF;\n font-size: 16px;\n font-weight: 500;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 24px;\n margin-bottom: 0px;\n margin-top: 5px;\n padding-left: 15px;\n}\n.Text{\n color:#FFFFFF;\n font-size: 18px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 24px;\n}\n.TextMobile{\n color: #FFFFFF;\n font-size: 14px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n margin-bottom: 0px;\n margin-top: -5px;\n}\n.TextMenu{\n color:#2F343B;\n font-size: 14px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n margin-bottom: 10px;\n}\n.TextMenuActive{\n color:#FFFFFF;\n font-size: 14px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n margin-bottom: 10px;\n}\n.TextMenuActiveMobile{\n color:#FFFFFF;\n font-size: 12px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n margin-bottom: 10px;\n margin-top: -10px;\n padding-left: 15px;\n}\n.TitleTextBlack{\n color:#39404A;\n font-size: 22px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n}\n.TitleTextBlackMobile{\n color:#39404A;\n font-size: 20px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n}\n[selector='BgGrid']{\n margin-top: 50px;\n background-color: #F6F8FC;\n}\n[selector='BgGridMobile']{\n background-color: #F6F8FC;\n}\n[selector='ContainerStyle'] .form-control {\n color: #20242A;\n border: 1px solid #D7DDE5;\n border-radius: 8px;\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\n padding: 20px 15px;\n}\n[selector='ContainerStyle'] .form-group label {\n margin-bottom: 5px;\n color: #20242A;\n font-size: 14px;\n font-weight: 400;\n line-height: 20px;\n}\n[selector='ContainerStyleMobile'] .form-control {\n color: #20242A;\n border: 1px solid #D7DDE5;\n border-radius: 8px;\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\n font-size: 12px;\n}\n[selector='ContainerStyleMobile'] .form-group label {\n margin-bottom: 5px;\n color: #20242A;\n font-size: 12px;\n font-weight: 400;\n line-height: 20px;\n}\n[selector='BtnStyle'] .btn-primary {\n background-color: #20242A;\n border:1px solid #20242A;\n border-radius: 8px 8px 8px 8px;\n color:#FFFFFF;\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n padding: 12px 5px;\n}\n[selector='BtnStyle'] .btn-primary:hover {\n background-color: #010101;\n border:1px solid #010101;\n color:#FFFFFF;\n}\n[selector='BtnStyle'] .btn-danger {\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n border-radius: 8px 8px 8px 8px;\n color:#20242A;\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n padding: 12px 5px;\n}\n[selector='BtnStyle'] .btn-danger:hover {\n background-color: #D7DDE5;\n border:1px solid #D7DDE5;\n color:#20242A;\n}\n\n[selector='BtnStyleMobile'] {\n}\n[selector='BtnStyleMobile'] .row{\n flex-wrap: nowrap !important;\n}\n[selector='BtnStyleMobile'] .btn-primary {\n background-color: #20242A;\n border:1px solid #20242A;\n border-radius: 8px 8px 8px 8px;\n color:#FFFFFF;\n font-size: 12px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n}\n[selector='BtnStyleMobile'] .btn-danger {\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n border-radius: 8px 8px 8px 8px;\n color:#20242A;\n font-size: 12px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n}\n[selector='ContainerMobile'] {\n padding: 10px;\n}\n[selector='TabMenu'] {\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n}\n[selector='TabMenuActive'] {\n background-color: #20242A;\n padding:0px 0px 0px 20px;\n}\n[selector='TabMenuActiveMobile'] {\n background-color: #20242A;\n}\n[selector='TabMenuTab'] {\n border-right: 1px solid #D7DDE5;\n}","media_collection":"st-9d894076-aa1e-4421-ada7-e56814ab0ecc-media","is_public":0,"is_default_template":0,"is_system":0,"asset_type":null,"created_at":"2024-11-20 18:42:55","updated_at":"2024-11-20 18:42:56"},"extraAttributes":{"translatedLanguages":[]},"references":[]}}}
\ No newline at end of file
diff --git a/single-form/single_form_one_step_process/assets/preview-thumbs/preview1.png b/single-form/single_form_one_step_process/assets/preview-thumbs/preview1.png
new file mode 100644
index 0000000..92089bd
Binary files /dev/null and b/single-form/single_form_one_step_process/assets/preview-thumbs/preview1.png differ
diff --git a/single-form/single_form_one_step_process/assets/preview-thumbs/preview2.png b/single-form/single_form_one_step_process/assets/preview-thumbs/preview2.png
new file mode 100644
index 0000000..d32d0d8
Binary files /dev/null and b/single-form/single_form_one_step_process/assets/preview-thumbs/preview2.png differ
diff --git a/single-form/single_form_one_step_process/assets/thumbnail.jpeg b/single-form/single_form_one_step_process/assets/thumbnail.jpeg
new file mode 100644
index 0000000..d57d11b
Binary files /dev/null and b/single-form/single_form_one_step_process/assets/thumbnail.jpeg differ
diff --git a/single-form/single_form_one_step_process/screen_template_details.xml b/single-form/single_form_one_step_process/screen_template_details.xml
new file mode 100644
index 0000000..400fec2
--- /dev/null
+++ b/single-form/single_form_one_step_process/screen_template_details.xml
@@ -0,0 +1,8 @@
+
+
diff --git a/single-form/single_form_one_step_process/screen_template_export.json b/single-form/single_form_one_step_process/screen_template_export.json
new file mode 100644
index 0000000..4f43cc5
--- /dev/null
+++ b/single-form/single_form_one_step_process/screen_template_export.json
@@ -0,0 +1 @@
+{"type":"screen_templates_package","version":"2","root":"9d89405b-9854-417d-a91d-d2d623a3864e","name":"Single Form - One Step Process","export":{"9d89405b-9854-417d-a91d-d2d623a3864e":{"exporter":"ProcessMaker\\ImportExport\\Exporters\\ScreenTemplatesExporter","type":"ScreenTemplates","type_human":"Screen Template","type_plural":"ScreenTemplates","type_human_plural":"Screen Templates","last_modified_by":"","last_modified_by_id":null,"model":"ProcessMaker\\Models\\ScreenTemplates","force_password_protect":false,"hidden":false,"mode":"update","saveAssetsMode":"saveAllAssets","explicit_discard":false,"dependents":[],"name":"Single Form - One Step Process","description":"Single Form - One Step Process","process_manager":"","process_manager_id":null,"attributes":{"id":6,"uuid":"9d89405b-9854-417d-a91d-d2d623a3864e","unique_template_id":null,"name":"Single Form - One Step Process","description":"Single Form - One Step Process","version":"1.0.0","user_id":36,"editing_screen_uuid":null,"screen_category_id":1,"screen_type":"FORM","manifest":"{\"name\": \"Single form One Step\", \"root\": \"9d168e93-e414-4caf-8a6a-545317e1db9f\", \"type\": \"screen_package\", \"export\": {\"9d168e93-e414-4caf-8a6a-545317e1db9f\": {\"mode\": \"update\", \"name\": \"Single form One Step\", \"type\": \"Screen\", \"model\": \"ProcessMaker\\\\Models\\\\Screen\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\ScreenExporter\", \"attributes\": {\"id\": 1906, \"key\": null, \"type\": \"FORM\", \"uuid\": \"9d168e93-e414-4caf-8a6a-545317e1db9f\", \"title\": \"Single form One Step\", \"config\": \"[{\\\"name\\\": \\\"Single form One Step\\\", \\\"items\\\": [{\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich Text (Title)
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Subtitle
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Header1\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Agency\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_2\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"EIN\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_3\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Employee Name (Last, First, MI)\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_4\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Position No.\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ContainerStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_5\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Job Title\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_6\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"FLSA\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ContainerStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CANCEL REQUEST\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"NEW REMOTE WORK AGREEMENT\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BtnStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"3\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"3\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BgGrid\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Desktop\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"width\\\": \\\"70\\\", \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich Text (Title)
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Subtitle
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"10\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Header2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Agency\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_2\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"EIN\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_3\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Employee Name (Last, First, MI)\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}, {\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_4\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Position No.\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Form section
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_5\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"Job Title\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_6\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"FLSA\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"CANCEL REQUEST\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"NEW REMOTE WORK AGREEMENT\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"BtnStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"BgGrid\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Mobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"order\\\": 1}]\", \"status\": \"ACTIVE\", \"computed\": \"[]\", \"watchers\": \"[]\", \"asset_type\": null, \"created_at\": \"2024-09-24 18:21:08\", \"custom_css\": \"[selector='Desktop']{\\n background-color: #F6F8FC;\\n min-height: 800px;\\n max-height: 900px;\\n}\\n[selector='Mobile']{\\n background-color: #F6F8FC;\\n padding-left: 0px;\\n padding-right:0px ;\\n}\\n[selector='Header1']{\\n background-color: #237DB3;\\n padding:20px 30px 0px 30px;\\n}\\n[selector='Header2']{\\n background-color: #237DB3;\\n padding:10px 0px 0px 10px;\\n}\\n[selector='Header2'] .col-sm-2{\\n padding-right: 0px !important;\\n width: 40%;\\n}\\n[selector='Header2'] .col-sm-10{\\n padding-right: 0px !important;\\n width: 80%;\\n}\\n[selector='Header2'] .row{\\n flex-wrap: nowrap !important;\\n}\\n\\n[selector='Header1'] img{\\n text-align: right !important;\\n float: right;\\n}\\n.TitleText{\\n color:#FFFFFF;\\n font-size: 20px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 28px;\\n}\\n.TitleTextMobile{\\n color: #FFFFFF;\\n font-size: 17px;\\n font-weight: 500;\\n font-family: Arial, Helvetica, sans-serif;\\n margin-bottom: 0px;\\n margin-top: -5px;\\n}\\n.Text{\\n color:#FFFFFF;\\n font-size: 18px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 24px;\\n}\\n.TextMobile{\\n color: #FFFFFF;\\n font-size: 14px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n margin-bottom: 0px;\\n margin-top: -5px;\\n}\\n.TitleTextBlack{\\n color:#39404A;\\n font-size: 22px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n}\\n.TitleTextBlackMobile{\\n color:#39404A;\\n font-size: 20px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n}\\n[selector='BgGrid']{\\n margin-top: 50px;\\n background-color: #F6F8FC;\\n}\\n[selector='ContainerStyle'] .form-control {\\n color: #20242A;\\n border: 1px solid #D7DDE5;\\n border-radius: 8px;\\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\\n padding: 20px 15px;\\n}\\n[selector='ContainerStyle'] .form-group label {\\n margin-bottom: 5px;\\n color: #20242A;\\n font-size: 14px;\\n font-weight: 400;\\n line-height: 20px;\\n}\\n[selector='ContainerStyleMobile'] .form-control {\\n color: #20242A;\\n border: 1px solid #D7DDE5;\\n border-radius: 8px;\\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\\n font-size: 12px;\\n}\\n[selector='ContainerStyleMobile'] .form-group label {\\n margin-bottom: 5px;\\n color: #20242A;\\n font-size: 12px;\\n font-weight: 400;\\n line-height: 20px;\\n}\\n[selector='BtnStyle'] .btn-primary {\\n background-color: #20242A;\\n border:1px solid #20242A;\\n border-radius: 8px 8px 8px 8px;\\n color:#FFFFFF;\\n font-size: 14px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n padding: 12px 5px;\\n}\\n[selector='BtnStyle'] .btn-primary:hover {\\n background-color: #010101;\\n border:1px solid #010101;\\n color:#FFFFFF;\\n}\\n[selector='BtnStyle'] .btn-danger {\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n border-radius: 8px 8px 8px 8px;\\n color:#20242A;\\n font-size: 14px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n padding: 12px 5px;\\n}\\n[selector='BtnStyle'] .btn-danger:hover {\\n background-color: #D7DDE5;\\n border:1px solid #D7DDE5;\\n color:#20242A;\\n}\\n\\n[selector='BtnStyleMobile']{\\n /*position: fixed;\\n bottom: 0;*/\\n}\\n[selector='BtnStyleMobile'] .btn-primary {\\n background-color: #20242A;\\n border:1px solid #20242A;\\n border-radius: 8px 8px 8px 8px;\\n color:#FFFFFF;\\n font-size: 12px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n}\\n[selector='BtnStyleMobile'] .btn-danger {\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n border-radius: 8px 8px 8px 8px;\\n color:#20242A;\\n font-size: 12px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n}\\n[selector='ContainerMobile'] {\\n padding: 10px;\\n}\", \"updated_at\": \"2024-11-14 16:25:35\", \"description\": \"Single form / One Step\", \"is_template\": 0, \"translations\": null}, \"dependents\": [], \"references\": {\"uncategorized-category\": true}, \"type_human\": \"Screen\", \"description\": \"Single form / One Step\", \"type_plural\": \"Screens\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Screens\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}}, \"version\": \"2\"}","screen_custom_css":"[selector='Desktop']{\n background-color: #F6F8FC;\n min-height: 800px;\n max-height: 900px;\n}\n[selector='Mobile']{\n background-color: #F6F8FC;\n padding-left: 0px;\n padding-right:0px ;\n}\n[selector='Header1']{\n background-color: #237DB3;\n padding:20px 30px 0px 30px;\n}\n[selector='Header2']{\n background-color: #237DB3;\n padding:10px 0px 0px 10px;\n}\n[selector='Header2'] .col-sm-2{\n padding-right: 0px !important;\n width: 40%;\n}\n[selector='Header2'] .col-sm-10{\n padding-right: 0px !important;\n width: 80%;\n}\n[selector='Header2'] .row{\n flex-wrap: nowrap !important;\n}\n\n[selector='Header1'] img{\n text-align: right !important;\n float: right;\n}\n.TitleText{\n color:#FFFFFF;\n font-size: 20px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 28px;\n}\n.TitleTextMobile{\n color: #FFFFFF;\n font-size: 17px;\n font-weight: 500;\n font-family: Arial, Helvetica, sans-serif;\n margin-bottom: 0px;\n margin-top: -5px;\n}\n.Text{\n color:#FFFFFF;\n font-size: 18px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 24px;\n}\n.TextMobile{\n color: #FFFFFF;\n font-size: 14px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n margin-bottom: 0px;\n margin-top: -5px;\n}\n.TitleTextBlack{\n color:#39404A;\n font-size: 22px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n}\n.TitleTextBlackMobile{\n color:#39404A;\n font-size: 20px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n}\n[selector='BgGrid']{\n margin-top: 50px;\n background-color: #F6F8FC;\n}\n[selector='ContainerStyle'] .form-control {\n color: #20242A;\n border: 1px solid #D7DDE5;\n border-radius: 8px;\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\n padding: 20px 15px;\n}\n[selector='ContainerStyle'] .form-group label {\n margin-bottom: 5px;\n color: #20242A;\n font-size: 14px;\n font-weight: 400;\n line-height: 20px;\n}\n[selector='ContainerStyleMobile'] .form-control {\n color: #20242A;\n border: 1px solid #D7DDE5;\n border-radius: 8px;\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\n font-size: 12px;\n}\n[selector='ContainerStyleMobile'] .form-group label {\n margin-bottom: 5px;\n color: #20242A;\n font-size: 12px;\n font-weight: 400;\n line-height: 20px;\n}\n[selector='BtnStyle'] .btn-primary {\n background-color: #20242A;\n border:1px solid #20242A;\n border-radius: 8px 8px 8px 8px;\n color:#FFFFFF;\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n padding: 12px 5px;\n}\n[selector='BtnStyle'] .btn-primary:hover {\n background-color: #010101;\n border:1px solid #010101;\n color:#FFFFFF;\n}\n[selector='BtnStyle'] .btn-danger {\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n border-radius: 8px 8px 8px 8px;\n color:#20242A;\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n padding: 12px 5px;\n}\n[selector='BtnStyle'] .btn-danger:hover {\n background-color: #D7DDE5;\n border:1px solid #D7DDE5;\n color:#20242A;\n}\n\n[selector='BtnStyleMobile']{\n /*position: fixed;\n bottom: 0;*/\n}\n[selector='BtnStyleMobile'] .btn-primary {\n background-color: #20242A;\n border:1px solid #20242A;\n border-radius: 8px 8px 8px 8px;\n color:#FFFFFF;\n font-size: 12px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n}\n[selector='BtnStyleMobile'] .btn-danger {\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n border-radius: 8px 8px 8px 8px;\n color:#20242A;\n font-size: 12px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n}\n[selector='ContainerMobile'] {\n padding: 10px;\n}","media_collection":"st-9d89405b-9854-417d-a91d-d2d623a3864e-media","is_public":0,"is_default_template":0,"is_system":0,"asset_type":null,"created_at":"2024-11-20 18:42:38","updated_at":"2024-11-20 18:42:38"},"extraAttributes":{"translatedLanguages":[]},"references":[]}}}
\ No newline at end of file
diff --git a/single-form/single_form_photo_capture/assets/preview-thumbs/preview1.png b/single-form/single_form_photo_capture/assets/preview-thumbs/preview1.png
new file mode 100644
index 0000000..76ab007
Binary files /dev/null and b/single-form/single_form_photo_capture/assets/preview-thumbs/preview1.png differ
diff --git a/single-form/single_form_photo_capture/assets/preview-thumbs/preview2.png b/single-form/single_form_photo_capture/assets/preview-thumbs/preview2.png
new file mode 100644
index 0000000..4ef15ab
Binary files /dev/null and b/single-form/single_form_photo_capture/assets/preview-thumbs/preview2.png differ
diff --git a/single-form/single_form_photo_capture/assets/thumbnail.jpeg b/single-form/single_form_photo_capture/assets/thumbnail.jpeg
new file mode 100644
index 0000000..d57d11b
Binary files /dev/null and b/single-form/single_form_photo_capture/assets/thumbnail.jpeg differ
diff --git a/single-form/single_form_photo_capture/screen_template_details.xml b/single-form/single_form_photo_capture/screen_template_details.xml
new file mode 100644
index 0000000..70f0bf8
--- /dev/null
+++ b/single-form/single_form_photo_capture/screen_template_details.xml
@@ -0,0 +1,8 @@
+
+
diff --git a/single-form/single_form_photo_capture/screen_template_export.json b/single-form/single_form_photo_capture/screen_template_export.json
new file mode 100644
index 0000000..686331a
--- /dev/null
+++ b/single-form/single_form_photo_capture/screen_template_export.json
@@ -0,0 +1 @@
+{"type":"screen_templates_package","version":"2","root":"9d8940ad-89fa-4c32-b28d-e268e397b011","name":"Single Form - Photo Capture","export":{"9d8940ad-89fa-4c32-b28d-e268e397b011":{"exporter":"ProcessMaker\\ImportExport\\Exporters\\ScreenTemplatesExporter","type":"ScreenTemplates","type_human":"Screen Template","type_plural":"ScreenTemplates","type_human_plural":"Screen Templates","last_modified_by":"","last_modified_by_id":null,"model":"ProcessMaker\\Models\\ScreenTemplates","force_password_protect":false,"hidden":false,"mode":"update","saveAssetsMode":"saveAllAssets","explicit_discard":false,"dependents":[],"name":"Single Form - Photo Capture","description":"Single Form - Photo Capture","process_manager":"","process_manager_id":null,"attributes":{"id":9,"uuid":"9d8940ad-89fa-4c32-b28d-e268e397b011","unique_template_id":null,"name":"Single Form - Photo Capture","description":"Single Form - Photo Capture","version":"1.0.0","user_id":36,"editing_screen_uuid":null,"screen_category_id":1,"screen_type":"FORM","manifest":"{\"name\": \"Single form PHOTO EXTRACTION\", \"root\": \"9d186184-ae9e-4d74-bcfc-3e0deff5c83a\", \"type\": \"screen_package\", \"export\": {\"9d186184-ae9e-4d74-bcfc-3e0deff5c83a\": {\"mode\": \"update\", \"name\": \"Single form PHOTO EXTRACTION\", \"type\": \"Screen\", \"model\": \"ProcessMaker\\\\Models\\\\Screen\", \"hidden\": false, \"exporter\": \"ProcessMaker\\\\ImportExport\\\\Exporters\\\\ScreenExporter\", \"attributes\": {\"id\": 1909, \"key\": null, \"type\": \"FORM\", \"uuid\": \"9d186184-ae9e-4d74-bcfc-3e0deff5c83a\", \"title\": \"Single form PHOTO EXTRACTION\", \"config\": \"[{\\\"name\\\": \\\"Single form One Step\\\", \\\"items\\\": [{\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich Text (Title)
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Subtitle
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Header1\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Container Information
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Number of containers
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"-\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"dsfsdfsd\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"+\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"success\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"8\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"NumbersContainer\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"7\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ContainerStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"Vehicle Plate\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": null}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"Container Seal\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": null}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"6\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"6\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BtnStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"7\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"ContainerStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"SEND INFORMATION\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BtnStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BgGrid\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], [{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Container Details
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Seals
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"Frame%201171276610\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}], [{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"Frame%201171276621\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}], []], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"5\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BorderBottom\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BgGridWhite\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"7\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"5\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"BgContainer\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": false, \\\"showForDesktop\\\": true}, \\\"customCssSelector\\\": \\\"Desktop\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"image%2041\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAA/CAYAAADqvkaqAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABDDSURBVHgB7ZwFsBxFE8f7PYK7uzsElyDBSQJFIGgKl6BFcCcECZ4AgQpWaKBwrVAEp3DX4O4uCe6Q+fo3X+a+2dnZu73dfbyX+u5ftfXe7c3Nzk7PTHf/u2fafvnlF3PcccfJtddeKz/99JMAY4y00DXQ1tZm/84888xyyCGHyP777y/dbr31Vrnqqqvsh80331za29ulha6FP/74Q66++mo54ogjZMEFF5S2RRdd1Gy//fZy/PHH16TaQtfDX3/9JYceeqg88sgj0v7+++/Luuuu2xJYF8ekk04qK6ywgrz00kvSjv5qLYkTB5yc2lszbOJDa4pNhOgmBcGy+m/MUp7z66+/yo8//ijjx4+XySefXKaddlqZbLLJ/m/1cGGhPf/883LaaafJP//887/KunWz7sOUU06ZKEvHP/zwwzJixAjb8Q5zzTWXnHfeeVGdym8effRRuf766+1vv/zyS/n7779lmmmmkQUWWEB69eolu+22m8w333x1hUc9V1xxhdx22221e5Q/6aSTpHv37qnyN954o/VZfQwdOlQWX3zxxL13331XBg0aJH/++WfWo21/zD777NKjRw/p16+fTDfddLXnl8Ikk0xitFNMs9DGmr59+xptAJ547VJfwqggE2V1ppiFFlooUZb/77nnHqNCTJTls3aI6dmzZ6pu/+K7qaee2hx22GG2/npQHzTxWx0k5sEHH4yWVaIh9awxY8akyj333HNmiimmyGxf2NappprKtvXnn382RaGD77/tl4JgFJ1++ul2qfJx/vnnyxtvvFFjVfh78cUXywcffFC7x0jr3bu3bLDBBonf8v3TTz8t6623njz22GN1mRm+UzZHhg8fbkcxy2cWeF6e0W2aZILyljcTlvizzjpL9tlnn7qzMw8KC41OWHLJJS2T4ncIjTvjjDOsMwi+//57u7z4LzjjjDPaF2BZ9H/7zjvvyI477iiffPJJ6llcYXnAcnv//ffLgAEDas/sLLh2hpcDfXDdddfJU089JWVQynqkEw888EBZYoklxG8YOuGJJ56w/59yyilWHznwEkceeaQVuP9CjD44UJx9v+z0008vu+++u9x7773yzDPPyKWXXirLLbdcqjNGjRold999t3QmtthiC6s/uUaOHCnHHnus1b9+W7EBbrnlFimFojrNB7op1D+rr7660U40qnwT99WrN7/99luqDqVnjFqGibI6I80dd9xhdaSv+9QgMf3797e6yS+/zjrrpHQkOOCAAxLty9Jp/LYZnRa2V6nAVH2ffvqpUUs3UU6Xf1MEpXWaDxWQbLLJJokRpS8lu+yyS0LXYK4PHjzY/g1BeYhRB+rabrvtZOONN04tizrQ5IILLpCFF144UQfLzjfffCNdBbQZC3mGGWZI3Pct6CKoRGiY4ego/jqgX7766qtEOfQVS0jMKMCFCKEzJNOAmGmmmWTrrbdO3GOJjdXzb4G2Gk938z9L9tixYxPlfHVSBIX9NB80VqMFNnSAXjIRq4p4UL1IwhdffJH4jHVKGKIeYi//7bffSlFktS2vX4WA3POZTfhysPK+Lwu23HJLKYNKhAacgYFz+sorr6S+w5mde+65M3+vPk/iMy/63XffWec0Cyy94ehW303KwJQIALM817MMaetWW21loyplUCn3yOw44YQT7F8fhBRgL+pFE0L9BGBEsjoRoTKKw+9j9aBD/XLMAgZErG5cFB/oTyizsmBQ7rrrrnLhhRfaMEsZVCo0RtKqq65qzXQfK620UtT48LHKKqukzPhjjjlGPv7441TnOl0xevToxH0EtvTSS6fKQnWFgNYK9Q/O+pNPPpkoN8sss1i/Mg+g7zA6+BsuqTvvvLN1V1ATZWmsyln+og2CIUEvut/TiTjbMAj4fL///rudXegMfDI6IbQ2MXTCWQ4YNOEsx1ci1YIlFqPp888/tz7liy++mCjHQKCj8wB/EkOI9oWCxnel7kpI7ir8NB/4JfqSCb9kzz33jPpPIS666KKU78WlI9eoQ23WXnttM//886d8Qj7POeecRpe8aL34dToDU/WqgO391VZbzahpHuU6hw0bFq2zkZ+mjnXUdx03bpwpCuendSmh6WwyAwcOrEsUS4SMVVfDvkPWM7iv0QdbLm/dlGOAKJsTrbOR0FQ3Gl3yUyT5wQcfnCLU86JS5zqGcBnIsyyg9+AtlQ23ijvPbxZZZBFR1kR0FtYtv8MOO4h2mCjbLnkw22yz2XpnnXVWyQv/+YRhzjnnnITvCnQ1sUuoKWGldojQsLi40C9c/J8XCOvUU0+1egE2xHVayIgQ38LFeOCBB2SttdaqW6cjbocMGSKXXXaZKN1loxM+oev+R1i6MtgoA/xolsVLWf8dufyyfA9ThO+Ktej6AQKAQQlzU1RwbSyPvDgjtQrQkPfeey9xD6WcV5mHdX300Uc2A4k6MTyoZ9lll7VCy2vVhSCY+tlnn1kCGjIbQ4SZwaxFUAiu0SzHbaBNfrnYe9LmMGoBsEpDeqsRrrzySus2VOZc++DlqwAdAkuuuqUaq2sCGPXUyeXDNJFCwazC2m0Elvyq+qP2bKkYVXZuR9bZmc8pi1IzjZHJEuPzfbAHPXv2TOWJNFMn676GTuTll1+2az9LEUvJYostZqMJGBN5o9E+qIeoOjknauVa3w99A1WGcw8xwOdm8kDxHV999VXLzsCfUidUGg49kXmbxl31YChr8mvDEmav6oNMM7keMMtVt5jhw4cbXRIzTXHM9kGDBhkVZi43gjJcaliYNddc0/C+WXWrI219ReJ99ermO8x2dfqtWR/zLbl0AJhevXoZHXy1dpRBZX7a+uuvn2ioWnuFhKYRa6PWog0YNvKl6KQePXqYxx9/vGFHMBCUD7XB2Dw+Gv3Rp08fo8ZDZp0IVSP2Ri3QXP4ewVylsAw7lMqgywiNTtdlJVVPns6ABdGIQqbgYEKUmqo7u2IXmWA4x1l1klXVbJ0MtJEjRxZ2rEGXERozQR3f1CygXSxXyicaNXPN8ssvb188ZBjo4Ky0NOUXLQUWdiCMDel/sBMDBgywyzHPo76lllrKqJuR2d6bbropJTB+N8ccc5h+/fqZvfbay2y44YY2ZS58rgZuzUMPPWSKossITX2wqE4gf9LPZ/zhhx/M5ZdfbvVEqDdGjBiRmm3qH1l9EtarxoxRY6RWnpFP3cpeGDUeMvMhAb/p3r17aoCpAWOXd1cfl8bVormeG220UWkaq1OFRicMHjw4NWqZASxDsUTWoUOHpgRBokxYlmUzHO3sxaNzY8spHcmSyHOzoJaybZ8vCI2emw8//DDaVvjJUO9hSGlEwRSBE1qHONfNwE/XBtBL++23Xyb1ddBBB9mEWOJsDm+//bbdeuzSrvX9LL1FDqYP+EeX0ob5j0uBiR4DDjghHd9cv+uuu1LUE5RULDWdzy74e+6559Z+p0u5DdGoPpai6FSh8SI6ShP36FSuGOgI/EA4PV9oCAx/zgkNkNEcYo011kjURfwNgZsIBwhbQjzPR/gZfw6fNMsP43t4ToTmI9a2ZtDpQgtTpJlhjZxbXziAWRPWE0u99h1+OhrHOCsrGX4yRJigQzsbReRjJEOs7mbQqfvTeOkwcQd2pV5ePgKCQPZBZCAkjyF9Q/gZX9QD+8HM5YpFvH0wwMhh9IEQX3vttbq/gS0JoZamlEGnCo2XWnnllRPLC6w7oXm+M5HcEDqJxFYfdEIoJPRJuGyRXuBGOQPmmmuusSEYLsIxjbDiiism6DPaQ6gnK/mUnBN1ERLvwUAhrb0UOtt6xO8JTX4YhPvuuy9lkX399ddGQzIpa5OIcVhWZ6w14f2ypBecffbZUZP75JNPTliFRK3DOrEu2V7llyN6HdveBWuCfxma/Br6KW3yV67TtLHWusuKEDPC9957b5uxxYjdbLPNLKnqx+BIb+P+vvvua0lXli6Se9jU4BsggBmGQRHOKuJaJP+oMGr3mGWHH364XbL4juei07DmmIWNQJuJZ5GS7oDuJLuaaPQee+xhl3sMFmbgs88+m5hl6Oujjjqq/MEEVc+0RhfOsM/rMZpHjx6dyitxI5S/IRPi34f1yKKxVMCWo4xxjnCcMBRcMUoqNtMARDXOdKw9XI5ZkQiNBftCHkxRdJhz3ehiiQrJWDoHXg7KKW/iDU7rkCFDGrLxOL4ahGwqWYg+gVqLLWPUqW6CmXfeeXPXicB69+5tneoyTH9lQgtDM0WEBuggWHteLivU4ToAvcDWqDy6gU5Cv7HdqRHTT1+oQ21GjRplZ0S97K6xY8faOusNNEdqE26C4a8qNFM6CIrzGDOvs8C6HmYoAdZ5nF/2AiipKjfffLMNLLogKLoC642dMpzh5QKhjUAZ9BuZUei+22+/3TIb6B30L9Ycus3VzdbhWPvCOtm1gy6DZUEfUidOMwwLfqQSzzYBd6eddhKdldUesFN2ppUdPY1AFCDGQ5aFC7qWCZWEoJ0cINBRfVKZ9djReRWNnN6ioN1V1+1SBzsarRN7JkIUFprxGAsTYS7QQ6ZBMqaJsB71vovdc2yE+84vk8VUZLXNtTt2v5l2hX0T+78MSq0Pw4YNs0mfLDNQMyhlt+Rwcg/ne2QlZGrg0W5l4hSfcIllUyLbglDq7FrByXbGAQYFCt9tJtRIce3knRtuuEH69OljeUi+ow3s+3YgLMKREC+88EKN5feZfxh/rk033TTVXk4scL/T4KYNufhZypyVQqjH7Q+nbjK8XLswruA43WkNWZGMPCgsNBpGWIXtQRCnsASwFi6nno6nA2NwHcqopiP8uBVbjrDKyOmn8zkjhI1+CI0ydAwHvjj23G3Q47u33norscvyzTffTDyX00kZVBztBOvCdmLSzl3SKQMpzI52gImB8cDShPtkwNFGt4MVloU0dZfG7gYv7aIdDDwGIIP8zDPPtG0oilI6jQbReZjUjDpGch4Q/3r99dftlt5LLrmkdh9hInioIl6eF9fwvMwzzzyJMmz8g+SFJgrDJbgJCJrLbw/lyHlklGMskJYNnUaqtY96Jw/wrrwnA4PcRj++ZibkgNIuBmLYLoTL7xl8/r66Iii1PMK7MWoQHr4Jfkkj8HIcUoafReez85+QiQt7hPrG6QGWHXefGUEciytcWseNG1freGaTg1tO6UwGA/+zXBU95QcB+O2kfrcHHP8v1F0sn9wnr5+BakzxU/xKCY2X5lxdBEBH+SGLLLi90pybTPltttnGkqucL8JnnNwTTzzR6kiWR8hcZoXbgksZnGu3PIbP4jsXo/Pjbi5geeedd0rfvn1tOzhF7+ijj078PtxCHHYs91glOLkgzOWn3qytUehedCHLKsIr4yqVOu9xmWWWqemU0ONnScPIcGs+QqEMehCWgFnpRj96EaMDQbDuDxw40G53YvYisG233bYmHJ6JAeSe179/f7uDhu9JEfBPSQiPBmSrE21y+8NYhkk1d2DJwxBh0PA9R0fwPMCgYXBRP8YEetePSrPbhrQCp8swwhh41IOwWFbdsVSwMgixsODKMCJFPP9YenTsnktFa+YZeVKvXUp33rLNoB5X6b4rkx5eCSNSZKTEfhO7V4Sry8tF5m13s+/XluPwmCoYJHtaeAsTF9qdXmmh68PJqZ2wAc5fS3BdF2aC2zNmzBh7VFU36BjMUMxrYmNljwBqoXqQ2wKbAwXHMU1txJQwfQnkhccjtdA1wCzDJYLPxNX4D7BuKIbqnckbAAAAAElFTkSuQmCC\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"width\\\": \\\"70\\\", \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}], [{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Rich Text (Title)
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Subtitle
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"10\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Header2\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Request Details
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}], [{\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"chevron-down\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACtSURBVHgB7dSxDcIwEIXhZ0dIlIyQCcAFSBY0ZjJGQJkobTqyAQwBlbGNFYkClMS+pMz9re/u6wxwHMd9U8ZsMKHUnhx68E972R2Od6V1iVxMmzK87G27P13JoHyvKniB4GSdg3aYszV8iLuuGpoTo0dUPFLEIzJAFP7cNs0jhQkX59r+uSSYg1KwLHAMpWLZYB8KrEHFSOA/2q0SMTL4g4KOzSrCkz4GjuMW2AcoU4KtOZqJUwAAAABJRU5ErkJggg==\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"9\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"3\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"BgGridWhiteMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"items\\\": [[{\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Container Information
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"
Number of containers
\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"-\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"danger\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}], [{\\\"label\\\": \\\"Line Input\\\", \\\"config\\\": {\\\"icon\\\": \\\"far fa-square\\\", \\\"name\\\": \\\"form_input_1\\\", \\\"type\\\": \\\"text\\\", \\\"label\\\": \\\"dsfsdfsd\\\", \\\"helper\\\": null, \\\"readonly\\\": false, \\\"dataFormat\\\": \\\"string\\\", \\\"validation\\\": [], \\\"placeholder\\\": \\\"Placeholder\\\", \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormInput\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^([a-zA-Z]([a-zA-Z0-9_]?)+\\\\\\\\.?)+(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormInput\\\", \\\"editor-component\\\": \\\"FormInput\\\"}], [{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"+\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"success\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"2\\\"}, {\\\"value\\\": \\\"2\\\", \\\"content\\\": \\\"8\\\"}, {\\\"value\\\": \\\"3\\\", \\\"content\\\": \\\"2\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"NumbersContainerMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerStyle\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}, {\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"img-plate\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}, {\\\"label\\\": \\\"Image\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-image\\\", \\\"name\\\": \\\"img-container\\\", \\\"event\\\": \\\"submit\\\", \\\"image\\\": \\\"data:image/png;base64,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\\\", \\\"label\\\": \\\"Image\\\", \\\"value\\\": null, \\\"variant\\\": \\\"primary\\\", \\\"renderImage\\\": false}, \\\"component\\\": \\\"FormImage\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"label\\\": \\\"Name\\\", \\\"helper\\\": \\\"Image name\\\"}}, {\\\"type\\\": \\\"ImageUpload\\\", \\\"field\\\": \\\"image\\\", \\\"config\\\": {\\\"label\\\": \\\"Upload\\\", \\\"helper\\\": \\\"Upload image\\\"}}, {\\\"type\\\": \\\"ImageVariable\\\", \\\"field\\\": \\\"imageName\\\", \\\"config\\\": {\\\"label\\\": \\\"Render from a variable name\\\", \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"height\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Height\\\", \\\"helper\\\": \\\"Image height\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"width\\\", \\\"config\\\": {\\\"type\\\": \\\"number\\\", \\\"label\\\": \\\"Width\\\", \\\"helper\\\": \\\"image width\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormImage\\\", \\\"editor-component\\\": \\\"FormImage\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"label\\\": \\\"Rich Text\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-pencil-ruler\\\", \\\"label\\\": null, \\\"content\\\": \\\"\\\", \\\"interactive\\\": true, \\\"renderVarHtml\\\": false, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormHtmlViewer\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormTextArea\\\", \\\"field\\\": \\\"content\\\", \\\"config\\\": {\\\"rows\\\": 5, \\\"label\\\": \\\"Content\\\", \\\"value\\\": null, \\\"helper\\\": \\\"The HTML text to display\\\"}}, {\\\"type\\\": \\\"FormCheckbox\\\", \\\"field\\\": \\\"renderVarHtml\\\", \\\"config\\\": {\\\"label\\\": \\\"Render HTML from a Variable\\\", \\\"value\\\": null, \\\"helper\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormHtmlEditor\\\", \\\"editor-component\\\": \\\"FormHtmlEditor\\\"}, {\\\"items\\\": [[{\\\"label\\\": \\\"Submit Button\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-share-square\\\", \\\"name\\\": null, \\\"event\\\": \\\"submit\\\", \\\"label\\\": \\\"SEND INFORMATION\\\", \\\"loading\\\": false, \\\"tooltip\\\": [], \\\"variant\\\": \\\"primary\\\", \\\"fieldValue\\\": null, \\\"loadingLabel\\\": \\\"Loading...\\\", \\\"defaultSubmit\\\": true, \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}}, \\\"component\\\": \\\"FormButton\\\", \\\"inspector\\\": [{\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"label\\\", \\\"config\\\": {\\\"label\\\": \\\"Label\\\", \\\"helper\\\": \\\"The label describes the button's text\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"name\\\", \\\"config\\\": {\\\"name\\\": \\\"Variable Name\\\", \\\"label\\\": \\\"Variable Name\\\", \\\"helper\\\": \\\"A variable name is a symbolic name to reference information.\\\", \\\"validation\\\": \\\"regex:/^(?:[A-Za-z])(?:[0-9A-Z_.a-z])*(? Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormSubmit\\\", \\\"editor-component\\\": \\\"FormButton\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"BtnStyleMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"ContainerMobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": \\\"1\\\", \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": null}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}]], \\\"label\\\": \\\"Multicolumn / Table\\\", \\\"config\\\": {\\\"icon\\\": \\\"fas fa-table\\\", \\\"label\\\": null, \\\"options\\\": [{\\\"value\\\": 1, \\\"content\\\": \\\"12\\\"}], \\\"deviceVisibility\\\": {\\\"showForMobile\\\": true, \\\"showForDesktop\\\": false}, \\\"customCssSelector\\\": \\\"Mobile\\\"}, \\\"component\\\": \\\"FormMultiColumn\\\", \\\"container\\\": true, \\\"inspector\\\": [{\\\"type\\\": \\\"ContainerColumns\\\", \\\"field\\\": \\\"options\\\", \\\"config\\\": {\\\"label\\\": \\\"Column Width\\\", \\\"helper\\\": null, \\\"validation\\\": \\\"columns-adds-to-12\\\"}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"color\\\", \\\"config\\\": {\\\"label\\\": \\\"Text Color\\\", \\\"helper\\\": \\\"Set the element's text color\\\", \\\"options\\\": [{\\\"value\\\": \\\"text-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"text-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"text-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"text-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"text-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"text-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"text-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"text-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"ColorSelect\\\", \\\"field\\\": \\\"bgcolor\\\", \\\"config\\\": {\\\"label\\\": \\\"Background Color\\\", \\\"helper\\\": \\\"Set the element's background color\\\", \\\"options\\\": [{\\\"value\\\": \\\"alert alert-primary\\\", \\\"content\\\": \\\"primary\\\"}, {\\\"value\\\": \\\"alert alert-secondary\\\", \\\"content\\\": \\\"secondary\\\"}, {\\\"value\\\": \\\"alert alert-success\\\", \\\"content\\\": \\\"success\\\"}, {\\\"value\\\": \\\"alert alert-danger\\\", \\\"content\\\": \\\"danger\\\"}, {\\\"value\\\": \\\"alert alert-warning\\\", \\\"content\\\": \\\"warning\\\"}, {\\\"value\\\": \\\"alert alert-info\\\", \\\"content\\\": \\\"info\\\"}, {\\\"value\\\": \\\"alert alert-light\\\", \\\"content\\\": \\\"light\\\"}, {\\\"value\\\": \\\"alert alert-dark\\\", \\\"content\\\": \\\"dark\\\"}]}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"conditionalHide\\\", \\\"config\\\": {\\\"label\\\": \\\"Visibility Rule\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"DeviceVisibility\\\", \\\"field\\\": \\\"deviceVisibility\\\", \\\"config\\\": {\\\"label\\\": \\\"Device Visibility\\\", \\\"helper\\\": \\\"This control is hidden until this expression is true\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customFormatter\\\", \\\"config\\\": {\\\"label\\\": \\\"Custom Format String\\\", \\\"helper\\\": \\\"Use the Mask Pattern format Date ##/##/#### SSN ###-##-#### Phone (###) ###-####\\\", \\\"validation\\\": null}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"customCssSelector\\\", \\\"config\\\": {\\\"label\\\": \\\"CSS Selector Name\\\", \\\"helper\\\": \\\"Use this in your custom css rules\\\", \\\"validation\\\": \\\"regex: [-?[_a-zA-Z]+[_-a-zA-Z0-9]*]\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"ariaLabel\\\", \\\"config\\\": {\\\"label\\\": \\\"Aria Label\\\", \\\"helper\\\": \\\"Attribute designed to help assistive technology (e.g. screen readers) attach a label\\\"}}, {\\\"type\\\": \\\"FormInput\\\", \\\"field\\\": \\\"tabindex\\\", \\\"config\\\": {\\\"label\\\": \\\"Tab Order\\\", \\\"helper\\\": \\\"Order in which a user will move focus from one control to another by pressing the Tab key\\\", \\\"validation\\\": \\\"regex: [0-9]*\\\"}}], \\\"editor-control\\\": \\\"FormMultiColumn\\\", \\\"editor-component\\\": \\\"MultiColumn\\\"}], \\\"order\\\": 1}]\", \"status\": \"ACTIVE\", \"computed\": \"[]\", \"watchers\": \"[]\", \"asset_type\": null, \"created_at\": \"2024-09-25 16:06:48\", \"custom_css\": \"[selector='Desktop']{\\n /*background-color: #F6F8FC;*/\\n min-height: 800px;\\n max-height: 900px;\\n}\\n[selector='Mobile']{\\n background-color: #F6F8FC;\\n padding-left: 0px;\\n padding-right:0px ;\\n}\\n[selector='Header1']{\\n background-color: #237DB3;\\n padding:20px 30px 0px 30px;\\n}\\n[selector='Header2']{\\n background-color: #237DB3;\\n padding:10px 0px 0px 10px;\\n}\\n[selector='Header2'] .col-sm-2{\\n padding-right: 0px !important;\\n width: 40%;\\n}\\n[selector='Header2'] .col-sm-10{\\n padding-right: 0px !important;\\n width: 80%;\\n}\\n[selector='Header2'] .row{\\n flex-wrap: nowrap !important;\\n}\\n\\n[selector='Header1'] img{\\n text-align: right !important;\\n float: right;\\n}\\n.TitleText{\\n color:#FFFFFF;\\n font-size: 20px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 28px;\\n}\\n.TitleTextMobile{\\n color: #FFFFFF;\\n font-size: 17px;\\n font-weight: 500;\\n font-family: Arial, Helvetica, sans-serif;\\n margin-bottom: 0px;\\n margin-top: -5px;\\n}\\n.Text{\\n color:#FFFFFF;\\n font-size: 18px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 24px;\\n}\\n.TextMobile{\\n color: #FFFFFF;\\n font-size: 14px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n margin-bottom: 0px;\\n margin-top: -5px;\\n}\\n.TitleTextBlack{\\n color:#39404A;\\n font-size: 22px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n}\\n.TitleTextBlackMobile{\\n color:#39404A;\\n font-size: 17px;\\n font-weight: 600;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 20px;\\n}\\n.TextData{\\n color:#5F6367;\\n font-size: 18px;\\n font-weight: 700;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 21px;\\n}\\n.TextDataText{\\n color:#5F6367;\\n font-size: 16px;\\n font-weight: 400;\\n font-family: Arial, Helvetica, sans-serif;\\n line-height: 21px;\\n text-align: right;\\n}\\n[selector='BgContainer']{\\n min-height: 700px;\\n}\\n[selector='BgGrid']{\\n background-color: #F6F8FC;\\n padding: 50px 30px 30px 30px;\\n min-height: 700px;\\n}\\n[selector='BgGridWhite']{\\n background-color: #FFFFFF;\\n padding: 50px 30px 30px 30px;\\n min-height: 700px;\\n}\\n[selector='BgGridWhiteMobile']{\\n background-color: #FFFFFF;\\n padding: 10px 5px 0px 10px;\\n border-bottom: 1px solid #DDD;\\n}\\n[selector='BgGridWhiteMobile'] .row{\\n flex-wrap: nowrap !important;\\n}\\n[selector='BgGridWhiteMobile'] .col-sm-9{\\n width: 80%;\\n}\\n[selector='BgGridWhiteMobile'] .col-sm-3{\\n width: 20%;\\n}\\n[selector='ContainerStyle'] .form-control {\\n color: #20242A;\\n border: 1px solid #D7DDE5;\\n border-radius: 8px;\\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\\n padding: 20px 15px;\\n}\\n[selector='ContainerStyle'] .form-group label {\\n margin-bottom: 5px;\\n color: #20242A;\\n font-size: 14px;\\n font-weight: 400;\\n line-height: 20px;\\n}\\n[selector='ContainerStyleMobile'] .form-control {\\n color: #20242A;\\n border: 1px solid #D7DDE5;\\n border-radius: 8px;\\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\\n font-size: 12px;\\n}\\n[selector='ContainerStyleMobile'] .form-group label {\\n margin-bottom: 5px;\\n color: #20242A;\\n font-size: 12px;\\n font-weight: 400;\\n line-height: 20px;\\n}\\n[selector='BtnStyle'] .btn-primary {\\n background-color: #20242A;\\n border:1px solid #20242A;\\n border-radius: 8px 8px 8px 8px;\\n color:#FFFFFF;\\n font-size: 14px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n padding: 12px 5px;\\n}\\n[selector='BtnStyle'] .btn-primary:hover {\\n background-color: #010101;\\n border:1px solid #010101;\\n color:#FFFFFF;\\n}\\n[selector='BtnStyle'] .btn-danger {\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n border-radius: 8px 8px 8px 8px;\\n color:#20242A;\\n font-size: 14px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n padding: 12px 5px;\\n text-transform: capitalize;\\n}\\n[selector='BtnStyle'] .btn-danger::before {\\n content: \\\"\\\";\\n display: inline-block;\\n background-image: url(https://plg-winter.dev.cloud.processmaker.net/public-files/Shape.png);\\n background-repeat: no-repeat;\\n width: 20px;\\n height: 20px;\\n margin-bottom: -8px;\\n}\\n\\n[selector='BtnStyle'] .btn-danger:hover {\\n background-color: #D7DDE5;\\n border:1px solid #D7DDE5;\\n color:#20242A;\\n}\\n\\n[selector='BtnStyleMobile']{\\n /*position: fixed;\\n bottom: 0;*/\\n}\\n[selector='BtnStyleMobile'] .btn-primary {\\n background-color: #20242A;\\n border:1px solid #20242A;\\n border-radius: 8px 8px 8px 8px;\\n color:#FFFFFF;\\n font-size: 12px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n}\\n[selector='BtnStyleMobile'] .btn-danger {\\n background-color: #FFFFFF;\\n border:1px solid #D7DDE5;\\n border-radius: 8px 8px 8px 8px;\\n color:#20242A;\\n font-size: 12px;\\n font-weight: 500;\\n line-height: 20px;\\n width: 100%;\\n text-align: center;\\n}\\n[selector='ContainerMobile'] {\\n padding: 10px;\\n}\\n[selector='BorderBottom'] {\\n margin-top: 20px;\\n}\\n[selector='NumbersContainer'] .form-group label{\\n display: none;\\n}\\n[selector='NumbersContainer'] .btn-danger{\\n text-align: right;\\n float: right;\\n margin-top: 2px;\\n}\\n[selector='NumbersContainer'] .btn-success{\\n text-align: left;\\n float: left;\\n margin-top: 2px;\\n}\\n[selector='NumbersContainer'] .col-sm-8{\\n padding-left: 5px !important;\\n padding-right: 5px !important;\\n}\\n[selector='NumbersContainer'] .col-sm-2{\\n padding-left: 0px !important;\\n padding-right: 0px !important;\\n}\\n\\n/***NumbersContainerMobile***/\\n[selector='NumbersContainerMobile'] .row{\\n flex-wrap: nowrap !important;\\n}\\n[selector='NumbersContainerMobile'] .form-group label{\\n display: none;\\n}\\n[selector='NumbersContainerMobile'] .btn-danger{\\n text-align: right;\\n float: right;\\n margin-top: 2px;\\n}\\n[selector='NumbersContainerMobile'] .btn-success{\\n text-align: left;\\n float: left;\\n margin-top: 2px;\\n}\\n[selector='NumbersContainerMobile'] .col-sm-8{\\n padding-left: 5px !important;\\n padding-right: 5px !important;\\n min-width: 60%;\\n}\\n[selector='NumbersContainerMobile'] .col-sm-2{\\n padding-left: 5px !important;\\n padding-right: 5px !important;\\n min-width: 15%;\\n}\", \"updated_at\": \"2024-11-14 16:42:16\", \"description\": \"Single form / PHOTO EXTRACTION\", \"is_template\": 0, \"translations\": null}, \"dependents\": [], \"references\": {\"uncategorized-category\": true}, \"type_human\": \"Screen\", \"description\": \"Single form / PHOTO EXTRACTION\", \"type_plural\": \"Screens\", \"saveAssetsMode\": \"saveAllAssets\", \"extraAttributes\": {\"translatedLanguages\": []}, \"process_manager\": \"\", \"explicit_discard\": false, \"last_modified_by\": \"\", \"type_human_plural\": \"Screens\", \"process_manager_id\": null, \"last_modified_by_id\": null, \"force_password_protect\": false}}, \"version\": \"2\"}","screen_custom_css":"[selector='Desktop']{\n /*background-color: #F6F8FC;*/\n min-height: 800px;\n max-height: 900px;\n}\n[selector='Mobile']{\n background-color: #F6F8FC;\n padding-left: 0px;\n padding-right:0px ;\n}\n[selector='Header1']{\n background-color: #237DB3;\n padding:20px 30px 0px 30px;\n}\n[selector='Header2']{\n background-color: #237DB3;\n padding:10px 0px 0px 10px;\n}\n[selector='Header2'] .col-sm-2{\n padding-right: 0px !important;\n width: 40%;\n}\n[selector='Header2'] .col-sm-10{\n padding-right: 0px !important;\n width: 80%;\n}\n[selector='Header2'] .row{\n flex-wrap: nowrap !important;\n}\n\n[selector='Header1'] img{\n text-align: right !important;\n float: right;\n}\n.TitleText{\n color:#FFFFFF;\n font-size: 20px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 28px;\n}\n.TitleTextMobile{\n color: #FFFFFF;\n font-size: 17px;\n font-weight: 500;\n font-family: Arial, Helvetica, sans-serif;\n margin-bottom: 0px;\n margin-top: -5px;\n}\n.Text{\n color:#FFFFFF;\n font-size: 18px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 24px;\n}\n.TextMobile{\n color: #FFFFFF;\n font-size: 14px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n margin-bottom: 0px;\n margin-top: -5px;\n}\n.TitleTextBlack{\n color:#39404A;\n font-size: 22px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n}\n.TitleTextBlackMobile{\n color:#39404A;\n font-size: 17px;\n font-weight: 600;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 20px;\n}\n.TextData{\n color:#5F6367;\n font-size: 18px;\n font-weight: 700;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 21px;\n}\n.TextDataText{\n color:#5F6367;\n font-size: 16px;\n font-weight: 400;\n font-family: Arial, Helvetica, sans-serif;\n line-height: 21px;\n text-align: right;\n}\n[selector='BgContainer']{\n min-height: 700px;\n}\n[selector='BgGrid']{\n background-color: #F6F8FC;\n padding: 50px 30px 30px 30px;\n min-height: 700px;\n}\n[selector='BgGridWhite']{\n background-color: #FFFFFF;\n padding: 50px 30px 30px 30px;\n min-height: 700px;\n}\n[selector='BgGridWhiteMobile']{\n background-color: #FFFFFF;\n padding: 10px 5px 0px 10px;\n border-bottom: 1px solid #DDD;\n}\n[selector='BgGridWhiteMobile'] .row{\n flex-wrap: nowrap !important;\n}\n[selector='BgGridWhiteMobile'] .col-sm-9{\n width: 80%;\n}\n[selector='BgGridWhiteMobile'] .col-sm-3{\n width: 20%;\n}\n[selector='ContainerStyle'] .form-control {\n color: #20242A;\n border: 1px solid #D7DDE5;\n border-radius: 8px;\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\n padding: 20px 15px;\n}\n[selector='ContainerStyle'] .form-group label {\n margin-bottom: 5px;\n color: #20242A;\n font-size: 14px;\n font-weight: 400;\n line-height: 20px;\n}\n[selector='ContainerStyleMobile'] .form-control {\n color: #20242A;\n border: 1px solid #D7DDE5;\n border-radius: 8px;\n box-shadow: 0px 1px 4px 0px rgb(218 218 218 / 75%);\n font-size: 12px;\n}\n[selector='ContainerStyleMobile'] .form-group label {\n margin-bottom: 5px;\n color: #20242A;\n font-size: 12px;\n font-weight: 400;\n line-height: 20px;\n}\n[selector='BtnStyle'] .btn-primary {\n background-color: #20242A;\n border:1px solid #20242A;\n border-radius: 8px 8px 8px 8px;\n color:#FFFFFF;\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n padding: 12px 5px;\n}\n[selector='BtnStyle'] .btn-primary:hover {\n background-color: #010101;\n border:1px solid #010101;\n color:#FFFFFF;\n}\n[selector='BtnStyle'] .btn-danger {\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n border-radius: 8px 8px 8px 8px;\n color:#20242A;\n font-size: 14px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n padding: 12px 5px;\n text-transform: capitalize;\n}\n[selector='BtnStyle'] .btn-danger::before {\n content: \"\";\n display: inline-block;\n background-image: url(https://plg-winter.dev.cloud.processmaker.net/public-files/Shape.png);\n background-repeat: no-repeat;\n width: 20px;\n height: 20px;\n margin-bottom: -8px;\n}\n\n[selector='BtnStyle'] .btn-danger:hover {\n background-color: #D7DDE5;\n border:1px solid #D7DDE5;\n color:#20242A;\n}\n\n[selector='BtnStyleMobile']{\n /*position: fixed;\n bottom: 0;*/\n}\n[selector='BtnStyleMobile'] .btn-primary {\n background-color: #20242A;\n border:1px solid #20242A;\n border-radius: 8px 8px 8px 8px;\n color:#FFFFFF;\n font-size: 12px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n}\n[selector='BtnStyleMobile'] .btn-danger {\n background-color: #FFFFFF;\n border:1px solid #D7DDE5;\n border-radius: 8px 8px 8px 8px;\n color:#20242A;\n font-size: 12px;\n font-weight: 500;\n line-height: 20px;\n width: 100%;\n text-align: center;\n}\n[selector='ContainerMobile'] {\n padding: 10px;\n}\n[selector='BorderBottom'] {\n margin-top: 20px;\n}\n[selector='NumbersContainer'] .form-group label{\n display: none;\n}\n[selector='NumbersContainer'] .btn-danger{\n text-align: right;\n float: right;\n margin-top: 2px;\n}\n[selector='NumbersContainer'] .btn-success{\n text-align: left;\n float: left;\n margin-top: 2px;\n}\n[selector='NumbersContainer'] .col-sm-8{\n padding-left: 5px !important;\n padding-right: 5px !important;\n}\n[selector='NumbersContainer'] .col-sm-2{\n padding-left: 0px !important;\n padding-right: 0px !important;\n}\n\n/***NumbersContainerMobile***/\n[selector='NumbersContainerMobile'] .row{\n flex-wrap: nowrap !important;\n}\n[selector='NumbersContainerMobile'] .form-group label{\n display: none;\n}\n[selector='NumbersContainerMobile'] .btn-danger{\n text-align: right;\n float: right;\n margin-top: 2px;\n}\n[selector='NumbersContainerMobile'] .btn-success{\n text-align: left;\n float: left;\n margin-top: 2px;\n}\n[selector='NumbersContainerMobile'] .col-sm-8{\n padding-left: 5px !important;\n padding-right: 5px !important;\n min-width: 60%;\n}\n[selector='NumbersContainerMobile'] .col-sm-2{\n padding-left: 5px !important;\n padding-right: 5px !important;\n min-width: 15%;\n}","media_collection":"st-9d8940ad-89fa-4c32-b28d-e268e397b011-media","is_public":0,"is_default_template":0,"is_system":0,"asset_type":null,"created_at":"2024-11-20 18:43:31","updated_at":"2024-11-20 18:43:31"},"extraAttributes":{"translatedLanguages":[]},"references":[]}}}
\ No newline at end of file