diff --git a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json index 0000beb2..8fbc4f99 100644 --- a/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json +++ b/forms-flow-ai/epd-forms/bundling/Detailed Ecological Risk Assessment Checklist.json @@ -5317,17 +5317,7 @@ "lazyLoad": false }, { - "id": "ey6wc4", - "key": "simplecolsten", - "tree": false, - "type": "columns", - "input": false, "label": "Columns - 2", - "hidden": false, - "prefix": "", - "suffix": "", - "unique": false, - "widget": null, "columns": [ { "pull": 0, @@ -5338,91 +5328,82 @@ "components": [ { "label": "Phone Number", - "labelPosition": "top", - "placeholder": "", - "description": "", - "tooltip": "", - "prefix": "", - "suffix": "", - "widget": { - "type": "input" - }, - "inputMask": "", - "displayMask": "", - "allowMultipleMasks": false, - "customClass": "", - "tabindex": "", - "autocomplete": "", - "hidden": false, - "hideLabel": false, - "showWordCount": false, - "showCharCount": false, - "mask": false, - "autofocus": false, - "spellcheck": true, - "disabled": false, "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, - "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "allowCalculateOverride": false, - "validateOn": "change", "validate": { "required": true, "pattern": "^\\+?[0-9\\-().\\s]{10,17}$", "customMessage": "Please enter a valid phone number", "custom": "", "customPrivate": false, - "json": "", - "minLength": "", - "maxLength": "", "strictDateValidation": false, "multiple": false, - "unique": false + "unique": false, + "minLength": "", + "maxLength": "" }, + "key": "deraPropertyOwnerPhoneNumber", + "type": "textfield", + "input": true, + "hideOnChildrenHidden": false, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, "unique": false, + "persistent": true, + "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", "errorLabel": "", - "errors": "", - "key": "deraPropertyOwnerPhoneNumber", - "tags": [], - "properties": {}, + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": { + "type": "input" + }, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "textfield", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "text", - "id": "e5u02zfh", - "defaultValue": "" + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "evewax" } ], "currentWidth": 6 @@ -5436,155 +5417,160 @@ "components": [ { "label": "Email", - "labelPosition": "top", + "tableView": true, + "validate": { + "required": true, + "custom": "var currentValue = input;\r\n\r\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharingWithDiffOwner = '' ;\r\n x.data.find((y)=>{ \r\n \r\n if(y.email === currentValue ) \r\n { data.hiddenUserIdForFormSharingWithDiffOwner = y.username;\r\n \r\n }\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharingWithDiffOwner ==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "key": "simpleemail", + "type": "email", + "input": true, + "hideOnChildrenHidden": false, "placeholder": "", - "description": "", - "tooltip": "", "prefix": "", - "suffix": "", - "widget": { - "type": "input" - }, - "displayMask": "", "customClass": "", - "tabindex": "", - "autocomplete": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", "hideLabel": false, - "mask": false, - "autofocus": false, - "spellcheck": true, + "tabindex": "", "disabled": false, - "tableView": true, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, + "autofocus": false, "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowCalculateOverride": false, - "validateOn": "change", - "validate": { - "required": true, - "pattern": "", - "customMessage": "", - "custom": "var currentValue = input;\r\n\r\nfetch(localStorage.getItem('formsflow.ai.api.url')+'/user?memberOfGroup=formsflow%2Fformsflow-reviewer%2Fformsflow-client-reviewer',\r\n{'headers':{ 'authorization': 'Bearer '+localStorage.getItem('authToken')},'mode':'cors'})\r\n.then((p)=> {return p.json();}).\r\nthen((x)=>{\r\n data.hiddenUserIdForFormSharingWithDiffOwner = '' ;\r\n x.data.find((y)=>{ \r\n \r\n if(y.email === currentValue ) \r\n { data.hiddenUserIdForFormSharingWithDiffOwner = y.username;\r\n \r\n }\r\n\r\n })\r\n\r\n if(data.hiddenUserIdForFormSharingWithDiffOwner ==='')\r\n {\r\n valid = 'Unable to find user with provided email address';\r\n }\r\n else\r\n {\r\n valid = true;\r\n }\r\n\r\n});", - "customPrivate": false, - "json": "", - "minLength": "", - "maxLength": "", - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "unique": false, - "kickbox": { - "enabled": false + "widget": { + "type": "input" }, - "errorLabel": "", - "errors": "", - "key": "simpleemail", - "tags": [], - "properties": {}, + "attributes": {}, + "validateOn": "change", "conditional": { "show": null, "when": null, - "eq": "", - "json": "" + "eq": "" }, - "customConditional": "", - "logic": [], - "attributes": {}, "overlay": { "style": "", - "page": "", "left": "", "top": "", "width": "", "height": "" }, - "type": "email", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, + "allowCalculateOverride": false, + "encrypted": false, "showCharCount": false, "showWordCount": false, + "properties": {}, "allowMultipleMasks": false, "addons": [], + "mask": false, "inputType": "email", + "inputFormat": "plain", "inputMask": "", - "id": "ellw9sp", - "defaultValue": "" + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "kickbox": { + "enabled": false + }, + "id": "e3y8r9lf" } ], "currentWidth": 6 } ], - "dbIndex": false, + "autoAdjust": false, + "customClass": "", + "hidden": false, + "hideLabel": false, + "modalEdit": false, + "key": "simplecolsten", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { - "top": "", - "left": "", "style": "", + "page": "", + "left": "", + "top": "", "width": "", "height": "" }, - "tooltip": "", - "disabled": false, - "multiple": false, - "redrawOn": "", - "tabindex": "", - "validate": { - "custom": "", - "unique": false, - "multiple": false, - "required": false, - "customPrivate": false, - "strictDateValidation": false - }, - "autofocus": false, - "encrypted": false, - "hideLabel": false, - "modalEdit": false, - "protected": false, - "refreshOn": "", + "type": "columns", + "input": false, "tableView": false, - "attributes": {}, - "autoAdjust": false, - "errorLabel": "", - "persistent": false, - "properties": {}, - "validateOn": "change", - "clearOnHide": false, - "conditional": { - "eq": "", - "show": null, - "when": null - }, - "customClass": "", - "description": "", + "hideOnChildrenHidden": false, "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, "defaultValue": null, + "protected": false, + "unique": false, + "persistent": false, + "clearOnHide": false, + "refreshOn": "", + "redrawOn": "", "dataGridLabel": false, "labelPosition": "top", - "showCharCount": false, - "showWordCount": false, + "description": "", + "errorLabel": "", + "tooltip": "", + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", "calculateValue": "", "calculateServer": false, - "allowMultipleMasks": false, - "customDefaultValue": "", - "hideOnChildrenHidden": false, + "widget": null, + "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, "addons": [], - "lazyLoad": false + "tree": false, + "lazyLoad": false, + "id": "ex90rdh" } ], "errorLabel": "", @@ -5715,7 +5701,7 @@ "attributes": {}, "components": [ { - "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eh8z2bfa00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "key": "panel", "tags": [], "tree": false, @@ -5859,94 +5845,6 @@ "addons": [], "displayMask": "", "truncateMultipleSpaces": false - }, - { - "label": "Street", - "labelPosition": "top", - "placeholder": "", - "description": "", - "tooltip": "", - "prefix": "", - "suffix": "", - "widget": { - "type": "input" - }, - "inputMask": "", - "displayMask": "", - "allowMultipleMasks": false, - "customClass": "", - "tabindex": "", - "autocomplete": "", - "hidden": false, - "hideLabel": false, - "showWordCount": false, - "showCharCount": false, - "mask": false, - "autofocus": false, - "spellcheck": true, - "disabled": false, - "tableView": false, - "modalEdit": false, - "multiple": false, - "persistent": true, - "inputFormat": "plain", - "protected": false, - "dbIndex": false, - "case": "", - "truncateMultipleSpaces": false, - "encrypted": false, - "redrawOn": "", - "clearOnHide": true, - "customDefaultValue": "", - "calculateValue": "", - "calculateServer": false, - "allowCalculateOverride": false, - "validateOn": "change", - "validate": { - "required": true, - "pattern": "", - "customMessage": "", - "custom": "", - "customPrivate": false, - "json": "", - "minLength": "", - "maxLength": "", - "strictDateValidation": false, - "multiple": false, - "unique": false - }, - "unique": false, - "errorLabel": "", - "errors": "", - "key": "qpPanelStreet", - "tags": [], - "properties": {}, - "conditional": { - "show": null, - "when": null, - "eq": "", - "json": "" - }, - "customConditional": "", - "logic": [], - "attributes": {}, - "overlay": { - "style": "", - "page": "", - "left": "", - "top": "", - "width": "", - "height": "" - }, - "type": "textfield", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, - "addons": [], - "inputType": "text", - "id": "ehbud4", - "defaultValue": "" } ], "currentWidth": 6 @@ -6035,14 +5933,347 @@ "addons": [], "displayMask": "", "truncateMultipleSpaces": false - }, + } + ], + "currentWidth": 6 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": true, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false, + "addons": [], + "lazyLoad": false + }, + { + "label": "Columns - 2 ", + "columns": [ + { + "components": [ + { + "label": "Street", + "tableView": false, + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "key": "qpPanelStreet", + "type": "textfield", + "input": true, + "hideOnChildrenHidden": false, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, + "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": { + "type": "input" + }, + "attributes": {}, + "validateOn": "change", + "conditional": { + "show": null, + "when": null, + "eq": "" + }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "e9o5o78" + } + ], + "width": 6, + "offset": 0, + "push": 0, + "pull": 0, + "size": "md", + "currentWidth": 6 + }, + { + "components": [ + { + "key": "citytwo", + "type": "textfield", + "input": true, + "label": "City", + "validate": { + "required": true, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false, + "minLength": "", + "maxLength": "", + "pattern": "" + }, + "tableView": false, + "hideOnChildrenHidden": false, + "placeholder": "", + "prefix": "", + "customClass": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": true, + "hidden": false, + "clearOnHide": true, + "refreshOn": "", + "redrawOn": "", + "modalEdit": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", + "hideLabel": false, + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": { + "type": "input" + }, + "attributes": {}, + "validateOn": "change", + "conditional": { + "show": null, + "when": null, + "eq": "" + }, + "overlay": { + "style": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "properties": {}, + "allowMultipleMasks": false, + "addons": [], + "mask": false, + "inputType": "text", + "inputFormat": "plain", + "inputMask": "", + "displayMask": "", + "spellcheck": true, + "truncateMultipleSpaces": false, + "id": "ezb86gj" + } + ], + "width": 6, + "offset": 0, + "push": 0, + "pull": 0, + "size": "md", + "currentWidth": 6 + } + ], + "autoAdjust": false, + "customClass": "", + "hidden": false, + "hideLabel": false, + "modalEdit": false, + "key": "columns", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, + "overlay": { + "style": "", + "page": "", + "left": "", + "top": "", + "width": "", + "height": "" + }, + "type": "columns", + "input": false, + "tableView": false, + "placeholder": "", + "prefix": "", + "suffix": "", + "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": false, + "clearOnHide": false, + "refreshOn": "", + "redrawOn": "", + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", + "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": null, + "validateOn": "change", + "validate": { + "required": false, + "custom": "", + "customPrivate": false, + "strictDateValidation": false, + "multiple": false, + "unique": false + }, + "allowCalculateOverride": false, + "encrypted": false, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, + "addons": [], + "tree": false, + "lazyLoad": false, + "id": "epiafr" + }, + { + "id": "eemm29o", + "key": "simplecolssevenseven", + "tree": false, + "type": "columns", + "input": false, + "label": "Columns - 3", + "hidden": false, + "prefix": "", + "suffix": "", + "unique": false, + "widget": null, + "columns": [ + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ { - "id": "e7n16fb", - "key": "citytwo", + "id": "e0xwwwm", + "key": "provinceState", + "case": "", "mask": false, "type": "textfield", "input": true, - "label": "City", + "label": "Province", "hidden": false, "prefix": "", "suffix": "", @@ -6071,6 +6302,7 @@ "required": true, "maxLength": "", "minLength": "", + "customMessage": "", "customPrivate": false, "strictDateValidation": false }, @@ -6092,6 +6324,7 @@ "clearOnHide": true, "conditional": { "eq": "", + "json": "", "show": null, "when": null }, @@ -6099,13 +6332,14 @@ "description": "", "inputFormat": "plain", "placeholder": "", - "defaultValue": null, + "defaultValue": "", "dataGridLabel": false, "labelPosition": "top", "showCharCount": false, "showWordCount": false, "calculateValue": "", "calculateServer": false, + "customConditional": "", "allowMultipleMasks": false, "customDefaultValue": "", "hideOnChildrenHidden": false, @@ -6115,79 +6349,8 @@ "truncateMultipleSpaces": false } ], - "currentWidth": 6 - } - ], - "dbIndex": false, - "overlay": { - "top": "", - "left": "", - "style": "", - "width": "", - "height": "" - }, - "tooltip": "", - "disabled": false, - "multiple": false, - "redrawOn": "", - "tabindex": "", - "validate": { - "custom": "", - "unique": false, - "multiple": false, - "required": false, - "customPrivate": false, - "strictDateValidation": false - }, - "autofocus": false, - "encrypted": false, - "hideLabel": true, - "modalEdit": false, - "protected": false, - "refreshOn": "", - "tableView": false, - "attributes": {}, - "autoAdjust": false, - "errorLabel": "", - "persistent": false, - "properties": {}, - "validateOn": "change", - "clearOnHide": false, - "conditional": { - "eq": "", - "show": null, - "when": null - }, - "customClass": "", - "description": "", - "placeholder": "", - "defaultValue": null, - "dataGridLabel": false, - "labelPosition": "top", - "showCharCount": false, - "showWordCount": false, - "calculateValue": "", - "calculateServer": false, - "allowMultipleMasks": false, - "customDefaultValue": "", - "hideOnChildrenHidden": false, - "allowCalculateOverride": false, - "addons": [], - "lazyLoad": false - }, - { - "id": "eemm29o", - "key": "simplecolssevenseven", - "tree": false, - "type": "columns", - "input": false, - "label": "Columns - 3", - "hidden": false, - "prefix": "", - "suffix": "", - "unique": false, - "widget": null, - "columns": [ + "currentWidth": 4 + }, { "pull": 0, "push": 0, @@ -6196,13 +6359,12 @@ "offset": 0, "components": [ { - "id": "e0xwwwm", - "key": "provinceState", - "case": "", + "id": "e3u6trd", + "key": "country", "mask": false, "type": "textfield", "input": true, - "label": "Province", + "label": "Country", "hidden": false, "prefix": "", "suffix": "", @@ -6231,7 +6393,6 @@ "required": true, "maxLength": "", "minLength": "", - "customMessage": "", "customPrivate": false, "strictDateValidation": false }, @@ -6253,7 +6414,6 @@ "clearOnHide": true, "conditional": { "eq": "", - "json": "", "show": null, "when": null }, @@ -6261,14 +6421,13 @@ "description": "", "inputFormat": "plain", "placeholder": "", - "defaultValue": "", + "defaultValue": null, "dataGridLabel": false, "labelPosition": "top", "showCharCount": false, "showWordCount": false, "calculateValue": "", "calculateServer": false, - "customConditional": "", "allowMultipleMasks": false, "customDefaultValue": "", "hideOnChildrenHidden": false, @@ -6276,9 +6435,19 @@ "addons": [], "displayMask": "", "truncateMultipleSpaces": false - }, + } + ], + "currentWidth": 4 + }, + { + "pull": 0, + "push": 0, + "size": "md", + "width": 4, + "offset": 0, + "components": [ { - "label": "Phone Number", + "label": "Postal Code", "labelPosition": "top", "placeholder": "", "description": "", @@ -6302,7 +6471,7 @@ "autofocus": false, "spellcheck": true, "disabled": false, - "tableView": true, + "tableView": false, "modalEdit": false, "multiple": false, "persistent": true, @@ -6321,8 +6490,8 @@ "validateOn": "change", "validate": { "required": true, - "pattern": "^\\+?[0-9\\-().\\s]{10,15}$", - "customMessage": "Please enter a valid phone number", + "pattern": "^[A-Za-z]\\d[A-Za-z] ?\\d[A-Za-z]\\d$", + "customMessage": "Please enter a valid postal code", "custom": "", "customPrivate": false, "json": "", @@ -6335,7 +6504,7 @@ "unique": false, "errorLabel": "", "errors": "", - "key": "simplephonenumber", + "key": "qpPostalCode", "tags": [], "properties": {}, "conditional": { @@ -6353,108 +6522,86 @@ "left": "", "top": "", "width": "", - "height": "" - }, - "type": "textfield", - "input": true, - "hideOnChildrenHidden": false, - "refreshOn": "", - "dataGridLabel": false, - "addons": [], - "inputType": "text", - "id": "ehuf0s", - "defaultValue": "" - } - ], - "currentWidth": 4 - }, - { - "pull": 0, - "push": 0, - "size": "md", - "width": 4, - "offset": 0, - "components": [ - { - "id": "e3u6trd", - "key": "country", - "mask": false, - "type": "textfield", - "input": true, - "label": "Country", - "hidden": false, - "prefix": "", - "suffix": "", - "unique": false, - "widget": { - "type": "input" - }, - "dbIndex": false, - "overlay": { - "top": "", - "left": "", - "style": "", - "width": "", - "height": "" - }, - "tooltip": "", - "disabled": false, - "multiple": false, - "redrawOn": "", - "tabindex": "", - "validate": { - "custom": "", - "unique": false, - "pattern": "", - "multiple": false, - "required": true, - "maxLength": "", - "minLength": "", - "customPrivate": false, - "strictDateValidation": false - }, - "autofocus": false, - "encrypted": false, - "hideLabel": false, - "inputMask": "", - "inputType": "text", - "modalEdit": false, - "protected": false, - "refreshOn": "", - "tableView": false, - "attributes": {}, - "errorLabel": "", - "persistent": true, - "properties": {}, - "spellcheck": true, - "validateOn": "change", - "clearOnHide": true, - "conditional": { - "eq": "", - "show": null, - "when": null + "height": "" }, - "customClass": "", - "description": "", - "inputFormat": "plain", - "placeholder": "", - "defaultValue": null, - "dataGridLabel": false, - "labelPosition": "top", - "showCharCount": false, - "showWordCount": false, - "calculateValue": "", - "calculateServer": false, - "allowMultipleMasks": false, - "customDefaultValue": "", + "type": "textfield", + "input": true, "hideOnChildrenHidden": false, - "allowCalculateOverride": false, + "refreshOn": "", + "dataGridLabel": false, "addons": [], - "displayMask": "", - "truncateMultipleSpaces": false - }, + "inputType": "text", + "id": "es060w", + "defaultValue": "" + } + ], + "currentWidth": 4 + } + ], + "dbIndex": false, + "overlay": { + "top": "", + "left": "", + "style": "", + "width": "", + "height": "" + }, + "tooltip": "", + "disabled": false, + "multiple": false, + "redrawOn": "", + "tabindex": "", + "validate": { + "custom": "", + "unique": false, + "multiple": false, + "required": false, + "customPrivate": false, + "strictDateValidation": false + }, + "autofocus": false, + "encrypted": false, + "hideLabel": true, + "modalEdit": false, + "protected": false, + "refreshOn": "", + "tableView": false, + "attributes": {}, + "autoAdjust": false, + "errorLabel": "", + "persistent": false, + "properties": {}, + "validateOn": "change", + "clearOnHide": false, + "conditional": { + "eq": "", + "show": null, + "when": null + }, + "customClass": "", + "description": "", + "placeholder": "", + "defaultValue": null, + "dataGridLabel": false, + "labelPosition": "top", + "showCharCount": false, + "showWordCount": false, + "calculateValue": "", + "calculateServer": false, + "allowMultipleMasks": false, + "customDefaultValue": "", + "hideOnChildrenHidden": false, + "allowCalculateOverride": false, + "addons": [], + "lazyLoad": false + }, + { + "label": "Columns-2", + "columns": [ + { + "components": [ { - "label": "Email", + "label": "Phone Number", "labelPosition": "top", "placeholder": "", "description": "", @@ -6464,12 +6611,16 @@ "widget": { "type": "input" }, + "inputMask": "", "displayMask": "", + "allowMultipleMasks": false, "customClass": "", "tabindex": "", "autocomplete": "", "hidden": false, "hideLabel": false, + "showWordCount": false, + "showCharCount": false, "mask": false, "autofocus": false, "spellcheck": true, @@ -6493,8 +6644,8 @@ "validateOn": "change", "validate": { "required": true, - "pattern": "", - "customMessage": "", + "pattern": "^\\+?[0-9\\-().\\s]{10,15}$", + "customMessage": "Please enter a valid phone number", "custom": "", "customPrivate": false, "json": "", @@ -6505,12 +6656,9 @@ "unique": false }, "unique": false, - "kickbox": { - "enabled": false - }, "errorLabel": "", "errors": "", - "key": "qualifiedProfessionalSimpleEmail", + "key": "simplephonenumber", "tags": [], "properties": {}, "conditional": { @@ -6530,34 +6678,28 @@ "width": "", "height": "" }, - "type": "email", + "type": "textfield", "input": true, - "delimiter": false, - "requireDecimal": false, "hideOnChildrenHidden": false, "refreshOn": "", "dataGridLabel": false, - "showCharCount": false, - "showWordCount": false, - "allowMultipleMasks": false, "addons": [], - "inputType": "email", - "inputMask": "", - "id": "ejzcdci", + "inputType": "text", + "id": "ehuf0s", "defaultValue": "" } ], - "currentWidth": 4 - }, - { - "pull": 0, + "width": 6, + "offset": 0, "push": 0, + "pull": 0, "size": "md", - "width": 4, - "offset": 0, + "currentWidth": 6 + }, + { "components": [ { - "label": "Postal Code", + "label": "Email", "labelPosition": "top", "placeholder": "", "description": "", @@ -6567,21 +6709,17 @@ "widget": { "type": "input" }, - "inputMask": "", "displayMask": "", - "allowMultipleMasks": false, "customClass": "", "tabindex": "", "autocomplete": "", "hidden": false, "hideLabel": false, - "showWordCount": false, - "showCharCount": false, "mask": false, "autofocus": false, "spellcheck": true, "disabled": false, - "tableView": false, + "tableView": true, "modalEdit": false, "multiple": false, "persistent": true, @@ -6600,8 +6738,8 @@ "validateOn": "change", "validate": { "required": true, - "pattern": "^[A-Za-z]\\d[A-Za-z] ?\\d[A-Za-z]\\d$", - "customMessage": "Please enter a valid postal code", + "pattern": "", + "customMessage": "", "custom": "", "customPrivate": false, "json": "", @@ -6612,9 +6750,12 @@ "unique": false }, "unique": false, + "kickbox": { + "enabled": false + }, "errorLabel": "", "errors": "", - "key": "qpPostalCode", + "key": "qualifiedProfessionalSimpleEmail", "tags": [], "properties": {}, "conditional": { @@ -6634,76 +6775,101 @@ "width": "", "height": "" }, - "type": "textfield", + "type": "email", "input": true, + "delimiter": false, + "requireDecimal": false, "hideOnChildrenHidden": false, "refreshOn": "", "dataGridLabel": false, + "showCharCount": false, + "showWordCount": false, + "allowMultipleMasks": false, "addons": [], - "inputType": "text", - "id": "es060w", + "inputType": "email", + "inputMask": "", + "id": "ejzcdci", "defaultValue": "" } ], - "currentWidth": 4 + "width": 6, + "offset": 0, + "push": 0, + "pull": 0, + "size": "md", + "currentWidth": 6 } ], - "dbIndex": false, + "autoAdjust": false, + "customClass": "", + "hidden": false, + "hideLabel": false, + "modalEdit": false, + "key": "columns2", + "tags": [], + "properties": {}, + "conditional": { + "show": null, + "when": null, + "eq": "", + "json": "" + }, + "customConditional": "", + "logic": [], + "attributes": {}, "overlay": { - "top": "", - "left": "", "style": "", + "page": "", + "left": "", + "top": "", "width": "", "height": "" }, - "tooltip": "", - "disabled": false, + "type": "columns", + "input": false, + "placeholder": "", + "prefix": "", + "suffix": "", "multiple": false, + "defaultValue": null, + "protected": false, + "unique": false, + "persistent": false, + "clearOnHide": false, + "refreshOn": "", "redrawOn": "", + "tableView": false, + "dataGridLabel": false, + "labelPosition": "top", + "description": "", + "errorLabel": "", + "tooltip": "", "tabindex": "", + "disabled": false, + "autofocus": false, + "dbIndex": false, + "customDefaultValue": "", + "calculateValue": "", + "calculateServer": false, + "widget": null, + "validateOn": "change", "validate": { - "custom": "", - "unique": false, - "multiple": false, "required": false, + "custom": "", "customPrivate": false, - "strictDateValidation": false + "strictDateValidation": false, + "multiple": false, + "unique": false }, - "autofocus": false, + "allowCalculateOverride": false, "encrypted": false, - "hideLabel": true, - "modalEdit": false, - "protected": false, - "refreshOn": "", - "tableView": false, - "attributes": {}, - "autoAdjust": false, - "errorLabel": "", - "persistent": false, - "properties": {}, - "validateOn": "change", - "clearOnHide": false, - "conditional": { - "eq": "", - "show": null, - "when": null - }, - "customClass": "", - "description": "", - "placeholder": "", - "defaultValue": null, - "dataGridLabel": false, - "labelPosition": "top", "showCharCount": false, "showWordCount": false, - "calculateValue": "", - "calculateServer": false, "allowMultipleMasks": false, - "customDefaultValue": "", - "hideOnChildrenHidden": false, - "allowCalculateOverride": false, "addons": [], - "lazyLoad": false + "tree": false, + "lazyLoad": false, + "id": "ey1265n" } ], "errorLabel": "", @@ -36385,7 +36551,7 @@ } ], "collapsible": false, - "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "id": "eof79400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "placeholder": "", "prefix": "", "customClass": "",