{"id":16,"date":"2024-11-03T14:28:44","date_gmt":"2024-11-03T14:28:44","guid":{"rendered":"https:\/\/reco4006.arch.hku.hk\/2024group08\/?page_id=16"},"modified":"2024-11-15T05:47:03","modified_gmt":"2024-11-15T05:47:03","slug":"valuation-tool","status":"publish","type":"page","link":"https:\/\/reco4014.arch.hku.hk\/2024g8\/valuation-tool\/","title":{"rendered":"Valuation Tool"},"content":{"rendered":"\n<style>@media (max-width:480px){#cp_calculatedfieldsf_pform_1{min-height:494px;}}@media (max-width:768px){#cp_calculatedfieldsf_pform_1{min-height:287px;}}@media (min-width:1024px){#cp_calculatedfieldsf_pform_1{min-height:334px;}}<\/style>\t<pre style=\"display:none !important;\"><script data-category=\"functional\" type=\"text\/javascript\">\r\n\t function doValidate_1(form, validation_only)\r\n\t {\r\n\t\tvalidation_only = validation_only || false;\r\n        window['cff_enabling_form' ] = function(_form){\r\n            if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form);\r\n            _form.validate().settings.ignore = '.ignore,.ignorepb';\r\n            _form.removeData('being-submitted');\r\n            _form.find('.submitbtn-disabled').removeClass('submitbtn-disabled').prop('disabled', false);\r\n            _form.find('.cff-processing-form').remove();\r\n        };\r\n        window['cff_disabling_form'] = function(_form){\r\n            if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form);\r\n            if(cff_form_disabled(_form)) return;\r\n            _form.find('.pbSubmit,:submit').addClass('submitbtn-disabled').prop('disabled', true);\r\n            _form.data('being-submitted',1);\r\n            var d = document.createElement('div');\r\n            $dexQuery(d).addClass('cff-processing-form').appendTo(_form.find('#fbuilder'));\r\n        };\r\n        window['cff_form_disabled' ] = function(_form){\r\n            if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form);\r\n            return ('undefined' != typeof _form.data('being-submitted'));\r\n        };\r\n\t\tvar form_identifier =  '_1';\r\n\t\tif(typeof cpcff_validation_rules == 'undefined') cpcff_validation_rules = {};\r\n\t\tif(typeof cpcff_validation_rules[form_identifier] == 'undefined') cpcff_validation_rules[form_identifier] = {};\r\n\t\tvar $dexQuery = (fbuilderjQuery) ? fbuilderjQuery : jQuery.noConflict(),\r\n\t\t\t_form = $dexQuery(\"#cp_calculatedfieldsf_pform\"+form_identifier),\r\n\t\t\tform_disabled = function(){cff_form_disabled(_form);},\r\n\t\t\tdisabling_form = function(){cff_disabling_form(_form);},\r\n\t\t\tenabling_form = function(){cff_enabling_form(_form);};\r\n\t\tif(form_disabled()) return false;\r\n\t\t_form.find('[max=\"\"]').removeAttr('max');\r\n\t\t_form.find('[min=\"\"]').removeAttr('min');\r\n\t\t_form.find('[step=\"\"]').removeAttr('step');\r\n\t\t_form.validate().settings.ignore = '.ignore';\r\n\t\tvar\tcpefb_error = !_form.validate().checkForm();\r\n\t\tvar\tvalidation_rules = cpcff_validation_rules[form_identifier],\r\n\t\t\tprocessing_form = function()\r\n\t\t\t{\r\n                \t\t\t\tfor(var rule in validation_rules)\r\n\t\t\t\t{\r\n\t\t\t\t\tif(!validation_rules[rule]) {\r\n\t\t\t\t\t\t$dexQuery(form).trigger('cff-form-validation', false);\r\n\t\t\t\t\t\treturn;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\r\n\t\t\t\tif ( validation_only ) {\r\n\t\t\t\t\t$dexQuery(form).trigger('cff-form-validation', true);\r\n\t\t\t\t\treturn;\r\n\t\t\t\t}\r\n\t\t\t\t_form.find(\"[name$='_date'][type='hidden']\").each(function(){\r\n\t\t\t\t\tvar v  \t = $dexQuery(this).val(),\r\n\t\t\t\t\t\tname = $dexQuery(this).attr( 'name' ).replace('_date', ''),\r\n\t\t\t\t\t\te \t = $dexQuery(\"[name='\"+name+\"']\");\r\n\t\t\t\t\t\tif( e.length && ! $dexQuery(\"[id='\"+name+\"_datepicker_container']\").length ){ e.val( String( e.val().replace( v, '' ) ).trim() ); }\r\n\t\t\t\t});\r\n\t\t\t\t_form.find(\"select option[vt]\").each(function(){\r\n                    var e = $dexQuery(this);\r\n                    e.attr('cff-val-bk', e.val()).val(cff_sanitize(e.attr(\"vt\"), true));\r\n\t\t\t\t});\r\n\t\t\t\t_form.find(\"input[vt]\").each(function(){\r\n                    var e = $dexQuery(this),\r\n\t\t\t\t\t\tq = $dexQuery('[id=\"'+e.attr('id')+'_quantity\"]');\r\n                    e.attr('cff-val-bk', e.val()).val(cff_sanitize(e.attr(\"vt\"), true)+(q.length ? ' ('+Math.max(1, q.val())+')' : ''));\r\n\t\t\t\t});\r\n\t\t\t\t_form.find('.cpcff-recordset,.cff-exclude :input,[id^=\"form_structure_\"]')\r\n\t\t\t\t.add(_form.find( '.ignore' )).attr('cff-disabled', 1).prop('disabled', true);\r\n\t\t\t\tdisabling_form();\r\n\t\t\t\t\t\t\t\tif ( _form.attr( 'target' ) == undefined && window.self !== window.top ) {\r\n\t\t\t\t\t_form.attr( 'target', '_top' );\r\n\t\t\t\t}\r\n\t\t\t\tif ( _form.attr( 'target' ) != undefined && NOT( IN( _form.attr( 'target' ).toLowerCase(), [ '_blank', '_self', '_top', '' ] ) ) ) {\r\n\t\t\t\t\t$dexQuery('[name=\"'+_form.prop( 'target' )+'\"]').one('load', function(){\r\n\t\t\t\t\t\t_form.find('[cff-val-bk]').each(function(){\r\n\t\t\t\t\t\t\tvar e = $dexQuery(this);\r\n\t\t\t\t\t\t\te.val(e.attr('cff-val-bk')).removeAttr('cff-val-bk');\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t\t_form.find('[cff-disabled]').prop('disabled', false).removeAttr('cff-disabled');\r\n\t\t\t\t\t\tif(!\/^(\\s*|_self|_top|_parent)$\/i.test(_form.prop('target'))) {\r\n\t\t\t\t\t\t\tenabling_form();\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t$dexQuery(document).trigger('cff-form-submitted', _form);\r\n\t\t\t\t\t});\r\n\t\t\t\t}\r\n                _form[ 0 ].submit();\r\n\t\t\t};\r\n\t\ttry{\r\n\t\t\t_form.find('[name=\"cp_ref_page\"]').val(parent.window.document.location.href);\r\n\t\t} catch (err) {\r\n\t\t\t_form.find('[name=\"cp_ref_page\"]').val(document.location.href);\r\n\t\t}\r\n\t\tvalidation_rules['fields_validation_error'] = (cpefb_error==0);\r\n        \/* 1: Do not submit if the equations are being evaluated *\/\r\n        validation_rules['no_pending'] = (!(form_identifier in $dexQuery.fbuilder.calculator.processing_queue) || !$dexQuery.fbuilder.calculator.processing_queue[form_identifier]) && !$dexQuery.fbuilder.calculator.thereIsPending(form_identifier);\r\n\t\tif(!validation_rules['no_pending'])\r\n\t\t{\r\n\t\t\t$dexQuery(document).on('equationsQueueEmpty', function(evt, formId){\r\n\t\t\t\tif(formId == form_identifier)\r\n\t\t\t\t{\r\n\t\t\t\t\t$dexQuery(document).off('equationsQueueEmpty');\r\n\t\t\t\t\tvalidation_rules['no_pending']  = true;\r\n\t\t\t\t\tprocessing_form();\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t}\r\n\t\t\/* End :1 *\/\r\n\t\tif (validation_rules['fields_validation_error'])\r\n\t\t{\r\n\t\t  if (_form.find('[id^=\"hdcaptcha_cp_calculated_fields_form_post_\"]').val() == '')\r\n\t\t\t{\r\n\t\t\t\t$dexQuery(form).trigger('cff-form-validation', false);\r\n\t\t\t\talert('Please enter the captcha verification code.');\r\n\t\t\t\treturn false;\r\n\t\t\t}\r\n\t\t\tdisabling_form();\r\n\t\t\tvalidation_rules['captcha'] = false;\r\n\t\t\t$dexQuery.ajax({\r\n\t\t\t\ttype: \"GET\",\r\n\t\t\t\turl:  _form.prop('action').replace(\/\\?$\/g, ''),\r\n\t\t\t\tdata: {\r\n\t\t\t\t\tps: form_identifier,\r\n\t\t\t\t\thdcaptcha_cp_calculated_fields_form_post: _form.find('[id^=\"hdcaptcha_cp_calculated_fields_form_post_\"]').val(),\r\n\t\t\t\t\tcp_calculatedfieldsf_id: _form.find('[name=\"cp_calculatedfieldsf_id\"]').val(),\r\n\t\t\t\t\tno_cache: Date.now()\r\n\t\t\t\t},\r\n\t\t\t\tsuccess:function(result){\r\n\t\t\t\t\tenabling_form();\r\n\t\t\t\t\tif (result == \"captchafailed\")\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\t_form.find('[id^=\"captchaimg_\"]').attr('src', _form.find('[id^=\"captchaimg_\"]').attr('src')+'&'+Date());\r\n\t\t\t\t\t\t$dexQuery(form).trigger('cff-form-validation', false);\r\n\t\t\t\t\t\talert('Incorrect captcha code. Please try again.');\r\n\t\t\t\t\t\treturn false;\r\n\t\t\t\t\t}\r\n\t\t\t\t\telse\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tvalidation_rules['captcha'] = true;\r\n\t\t\t\t\t\tprocessing_form();\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t\t}\r\n\t\telse\r\n\t\t{\r\n            _form.valid();\r\n            var page = $dexQuery('.cpefb_error:not(.message):not(.ignore):eq(0)').closest('.pbreak').attr('page')*1;\r\n            gotopage(page, _form);\r\n\t\t\t$dexQuery(form).trigger('cff-form-validation', false);\r\n\t\t\tenabling_form();\r\n\t\t\tsetTimeout(function(){$dexQuery.fbuilder.openErrorDlg(_form);},50);\r\n\t\t}\r\n\t\treturn false;\r\n\t}\r\n\t<\/script><\/pre>\r\n\t<form name=\"cp_calculatedfieldsf_pform_1\" id=\"cp_calculatedfieldsf_pform_1\" action=\"https:\/\/reco4014.arch.hku.hk\/2024g8\/valuation-tool\/\" method=\"post\" enctype=\"multipart\/form-data\" onsubmit=\"return doValidate_1(this);\" class=\"cff-form no-prefetch  cff-form-9 cp_cff_13\"  data-nonce=\"02892475bd\">\r\n\t\t\t<input type=\"hidden\" name=\"cp_calculatedfieldsf_pform_psequence\" value=\"_1\" \/><input type=\"hidden\" name=\"cp_calculatedfieldsf_pform_process\" value=\"1\" \/><input type=\"hidden\" name=\"cp_calculatedfieldsf_id\" value=\"9\" \/><input type=\"hidden\" name=\"cp_ref_page\" value=\"https:\/\/reco4014.arch.hku.hk\/2024g8\" \/><pre style=\"display:none !important;\"><script data-category=\"functional\" type=\"text\/javascript\">form_structure_1=[[{\"form_identifier\":\"\",\"name\":\"fieldname1\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":0,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Tower\",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Tower\",\"vChoices\":1,\"showDep\":true,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"13A\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"23A\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"33A\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"13A\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"23A\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"33A\"],\"choicesDep\":[[\"fieldname2\",\"fieldname13\"],[\"fieldname2\",\"fieldname13\"],[\"fieldname3\",\"fieldname13\"],[\"fieldname3\",\"fieldname13\"],[\"fieldname3\",\"fieldname13\"],[\"fieldname3\",\"fieldname13\"],[\"fieldname4\",\"fieldname13\"],[\"fieldname4\",\"fieldname13\"],[\"fieldname4\",\"fieldname13\"],[\"fieldname4\",\"fieldname13\"],[\"fieldname5\",\"fieldname13\"],[\"fieldname5\",\"fieldname13\"],[\"fieldname5\",\"fieldname13\"],[\"fieldname2\",\"fieldname13\"],[\"fieldname2\",\"fieldname13\"],[\"fieldname2\",\"fieldname13\"],[\"fieldname2\",\"fieldname13\"],[\"fieldname2\",\"fieldname13\"],[\"fieldname2\",\"fieldname13\"],[\"fieldname2\",\"fieldname13\"],[\"fieldname6\",\"fieldname13\"],[\"fieldname6\",\"fieldname13\"],[\"fieldname7\",\"fieldname13\"],[\"fieldname7\",\"fieldname13\"],[\"fieldname3\",\"fieldname13\"],[\"fieldname3\",\"fieldname13\"],[\"fieldname3\",\"fieldname13\"],[\"fieldname8\",\"fieldname13\"],[\"fieldname9\",\"fieldname13\"],[\"fieldname8\",\"fieldname13\"],[\"fieldname10\",\"fieldname13\"],[\"fieldname8\",\"fieldname13\"],[\"fieldname8\",\"fieldname13\"],[\"fieldname8\",\"fieldname13\"]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname2\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":1,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Floor \",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Floor\",\"vChoices\":1,\"showDep\":true,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\",\"40\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\",\"40\"],\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[\"fieldname14\"]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname3\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":2,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Floor \",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Floor\",\"vChoices\":1,\"showDep\":false,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\"],\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname4\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":3,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Floor \",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Floor\",\"vChoices\":1,\"showDep\":false,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\",\"40\",\"41\",\"42\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\",\"40\",\"41\",\"42\"],\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname5\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":4,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Floor \",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Floor\",\"vChoices\":1,\"showDep\":true,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\"],\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname6\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":5,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Floor \",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Floor\",\"vChoices\":1,\"showDep\":true,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\"],\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname7\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":6,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Floor \",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Floor\",\"vChoices\":1,\"showDep\":false,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\"],\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname8\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":7,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Floor \",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Floor\",\"vChoices\":1,\"showDep\":false,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\",\"30\"],\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname9\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":8,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Floor \",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Floor\",\"vChoices\":1,\"showDep\":false,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\"],\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname10\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":9,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Floor \",\"size\":\"small\",\"required\":true,\"exclude\":false,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Floor\",\"vChoices\":1,\"showDep\":false,\"choices\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\"],\"optgroup\":[false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,false],\"choicesVal\":[\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"8\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"15\",\"16\",\"17\",\"18\",\"19\",\"20\",\"21\",\"22\",\"23\",\"24\",\"25\",\"26\",\"27\",\"28\",\"29\"],\"choicesDep\":[[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname13\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":10,\"ftype\":\"fdropdown\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}},\"dropdown\":{\"label\":\"Dropdown\",\"rules\":{}}}},\"title\":\"Unit \",\"size\":\"small\",\"required\":true,\"exclude\":true,\"accept_html\":false,\"toSubmit\":\"text\",\"merge\":0,\"choiceSelected\":\"\",\"select2\":false,\"multiple\":false,\"first_choice\":true,\"first_choice_text\":\"Select Unit\",\"vChoices\":1,\"showDep\":false,\"choices\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"optgroup\":[false,false,false,false,false,false,false,false],\"choicesVal\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"choicesDep\":[[],[],[],[],[],[],[],[]],\"fBuild\":{},\"parent\":\"\"},{\"form_identifier\":\"\",\"name\":\"fieldname51\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":11,\"ftype\":\"fPageBreak\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Input tag\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Page Break\",\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname15\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":12,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Valuation Price (HKD$)\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"small\",\"eq\":\"(function(){\\n    var unit = fieldname13.charCodeAt(0) - 65;\\n\\n    var result = -0.687364 - 0.015145*fieldname21 + 0.000349*fieldname21*fieldname21 + 0.006374*fieldname2 - 0.0000736*fieldname2*fieldname2 + 0.002338*fieldname16 - 0.00000033*fieldname16*fieldname16 + 0.073296*fieldname46 + 0.073296*fieldname47 + 0.073296*fieldname48 + 0.073296*fieldname49 + 0.005482*fieldname18 + 0.004097*fieldname22 - 0.007863*fieldname23 - 0.168727*fieldname19 - 0.168727*fieldname24 - 0.168727*fieldname25 - 0.168727*fieldname26 - 0.168727*fieldname27 - 0.168727*fieldname28 - 0.033581*fieldname37 - 0.033581*fieldname38 - 0.033581*fieldname39 - 0.033581*fieldname40 - 0.033581*fieldname41 - 0.033581*fieldname42 - 0.033581*fieldname43 - 0.100085*fieldname50 + 0.093129*fieldname29 + 0.093129*fieldname30 + 0.031223*fieldname31 + 0.054571*fieldname34 + 0.054571*fieldname35 + 0.054571*fieldname36 - 0.041782*fieldname32 - 0.041782*fieldname33 - 0.001195*fieldname29*fieldname2 - 0.001195*fieldname30*fieldname2 - 0.001247*fieldname31*fieldname2 - 0.001005*fieldname34*fieldname2 - 0.001005*fieldname35*fieldname2 - 0.001005*fieldname36*fieldname2 + 0.012255*fieldname22*fieldname29 + 0.012255*fieldname22*fieldname30 + 0.008353*fieldname23*fieldname29 + 0.008353*fieldname23*fieldname30 + 0.048314*fieldname44*fieldname29 + 0.048314*fieldname44*fieldname30 + 0.048314*fieldname45*fieldname29 + 0.048314*fieldname45*fieldname30 + 1.443637;\\n    var price = Math.exp(result);\\n    return PREC(price*1000000, 0);\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\",\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":false,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname16\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":13,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Saleable Floor Area (SFA)\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"small\",\"eq\":\"(function(){\\n  var unit = fieldname13.charCodeAt(0) - 65;\\n  var SFA = {\\n    \\u00221\\u0022: [631, 629, 629, 636, 532, 532, 532, 529],\\n    \\u00222\\u0022: [642, 623, 533, 527, 526, 525, 527, 526],\\n    \\u00223\\u0022: [721, 729, 730, 747, 610, 608, 610, 598],\\n    \\u00224\\u0022: [722, 729, 729, 721, 598, 610, 610, 598],\\n    \\u00225\\u0022: [721, 729, 729, 722, 598, 610, 610, 598],\\n    \\u00226\\u0022: [747, 730, 729, 721, 598, 610, 608, 610],\\n    \\u00227\\u0022: [737, 748, 656, 637, 739, 742, 742, 739],\\n    \\u00228\\u0022: [739, 742, 639, 640, 739, 742, 742, 739],\\n    \\u00229\\u0022: [739, 742, 639, 640, 739, 742, 742, 739],\\n    \\u002210\\u0022: [739, 742, 639, 640, 879, 889, 889, 869],\\n    \\u002211\\u0022: [632, 642, 642, 632, 633, 630, 771, 773],\\n    \\u002212\\u0022: [633, 630, 630, 633, 633, 630, 771, 773],\\n    \\u002213\\u0022: [633, 630, 630, 633, 633, 637, 756, 755],\\n    \\u002213A\\u0022: [623, 614, 614, 623, 863, 882, 882, 864],\\n    \\u002215\\u0022: [623, 621, 621, 623, 863, 882, 882, 863],\\n    \\u002216\\u0022: [623, 621, 621, 621, 864, 882, 882, 863],\\n    \\u002217\\u0022: [633, 618, 618, 632, 871, 888, 888, 879],\\n    \\u002218\\u0022: [584, 581, 581, 584, 632, 618, 888, 871],\\n    \\u002219\\u0022: [584, 581, 581, 584, 632, 618, 888, 871],\\n    \\u002220\\u0022: [584, 581, 581, 592, 633, 618, 618, 632],\\n    \\u002221\\u0022: [592, 581, 581, 584, 871, 886, 886, 879],\\n    \\u002222\\u0022: [584, 581, 581, 590, 879, 886, 886, 871],\\n    \\u002223\\u0022: [590, 581, 581, 584, 781, 771, 771, 783],\\n    \\u002223A\\u0022: [584, 581, 581, 590, 783, 771, 771, 781],\\n    \\u002225\\u0022: [513, 516, 516, 519, 736, 743, 743, 724],\\n    \\u002226\\u0022: [519, 516, 516, 519, 736, 743, 743, 736],\\n    \\u002227\\u0022: [519, 516, 516, 519, 736, 743, 743, 736],\\n    \\u002228\\u0022: [544, 516, 516, 535, 760, 731, 731, 731],\\n    \\u002229\\u0022: [545, 526, 526, 545, 687, 650, 650, 687],\\n    \\u002230\\u0022: [545, 526, 526, 545, 687, 650, 650, 687],\\n    \\u002231\\u0022: [521, 536, 536, 527, 662, 676, 686, 637],\\n    \\u002232\\u0022: [521, 543, 543, 521, 634, 686, 686, 634],\\n    \\u002233\\u0022: [521, 543, 543, 521, 634, 686, 686, 634],\\n    \\u002233A\\u0022: [521, 543, 543, 521, 632, 652, 652, 632],\\n    50: [1056, \\u0022N.A.\\u0022, 1059, \\u0022N.A.\\u0022, 532, 532, 532, 529],\\n    51: [1057, \\u0022N.A.\\u0022, 1105, \\u0022N.A.\\u0022, 617, 608, 610, 594],\\n    52: [1057, \\u0022N.A.\\u0022, 1057, \\u0022N.A.\\u0022, 598, 610, 610, 598],\\n    53: [1105, \\u0022N.A.\\u0022, 1057, \\u0022N.A.\\u0022, 598, 610, 608, 610],\\n    54: [1113, \\u0022N.A.\\u0022, 988, \\u0022N.A.\\u0022, 1113, \\u0022N.A.\\u0022, 1113, \\u0022N.A.\\u0022],\\n    55: [1111, \\u0022N.A.\\u0022, 989, \\u0022N.A.\\u0022, 1112, \\u0022N.A.\\u0022, 1112, \\u0022N.A.\\u0022],\\n    56: [1111, \\u0022N.A.\\u0022, 989, \\u0022N.A.\\u0022, 1338, \\u0022N.A.\\u0022, 1338, \\u0022N.A.\\u0022],\\n    57: [623, 614, 614, 623, 1322, \\u0022N.A.\\u0022, 1332, \\u0022N.A.\\u0022],\\n    58: [623, 621, 621, 623, 1322, \\u0022N.A.\\u0022, 1322, \\u0022N.A.\\u0022],\\n    59: [633, 618, 618, 632, 1321, \\u0022N.A.\\u0022, 1329, \\u0022N.A.\\u0022],\\n    60: [584, 581, 581, 584, 952, \\u0022N.A.\\u0022, 1321, \\u0022N.A.\\u0022],\\n    61: [584, 581, 581, 592, 952, \\u0022N.A.\\u0022, 952, \\u0022N.A.\\u0022],\\n    62: [592, 581, 581, 584, 1299, \\u0022N.A.\\u0022, 1308, \\u0022N.A.\\u0022],\\n    63: [584, 581, 581, 590, 1308, \\u0022N.A.\\u0022, 1299, \\u0022N.A.\\u0022]\\n  };\\n\\n  if (fieldname1 === 1 && fieldname2 === 40) {\\n    return SFA[50][unit];\\n  } else if (fieldname1 === 3 && fieldname3 === 35) {\\n    return SFA[51][unit];\\n  } else if ((fieldname1 === 4 || fieldname1 === 5) && fieldname3 === 35) {\\n    return SFA[52][unit];\\n  } else if (fieldname1 === 6 && fieldname3 === 35) {\\n    return SFA[53][unit];\\n  } else if (fieldname1 === 7 && fieldname4 === 42) {\\n    return SFA[54][unit];\\n  } else if ((fieldname1 === 8 || fieldname1 === 9) && fieldname4 === 42) {\\n    return SFA[55][unit];\\n  } else if (fieldname1 === 10 && fieldname4 === 42) {\\n    return SFA[56][unit];\\n  } else if (fieldname1 === \\u002213A\\u0022 && fieldname2 === 40) {\\n    return SFA[57][unit];\\n  } else if ((fieldname1 === 15 || fieldname1 === 16) && fieldname2 === 40) {\\n    return SFA[58][unit];\\n  } else if (fieldname1 === 17 && fieldname2 === 40) {\\n    return SFA[59][unit];\\n  } else if ((fieldname1 === 18 || fieldname1 === 19) && fieldname2 === 40) {\\n    return SFA[60][unit];\\n  } else if (fieldname1 === 20 && fieldname2 === 40) {\\n    return SFA[61][unit];\\n  } else if (fieldname1 === 21 && fieldname6 === 36) {\\n    return SFA[62][unit];\\n  } else if (fieldname1 === 22 && fieldname6 === 36) {\\n    return SFA[63][unit];\\n  } else {\\n    return SFA[fieldname1][unit];\\n  }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":false,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname17\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":14,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Gross Floor Area (GFA)\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"small\",\"eq\":\"(function(){\\n  var unit = fieldname13.charCodeAt(0) - 65;\\n  var GFA = {\\n    \\u00221\\u0022: [787, 776, 776, 773, 640, 636, 638, 652],\\n    \\u00222\\u0022: [775, 760, 632, 641, 643, 642, 642, 643],\\n    \\u00223\\u0022: [866, 908, 906, 933, 755, 752, 748, 726],\\n    \\u00224\\u0022: [866, 908, 908, 866, 726, 748, 748, 726],\\n    \\u00225\\u0022: [866, 908, 908, 866, 726, 748, 748, 726],\\n    \\u00226\\u0022: [933, 906, 908, 866, 726, 748, 752, 755],\\n    \\u00227\\u0022: [927, 940, 823, 783, 912, 918, 918, 931],\\n    \\u00228\\u0022: [931, 918, 790, 807, 931, 918, 918, 931],\\n    \\u00229\\u0022: [931, 918, 790, 807, 931, 918, 918, 931],\\n    \\u002210\\u0022: [931, 918, 790, 807, 1099, 1100, 1100, 1096],\\n    \\u002211\\u0022: [793, 804, 804, 793, 798, 769, 936, 967],\\n    \\u002212\\u0022: [798, 769, 769, 798, 798, 769, 936, 967],\\n    \\u002213\\u0022: [798, 769, 769, 798, 798, 787, 938, 945],\\n    \\u002213A\\u0022: [802, 759, 757, 776, 1065, 1109, 1105, 1093],\\n    \\u002215\\u0022: [776, 784, 784, 776, 1065, 1109, 1109, 1065],\\n    \\u002216\\u0022: [776, 772, 767, 799, 1093, 1105, 1109, 1065],\\n    \\u002217\\u0022: [808, 790, 794, 785, 871, 1121, 1118, 1104],\\n    \\u002218\\u0022: [728, 745, 745, 728, 785, 794, 1121, 1078],\\n    \\u002219\\u0022: [728, 745, 745, 728, 785, 794, 1121, 1078],\\n    \\u002220\\u0022: [728, 745, 745, 755, 808, 790, 794, 785],\\n    \\u002221\\u0022: [755, 745, 745, 728, 1078, 1097, 1100, 1107],\\n    \\u002222\\u0022: [728, 745, 745, 752, 1107, 1100, 1097, 1078],\\n    \\u002223\\u0022: [746, 745, 745, 728, 970, 982, 979, 986],\\n    \\u002223A\\u0022: [728, 745, 745, 746, 986, 979, 982, 970],\\n    \\u002225\\u0022: [663, 663, 667, 654, 922, 950, 947, 933],\\n    \\u002226\\u0022: [654, 667, 667, 654, 922, 950, 950, 922],\\n    \\u002227\\u0022: [654, 667, 667, 654, 922, 950, 950, 922],\\n    \\u002228\\u0022: [679, 658, 654, 679, 949, 933, 936, 914],\\n    \\u002229\\u0022: [679, 669, 666, 679, 856, 831, 835, 856],\\n    \\u002230\\u0022: [679, 669, 669, 679, 856, 835, 835, 856],\\n    \\u002231\\u0022: [659, 677, 681, 662, 830, 844, 855, 816],\\n    \\u002232\\u0022: [666, 679, 679, 666, 816, 856, 856, 816],\\n    \\u002233\\u0022: [666, 679, 679, 666, 816, 856, 856, 816],\\n    \\u002233A\\u0022: [666, 679, 679, 666, 810, 831, 831, 810],\\n    50: [1170, \\u0022N.A.\\u0022, 1156, \\u0022N.A.\\u0022, 640, 636, 638, 652],\\n    51: [1284, \\u0022N.A.\\u0022, 1353, \\u0022N.A.\\u0022, 755, 752, 748, 726],\\n    52: [1284, \\u0022N.A.\\u0022, 1284, \\u0022N.A.\\u0022, 726, 748, 748, 726],\\n    53: [1353, \\u0022N.A.\\u0022, 1284, \\u0022N.A.\\u0022, 726, 748, 752, 755],\\n    54: [1368, \\u0022N.A.\\u0022, 1217, \\u0022N.A.\\u0022, 1347, \\u0022N.A.\\u0022, 1347, \\u0022N.A.\\u0022],\\n    55: [1368, \\u0022N.A.\\u0022, 1181, \\u0022N.A.\\u0022, 1347, \\u0022N.A.\\u0022, 1347, \\u0022N.A.\\u0022],\\n    56: [1346, \\u0022N.A.\\u0022, 1181, \\u0022N.A.\\u0022, 1630, \\u0022N.A.\\u0022, 1630, \\u0022N.A.\\u0022],\\n    57: [802, 759, 757, 776, 1605, \\u0022N.A.\\u0022, 1633, \\u0022N.A.\\u0022],\\n    58: [776, 784, 784, 776, 1650, \\u0022N.A.\\u0022, 1605, \\u0022N.A.\\u0022],\\n    59: [808, 790, 794, 785, 1628, \\u0022N.A.\\u0022, 1654, \\u0022N.A.\\u0022],\\n    60: [728, 745, 745, 728, 1180, \\u0022N.A.\\u0022, 1627, \\u0022N.A.\\u0022],\\n    61: [728, 745, 745, 755, 1202, \\u0022N.A.\\u0022, 1180, \\u0022N.A.\\u0022],\\n    62: [755, 745, 745, 728, 1602, \\u0022N.A.\\u0022, 1630, \\u0022N.A.\\u0022],\\n    63: [728, 745, 745, 752, 1630, \\u0022N.A.\\u0022, 1602, \\u0022N.A.\\u0022]\\n  };\\n\\n  if (fieldname1 === 1 && fieldname2 === 40) {\\n    return GFA[50][unit];\\n  } else if (fieldname1 === 3 && fieldname3 === 35) {\\n    return GFA[51][unit];\\n  } else if ((fieldname1 === 4 || fieldname1 === 5) && fieldname3 === 35) {\\n    return GFA[52][unit];\\n  } else if (fieldname1 === 6 && fieldname3 === 35) {\\n    return GFA[53][unit];\\n  } else if (fieldname1 === 7 && fieldname4 === 42) {\\n    return GFA[54][unit];\\n  } else if ((fieldname1 === 8 || fieldname1 === 9) && fieldname4 === 42) {\\n    return GFA[55][unit];\\n  } else if (fieldname1 === 10 && fieldname4 === 42) {\\n    return GFA[56][unit];\\n  } else if (fieldname1 === \\u002213A\\u0022 && fieldname2 === 40) {\\n    return GFA[57][unit];\\n  } else if ((fieldname1 === 15 || fieldname1 === 16) && fieldname2 === 40) {\\n    return GFA[58][unit];\\n  } else if (fieldname1 === 17 && fieldname2 === 40) {\\n    return GFA[59][unit];\\n  } else if ((fieldname1 === 18 || fieldname1 === 19) && fieldname2 === 40) {\\n    return GFA[60][unit];\\n  } else if (fieldname1 === 20 && fieldname2 === 40) {\\n    return GFA[61][unit];\\n  } else if (fieldname1 === 21 && fieldname6 === 36) {\\n    return GFA[62][unit];\\n  } else if (fieldname1 === 22 && fieldname6 === 36) {\\n    return GFA[63][unit];\\n  } else {\\n    return GFA[fieldname1][unit];\\n  }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":false,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname18\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":15,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Lucky\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname2 + fieldname3 + fieldname4 + fieldname5 + fieldname6 + fieldname7 + fieldname8 + fieldname9 + fieldname10;\\n    const LUCKY = [8,18,28,38,48,58,68];\\n    if (LUCKY.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname19\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":16,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Haunted Flat 1\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname2;\\n    const HAUNTEDFLAT = ['1D9', '19A26'];\\n    if (HAUNTEDFLAT.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname24\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":17,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Haunted Flat 2\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname3;\\n    const HAUNTEDFLAT = ['4G29', '27B9'];\\n    if (HAUNTEDFLAT.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname25\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":18,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Haunted Flat 3\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname4;\\n    const HAUNTEDFLAT = ['8G30'];\\n    if (HAUNTEDFLAT.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname26\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":19,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Haunted Flat 4\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname5;\\n    const HAUNTEDFLAT = ['13E17'];\\n    if (HAUNTEDFLAT.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname27\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":20,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Haunted Flat 5\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname6;\\n    const HAUNTEDFLAT = ['22A5'];\\n    if (HAUNTEDFLAT.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname28\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":21,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Haunted Flat 6\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname8;\\n    const HAUNTEDFLAT = ['33G28'];\\n    if (HAUNTEDFLAT.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname21\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":22,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Property Age\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"small\",\"eq\":\"(function(){\\n  var AGE = {\\n    \\u00221\\u0022: 32.83333333,\\n    \\u00222\\u0022: 32.83333333,\\n    \\u00223\\u0022: 32.83333333,\\n    \\u00224\\u0022: 32.83333333,\\n    \\u00225\\u0022: 32.83333333,\\n    \\u00226\\u0022: 32.5,\\n    \\u00227\\u0022: 31.91666667,\\n    \\u00228\\u0022: 31.91666667,\\n    \\u00229\\u0022: 31.91666667,\\n    \\u002210\\u0022: 31.91666667,\\n    \\u002211\\u0022: 31.91666667,\\n    \\u002212\\u0022: 31.91666667,\\n    \\u002213\\u0022: 31.91666667,\\n    \\u002213A\\u0022: 31.16666667,\\n    \\u002215\\u0022: 31.16666667,\\n    \\u002216\\u0022: 31.16666667,\\n    \\u002217\\u0022: 30.75,\\n    \\u002218\\u0022: 30.75,\\n    \\u002219\\u0022: 30.58333333,\\n    \\u002220\\u0022: 30.58333333,\\n    \\u002221\\u0022: 30.75,\\n    \\u002222\\u0022: 30.58333333,\\n    \\u002223\\u0022: 30.58333333,\\n    \\u002223A\\u0022: 30.58333333,\\n    \\u002225\\u0022: 29.5,\\n    \\u002226\\u0022: 29.5,\\n    \\u002227\\u0022: 29.5,\\n    \\u002228\\u0022: 29.5,\\n    \\u002229\\u0022: 29.75,\\n    \\u002230\\u0022: 29.75,\\n    \\u002231\\u0022: 29.75,\\n    \\u002232\\u0022: 29.5,\\n    \\u002233\\u0022: 29.5,\\n    \\u002233A\\u0022: 29.5\\n  };\\n  return PREC(AGE[fieldname1], 1);\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":false,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname22\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":23,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Good Orientation\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13;\\n    const GOODORIENTATION = ['7E', '7F', '8E', '8F', '9E', '9F', '10E', '10F', '11E', '11F', '12E', '12F', '13E', '13F', '13AE', '13AF', '15E', '15F', '16E', '16F', '17E', '17F', '18E', '18F', '19E', '19F', '20E', '20F', '21E', '21F', '22E', '22F', '23E', '23F', '23AE', '23AF', '25G', '25H', '26G', '26H', '27G', '27H', '28G', '28H', '29E', '29F', '30E', '30F', '31E', '31F', '32E', '32F', '33E', '33F', '33AE', '33AF'];\\n    if (GOODORIENTATION.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname23\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":24,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Bad Orientation\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13;\\n    const BADORIENTATION = ['1A', '1B', '1C', '1D', '2A', '2B', '2C', '2D', '3A', '3B', '4A', '4B', '5A', '5B', '6A', '6B', '7G', '7H', '8G', '8H', '9G', '9H', '10G', '10H', '11C', '11D', '12C', '12D', '13C', '13D', '13AA', '13AB', '13AC', '13AD', '15A', '15B', '15C', '15D', '16A', '16B', '16C', '16D', '17A', '17B', '17C', '17D', '18A', '18B', '18C', '18D', '19A', '19B', '19C', '19D', '20A', '20B', '20C', '20D', '21C', '21D', '22C', '22D', '23A', '23B', '23AA', '23AB', '25A', '25B', '26A', '26B', '27A', '27B', '28A', '28B', '29C', '29D', '30C', '30D', '31C', '31D', '32C', '32D', '33C', '33D', '33AC', '33AD'];\\n    if (BADORIENTATION.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname29\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":25,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Seaview 1\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13;\\n    const SEAVIEW = ['1A', '1G', '1H', '7A', '7E', '7F', '7G', '7H', '8A', '8B', '8E', '8F', '8G', '8H', '9A', '9B', '9E', '9F', '9G', '9H', '10A', '10B', '10E', '10F', '10G', '10H', '12G', '12H', '13G', '13H', '13AA', '13AE', '13AF', '13AG', '13AH', '15E', '15F', '15G', '15H', '16E', '16F', '16G', '16H', '17E', '17F', '17G', '17H', '18G', '18H', '19G', '19H', '21A', '21E', '21F', '21G', '21H', '22E', '22F', '22G', '22H', '23G', '23H', '23AG', '23AH'];\\n    if (SEAVIEW.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname30\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":26,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Seaview 2\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname7;\\n    const HAUNTEDFLAT = ['23E18', '23E19', '23E20', '23E21', '23E22', '23E23', '23E24', '23E25', '23E26', '23E27', '23E28', '23E29', '23E30', '23E31', '23E32', '23E33', '23E34', '23E35', '23E36', '23E37', '23E38', '23E39', '23F18', '23F19', '23F20', '23F21', '23F22', '23F23', '23F24', '23F25', '23F26', '23F27', '23F28', '23F29', '23F30', '23F31', '23F32', '23F33', '23F34', '23F35', '23F36', '23F37', '23F38', '23F39'];\\n    if (HAUNTEDFLAT.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname31\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":27,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Typhoon Shelter View\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13;\\n    const TYPHOON = ['1B', '1C', '1D', '2A', '2B', '2C', '2D', '3A', '3B', '3C', '3D', '4A', '4B', '4C', '4D', '5A', '5B', '5C', '5D', '6A', '6B', '6C', '6D', '7B', '7C', '7D', '11A', '11B', '11C'];\\n    if (TYPHOON.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname32\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":28,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Cemetery View 1\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13;\\n    const CEMETERY = ['1B', '1C', '1D', '2C', '2D', '3B', '3C', '3D', '4B', '4C', '4D', '5B', '5C', '5D', '6B', '6C', '6D', '7B', '7C', '7D'];\\n    if (CEMETERY.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname33\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":29,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Cemetery View 2\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname2;\\n    const CEMETERY = ['17C21', '17C22', '17C23', '17C24', '17C25', '17C26', '17C27', '17C28', '17C29', '17C30', '17C31', '17C32', '17C33', '17C34', '17C35', '17C36', '17C37', '17C38', '17C39', '17C40', '17D21', '17D22', '17D23', '17D24', '17D25', '17D26', '17D27', '17D28', '17D29', '17D30', '17D31', '17D32', '17D33', '17D34', '17D35', '17D36', '17D37', '17D38', '17D39', '17D40', '18A21', '18A22', '18A23', '18A24', '18A25', '18A26', '18A27', '18A28', '18A29', '18A30', '18A31', '18A32', '18A33', '18A34', '18A35', '18A36', '18A37', '18A38', '18A39', '18A40',\\n'18B21', '18B22', '18B23', '18B24', '18B25', '18B26', '18B27', '18B28', '18B29', '18B30', '18B31', '18B32', '18B33', '18B34', '18B35', '18B36', '18B37', '18B38', '18B39', '18B40', '18C21', '18C22', '18C23', '18C24', '18C25', '18C26', '18C27', '18C28', '18C29', '18C30', '18C31', '18C32', '18C33', '18C34', '18C35', '18C36', '18C37', '18C38', '18C39', '18C40', '18D21', '18D22', '18D23', '18D24', '18D25', '18D26', '18D27', '18D28', '18D29', '18D30', '18D31', '18D32', '18D33', '18D34', '18D35', '18D36', '18D37', '18D38', '18D39', '18D40', '19A21', '19A22', '19A23', '19A24', '19A25', '19A26', '19A27', '19A28', '19A29', '19A30', '19A31', '19A32', '19A33', '19A34', '19A35', '19A36', '19A37', '19A38', '19A39', '19A40', '19B21', '19B22', '19B23', '19B24', '19B25', '19B26', '19B27', '19B28', '19B29', '19B30', '19B31', '19B32', '19B33', '19B34', '19B35', '19B36', '19B37', '19B38', '19B39', '19B40', '20A21', '20A22', '20A23', '20A24', '20A25', '20A26', '20A27', '20A28', '20A29', '20A30', '20A31', '20A32', '20A33', '20A34', '20A35', '20A36', '20A37', '20A38', '20A39', '20A40', '20B21', '20B22', '20B23', '20B24', '20B25', '20B26', '20B27', '20B28', '20B29', '20B30', '20B31', '20B32', '20B33', '20B34', '20B35', '20B36', '20B37', '20B38', '20B39', '20B40'];\\n    if (CEMETERY.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname34\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":30,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"GardenView 1\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13;\\n    const GARDENVIEW = ['2E', '2F', '2G', '2H', '3E', '3F', '3G', '3H', '4E', '4F', '4G', '4H', '5E', '5F', '5G', '5H', '6E', '6F', '8C', '8D', '9C', '9D', '10C', '10D', '11D', '11E', '11F', '11G', '11H', '12A', '12B', '12C', '12D', '12E', '12F', '13A', '13B', '13C', '13D', '13AC', '13AD', '15A', '15B', '15C', '15D', '16A', '16B', '16C', '16D', '17A', '17B', '18E', '18F', '19E', '19F', '20E', '20F', '20G', '20H', '21B', '21C', '21D', '22A', '22B', '22C', '22D', '23A', '23B', '23C', '23D', '23AA', '23AB', '23AC', '23AD', '25C', '25D', '26A', '26B', '26C', '26D', '27A', '27B', '27C', '27D', '28A', '28B', '29G', '29H', '30E', '30F', '30G', '30H', '31E', '31F', '31G', '31H', '32A', '32B', '32C', '32D', '32E', '32F', '32G', '32H', '33A', '33B', '33C', '33D', '33E', '33F', '33G', '33H', '33AA', '33AB', '33AC', '33AD'];\\n    if (GARDENVIEW.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname35\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":31,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"GardenView 2\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname2;\\n    const GARDENVIEW = ['17C1', '17C2', '17C3', '17C4', '17C5', '17C6', '17C7', '17C8', '17C9', '17C10', '17C11', '17C12', '17C13', '17C14', '17C15', '17C16', '17C17', '17C18', '17C19', '17C20', '17D1', '17D2', '17D3', '17D4', '17D5', '17D6', '17D7', '17D8', '17D9', '17D10', '17D11', '17D12', '17D13', '17D14', '17D15', '17D16', '17D17', '17D18', '17D19', '17D20', '18A1', '18A2', '18A3', '18A4', '18A5', '18A6', '18A7', '18A8', '18A9', '18A10', '18A11', '18A12', '18A13', '18A14', '18A15', '18A16', '18A17', '18A18', '18A19', '18A20', '18B1', '18B2', '18B3', '18B4', '18B5', '18B6', '18B7', '18B8', '18B9', '18B10', '18B11', '18B12', '18B13', '18B14', '18B15', '18B16', '18B17', '18B18', '18B19', '18B20', '18C1', '18C2', '18C3', '18C4', '18C5', '18C6', '18C7', '18C8', '18C9', '18C10', '18C11', '18C12', '18C13', '18C14', '18C15', '18C16', '18C17', '18C18', '18C19', '18C20', '18D1', '18D2', '18D3', '18D4', '18D5', '18D6', '18D7', '18D8', '18D9', '18D10', '18D11', '18D12', '18D13', '18D14', '18D15', '18D16', '18D17', '18D18', '18D19', '18D20', '19A1', '19A2', '19A3', '19A4', '19A5', '19A6', '19A7', '19A8', '19A9', '19A10', '19A11', '19A12', '19A13', '19A14', '19A15', '19A16', '19A17', '19A18', '19A19', '19A20', '19B1', '19B2', '19B3', '19B4', '19B5', '19B6', '19B7', '19B8', '19B9', '19B10', '19B11', '19B12', '19B13', '19B14', '19B15', '19B16', '19B17', '19B18', '19B19', '19B20', '20A1', '20A2', '20A3', '20A4', '20A5', '20A6', '20A7', '20A8', '20A9', '20A10', '20A11', '20A12', '20A13', '20A14', '20A15', '20A16', '20A17', '20A18', '20A19', '20A20', '20B1', '20B2', '20B3', '20B4', '20B5', '20B6', '20B7', '20B8', '20B9', '20B10', '20B11', '20B12', '20B13', '20B14', '20B15', '20B16', '20B17', '20B18', '20B19', '20B20'];\\n    if (GARDENVIEW.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname36\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":32,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"GardenView 3\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname9;\\n    const GARDENVIEW = ['29E1', '29E2', '29E3', '29E4', '29E5', '29E6', '29E7', '29E8', '29E9', '29E10', '29E11', '29F1', '29F2', '29F3', '29F4', '29F5', '29F6', '29F7', '29F8', '29F9', '29F10', '29F11'];\\n    if (GARDENVIEW.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname37\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":33,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"HFS 1\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname2;\\n    const HFS = ['1A9', '1B9', '1C9', '1D9', '1E9', '1F9', '1G9', '1H9', '19A26', '19B26', '19C26', '19D26', '19E26', '19F26', '19G26', '19H26'];\\n    if (HFS.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname38\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":34,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"HFS 2\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname3;\\n    const HFS = ['4A29', '4B29', '4C29', '4D29', '4E29', '4F29', '4G29', '4H29', '27A9', '27B9', '27C9', '27D9', '27E9', '27F9', '27G9', '27H9'];\\n    if (HFS.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname39\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":35,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"HFS 3\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname4;\\n    const HFS = ['8A27', '8B27', '8C27', '8D27', '8E27', '8F27', '8G27', '8H27', '8A30', '8B30', '8C30', '8D30', '8E30', '8F30', '8G30', '8H30', '10A14', '10B14', '10C14', '10D14', '10E14', '10F14', '10G14', '10H14'];\\n    if (HFS.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname40\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":36,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"HFS 4\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname5;\\n    const HFS = ['13A17', '13B17', '13C17', '13D17', '13E17', '13F17', '13G17', '13H17'];\\n    if (HFS.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname41\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":37,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"HFS 5\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname6;\\n    const HFS = ['21A5', '21B5', '21C5', '21D5', '21E5', '21F5', '21G5', '21H5', '22A5', '22B5', '22C5', '22D5', '22E5', '22F5', '22G5', '22H5'];\\n    if (HFS.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname42\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":38,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"HFS 6\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname8;\\n    const HFS = ['28A5', '28B5', '28C5', '28D5', '28E5', '28F5', '28G5', '28H5', '28A23', '28B23', '28C23', '28D23', '28E23', '28F23', '28G23', '28H23', '33A28', '33B28', '33C28', '33D28', '33E28', '33F28', '33G28', '33H28'];\\n    if (HFS.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname43\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":39,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"HFS 7\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname9;\\n    const HFS = ['29A27', '29B27', '29C27', '29D27', '29E27', '29F27', '29G27', '29H27'];\\n    if (HFS.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname44\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":40,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Seaside Block 1\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname4;\\n    const SEASIDE = ['7A1', '7B1', '7C1', '7D1', '7E1', '7F1', '7G1', '7H1', '7A2', '7B2', '7C2', '7D2', '7E2', '7F2', '7G2', '7H2', '7A3', '7B3', '7C3', '7D3', '7E3', '7F3', '7G3', '7H3', '7A4', '7B4', '7C4', '7D4', '7E4', '7F4', '7G4', '7H4', '7A5', '7B5', '7C5', '7D5', '7E5', '7F5', '7G5', '7H5', '7A6', '7B6', '7C6', '7D6', '7E6', '7F6', '7G6', '7H6', '7A7', '7B7', '7C7', '7D7', '7E7', '7F7', '7G7', '7H7', '7A8', '7B8', '7C8', '7D8', '7E8', '7F8', '7G8', '7H8', '7A9', '7B9', '7C9', '7D9', '7E9', '7F9', '7G9', '7H9', '7A10', '7B10', '7C10', '7D10', '7E10', '7F10', '7G10', '7H10', '7A11', '7B11', '7C11', '7D11', '7E11', '7F11', '7G11', '7H11', '7A12', '7B12', '7C12', '7D12', '7E12', '7F12', '7G12', '7H12', '7A13', '7B13', '7C13', '7D13', '7E13', '7F13', '7G13', '7H13', '7A14', '7B14', '7C14', '7D14', '7E14', '7F14', '7G14', '7H14', '7A15', '7B15', '7C15', '7D15', '7E15', '7F15', '7G15', '7H15', '7A16', '7B16', '7C16', '7D16', '7E16', '7F16', '7G16', '7H16', '7A17', '7B17', '7C17', '7D17', '7E17', '7F17', '7G17', '7H17', '7A18', '7B18', '7C18', '7D18', '7E18', '7F18', '7G18', '7H18', '7A19', '7B19', '7C19', '7D19', '7E19', '7F19', '7G19', '7H19', '7A20', '7B20', '7C20', '7D20', '7E20', '7F20', '7G20', '7H20', '7A21', '7B21', '7C21', '7D21', '7E21', '7F21', '7G21', '7H21', '7A22', '7B22', '7C22', '7D22', '7E22', '7F22', '7G22', '7H22', '7A23', '7B23', '7C23', '7D23', '7E23', '7F23', '7G23', '7H23', '7A24', '7B24', '7C24', '7D24', '7E24', '7F24', '7G24', '7H24', '7A25', '7B25', '7C25', '7D25', '7E25', '7F25', '7G25', '7H25', '7A26', '7B26', '7C26', '7D26', '7E26', '7F26', '7G26', '7H26', '7A27', '7B27', '7C27', '7D27', '7E27', '7F27', '7G27', '7H27', '7A28', '7B28', '7C28', '7D28', '7E28', '7F28', '7G28', '7H28', '7A29', '7B29', '7C29', '7D29', '7E29', '7F29', '7G29', '7H29', '7A30', '7B30', '7C30', '7D30', '7E30', '7F30', '7G30', '7H30', '7A31', '7B31', '7C31', '7D31', '7E31', '7F31', '7G31', '7H31', '7A32', '7B32', '7C32', '7D32', '7E32', '7F32', '7G32', '7H32', '7A33', '7B33', '7C33', '7D33', '7E33', '7F33', '7G33', '7H33', '7A34', '7B34', '7C34', '7D34', '7E34', '7F34', '7G34', '7H34', '7A35', '7B35', '7C35', '7D35', '7E35', '7F35', '7G35', '7H35', '7A36', '7B36', '7C36', '7D36', '7E36', '7F36', '7G36', '7H36', '7A37', '7B37', '7C37', '7D37', '7E37', '7F37', '7G37', '7H37', '7A38', '7B38', '7C38', '7D38', '7E38', '7F38', '7G38', '7H38', '7A39', '7B39', '7C39', '7D39', '7E39', '7F39', '7G39', '7H39', '7A40', '7B40', '7C40', '7D40', '7E40', '7F40', '7G40', '7H40', '7A41', '7B41', '7C41', '7D41', '7E41', '7F41', '7G41', '7H41', '7A42', '7C42', '7E42', '7G42', '8A1', '8B1', '8C1', '8D1', '8E1', '8F1', '8G1', '8H1', '8A2', '8B2', '8C2', '8D2', '8E2', '8F2', '8G2', '8H2', '8A3', '8B3', '8C3', '8D3', '8E3', '8F3', '8G3', '8H3', '8A4', '8B4', '8C4', '8D4', '8E4', '8F4', '8G4', '8H4', '8A5', '8B5', '8C5', '8D5', '8E5', '8F5', '8G5', '8H5', '8A6', '8B6', '8C6', '8D6', '8E6', '8F6', '8G6', '8H6', '8A7', '8B7', '8C7', '8D7', '8E7', '8F7', '8G7', '8H7', '8A8', '8B8', '8C8', '8D8', '8E8', '8F8', '8G8', '8H8', '8A9', '8B9', '8C9', '8D9', '8E9', '8F9', '8G9', '8H9', '8A10', '8B10', '8C10', '8D10', '8E10', '8F10', '8G10', '8H10', '8A11', '8B11', '8C11', '8D11', '8E11', '8F11', '8G11', '8H11', '8A12', '8B12', '8C12', '8D12', '8E12', '8F12', '8G12', '8H12', '8A13', '8B13', '8C13', '8D13', '8E13', '8F13', '8G13', '8H13', '8A14', '8B14', '8C14', '8D14', '8E14', '8F14', '8G14', '8H14', '8A15', '8B15', '8C15', '8D15', '8E15', '8F15', '8G15', '8H15', '8A16', '8B16', '8C16', '8D16', '8E16', '8F16', '8G16', '8H16', '8A17', '8B17', '8C17', '8D17', '8E17', '8F17', '8G17', '8H17', '8A18', '8B18', '8C18', '8D18', '8E18', '8F18', '8G18', '8H18', '8A19', '8B19', '8C19', '8D19', '8E19', '8F19', '8G19', '8H19', '8A20', '8B20', '8C20', '8D20', '8E20', '8F20', '8G20', '8H20', '8A21', '8B21', '8C21', '8D21', '8E21', '8F21', '8G21', '8H21', '8A22', '8B22', '8C22', '8D22', '8E22', '8F22', '8G22', '8H22', '8A23', '8B23', '8C23', '8D23', '8E23', '8F23', '8G23', '8H23', '8A24', '8B24', '8C24', '8D24', '8E24', '8F24', '8G24', '8H24', '8A25', '8B25', '8C25', '8D25', '8E25', '8F25', '8G25', '8H25', '8A26', '8B26', '8C26', '8D26', '8E26', '8F26', '8G26', '8H26', '8A27', '8B27', '8C27', '8D27', '8E27', '8F27', '8G27', '8H27', '8A28', '8B28', '8C28', '8D28', '8E28', '8F28', '8G28', '8H28', '8A29', '8B29', '8C29', '8D29', '8E29', '8F29', '8G29', '8H29', '8A30', '8B30', '8C30', '8D30', '8E30', '8F30', '8G30', '8H30', '8A31', '8B31', '8C31', '8D31', '8E31', '8F31', '8G31', '8H31', '8A32', '8B32', '8C32', '8D32', '8E32', '8F32', '8G32', '8H32', '8A33', '8B33', '8C33', '8D33', '8E33', '8F33', '8G33', '8H33', '8A34', '8B34', '8C34', '8D34', '8E34', '8F34', '8G34', '8H34', '8A35', '8B35', '8C35', '8D35', '8E35', '8F35', '8G35', '8H35', '8A36', '8B36', '8C36', '8D36', '8E36', '8F36', '8G36', '8H36', '8A37', '8B37', '8C37', '8D37', '8E37', '8F37', '8G37', '8H37', '8A38', '8B38', '8C38', '8D38', '8E38', '8F38', '8G38', '8H38', '8A39', '8B39', '8C39', '8D39', '8E39', '8F39', '8G39', '8H39', '8A40', '8B40', '8C40', '8D40', '8E40', '8F40', '8G40', '8H40', '8A41', '8B41', '8C41', '8D41', '8E41', '8F41', '8G41', '8H41', '8A42', '8C42', '8E42', '8G42', '9A1', '9B1', '9C1', '9D1', '9E1', '9F1', '9G1', '9H1', '9A2', '9B2', '9C2', '9D2', '9E2', '9F2', '9G2', '9H2', '9A3', '9B3', '9C3', '9D3', '9E3', '9F3', '9G3', '9H3', '9A4', '9B4', '9C4', '9D4', '9E4', '9F4', '9G4', '9H4', '9A5', '9B5', '9C5', '9D5', '9E5', '9F5', '9G5', '9H5', '9A6', '9B6', '9C6', '9D6', '9E6', '9F6', '9G6', '9H6', '9A7', '9B7', '9C7', '9D7', '9E7', '9F7', '9G7', '9H7', '9A8', '9B8', '9C8', '9D8', '9E8', '9F8', '9G8', '9H8', '9A9', '9B9', '9C9', '9D9', '9E9', '9F9', '9G9', '9H9', '9A10', '9B10', '9C10', '9D10', '9E10', '9F10', '9G10', '9H10', '9A11', '9B11', '9C11', '9D11', '9E11', '9F11', '9G11', '9H11', '9A12', '9B12', '9C12', '9D12', '9E12', '9F12', '9G12', '9H12', '9A13', '9B13', '9C13', '9D13', '9E13', '9F13', '9G13', '9H13', '9A14', '9B14', '9C14', '9D14', '9E14', '9F14', '9G14', '9H14', '9A15', '9B15', '9C15', '9D15', '9E15', '9F15', '9G15', '9H15', '9A16', '9B16', '9C16', '9D16', '9E16', '9F16', '9G16', '9H16', '9A17', '9B17', '9C17', '9D17', '9E17', '9F17', '9G17', '9H17', '9A18', '9B18', '9C18', '9D18', '9E18', '9F18', '9G18', '9H18', '9A19', '9B19', '9C19', '9D19', '9E19', '9F19', '9G19', '9H19', '9A20', '9B20', '9C20', '9D20', '9E20', '9F20', '9G20', '9H20', '9A21', '9B21', '9C21', '9D21', '9E21', '9F21', '9G21', '9H21', '9A22', '9B22', '9C22', '9D22', '9E22', '9F22', '9G22', '9H22', '9A23', '9B23', '9C23', '9D23', '9E23', '9F23', '9G23', '9H23', '9A24', '9B24', '9C24', '9D24', '9E24', '9F24', '9G24', '9H24', '9A25', '9B25', '9C25', '9D25', '9E25', '9F25', '9G25', '9H25', '9A26', '9B26', '9C26', '9D26', '9E26', '9F26', '9G26', '9H26', '9A27', '9B27', '9C27', '9D27', '9E27', '9F27', '9G27', '9H27', '9A28', '9B28', '9C28', '9D28', '9E28', '9F28', '9G28', '9H28', '9A29', '9B29', '9C29', '9D29', '9E29', '9F29', '9G29', '9H29', '9A30', '9B30', '9C30', '9D30', '9E30', '9F30', '9G30', '9H30', '9A31', '9B31', '9C31', '9D31', '9E31', '9F31', '9G31', '9H31', '9A32', '9B32', '9C32', '9D32', '9E32', '9F32', '9G32', '9H32', '9A33', '9B33', '9C33', '9D33', '9E33', '9F33', '9G33', '9H33', '9A34', '9B34', '9C34', '9D34', '9E34', '9F34', '9G34', '9H34', '9A35', '9B35', '9C35', '9D35', '9E35', '9F35', '9G35', '9H35', '9A36', '9B36', '9C36', '9D36', '9E36', '9F36', '9G36', '9H36', '9A37', '9B37', '9C37', '9D37', '9E37', '9F37', '9G37', '9H37', '9A38', '9B38', '9C38', '9D38', '9E38', '9F38', '9G38', '9H38', '9A39', '9B39', '9C39', '9D39', '9E39', '9F39', '9G39', '9H39', '9A40', '9B40', '9C40', '9D40', '9E40', '9F40', '9G40', '9H40', '9A41', '9B41', '9C41', '9D41', '9E41', '9F41', '9G41', '9H41', '9A42', '9C42', '9E42', '9G42', '10A1', '10B1', '10C1', '10D1', '10E1', '10F1', '10G1', '10H1', '10A2', '10B2', '10C2', '10D2', '10E2', '10F2', '10G2', '10H2', '10A3', '10B3', '10C3', '10D3', '10E3', '10F3', '10G3', '10H3', '10A4', '10B4', '10C4', '10D4', '10E4', '10F4', '10G4', '10H4', '10A5', '10B5', '10C5', '10D5', '10E5', '10F5', '10G5', '10H5', '10A6', '10B6', '10C6', '10D6', '10E6', '10F6', '10G6', '10H6', '10A7', '10B7', '10C7', '10D7', '10E7', '10F7', '10G7', '10H7', '10A8', '10B8', '10C8', '10D8', '10E8', '10F8', '10G8', '10H8', '10A9', '10B9', '10C9', '10D9', '10E9', '10F9', '10G9', '10H9', '10A10', '10B10', '10C10', '10D10', '10E10', '10F10', '10G10', '10H10', '10A11', '10B11', '10C11', '10D11', '10E11', '10F11', '10G11', '10H11', '10A12', '10B12', '10C12', '10D12', '10E12', '10F12', '10G12', '10H12', '10A13', '10B13', '10C13', '10D13', '10E13', '10F13', '10G13', '10H13', '10A14', '10B14', '10C14', '10D14', '10E14', '10F14', '10G14', '10H14', '10A15', '10B15', '10C15', '10D15', '10E15', '10F15', '10G15', '10H15', '10A16', '10B16', '10C16', '10D16', '10E16', '10F16', '10G16', '10H16', '10A17', '10B17', '10C17', '10D17', '10E17', '10F17', '10G17', '10H17', '10A18', '10B18', '10C18', '10D18', '10E18', '10F18', '10G18', '10H18', '10A19', '10B19', '10C19', '10D19', '10E19', '10F19', '10G19', '10H19', '10A20', '10B20', '10C20', '10D20', '10E20', '10F20', '10G20', '10H20', '10A21', '10B21', '10C21', '10D21', '10E21', '10F21', '10G21', '10H21', '10A22', '10B22', '10C22', '10D22', '10E22', '10F22', '10G22', '10H22', '10A23', '10B23', '10C23', '10D23', '10E23', '10F23', '10G23', '10H23', '10A24', '10B24', '10C24', '10D24', '10E24', '10F24', '10G24', '10H24', '10A25', '10B25', '10C25', '10D25', '10E25', '10F25', '10G25', '10H25', '10A26', '10B26', '10C26', '10D26', '10E26', '10F26', '10G26', '10H26', '10A27', '10B27', '10C27', '10D27', '10E27', '10F27', '10G27', '10H27', '10A28', '10B28', '10C28', '10D28', '10E28', '10F28', '10G28', '10H28', '10A29', '10B29', '10C29', '10D29', '10E29', '10F29', '10G29', '10H29', '10A30', '10B30', '10C30', '10D30', '10E30', '10F30', '10G30', '10H30', '10A31', '10B31', '10C31', '10D31', '10E31', '10F31', '10G31', '10H31', '10A32', '10B32', '10C32', '10D32', '10E32', '10F32', '10G32', '10H32', '10A33', '10B33', '10C33', '10D33', '10E33', '10F33', '10G33', '10H33', '10A34', '10B34', '10C34', '10D34', '10E34', '10F34', '10G34', '10H34', '10A35', '10B35', '10C35', '10D35', '10E35', '10F35', '10G35', '10H35', '10A36', '10B36', '10C36', '10D36', '10E36', '10F36', '10G36', '10H36', '10A37', '10B37', '10C37', '10D37', '10E37', '10F37', '10G37', '10H37', '10A38', '10B38', '10C38', '10D38', '10E38', '10F38', '10G38', '10H38', '10A39', '10B39', '10C39', '10D39', '10E39', '10F39', '10G39', '10H39', '10A40', '10B40', '10C40', '10D40', '10E40', '10F40', '10G40', '10H40', '10A41', '10B41', '10C41', '10D41', '10E41', '10F41', '10G41', '10H41', '10A42', '10C42', '10E42', '10G42'];\\n    if (SEASIDE.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname45\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":41,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Seaside Block 2\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname2;\\n    const SEASIDE = ['13AA1', '13AB1', '13AC1', '13AD1', '13AE1', '13AF1', '13AG1', '13AH1', '13AA2', '13AB2', '13AC2', '13AD2', '13AE2', '13AF2', '13AG2', '13AH2', '13AA3', '13AB3', '13AC3', '13AD3', '13AE3', '13AF3', '13AG3', '13AH3', '13AA4', '13AB4', '13AC4', '13AD4', '13AE4', '13AF4', '13AG4', '13AH4', '13AA5', '13AB5', '13AC5', '13AD5', '13AE5', '13AF5', '13AG5', '13AH5', '13AA6', '13AB6', '13AC6', '13AD6', '13AE6', '13AF6', '13AG6', '13AH6', '13AA7', '13AB7', '13AC7', '13AD7', '13AE7', '13AF7', '13AG7', '13AH7', '13AA8', '13AB8', '13AC8', '13AD8', '13AE8', '13AF8', '13AG8', '13AH8', '13AA9', '13AB9', '13AC9', '13AD9', '13AE9', '13AF9', '13AG9', '13AH9', '13AA10', '13AB10', '13AC10', '13AD10', '13AE10', '13AF10', '13AG10', '13AH10', '13AA11', '13AB11', '13AC11', '13AD11', '13AE11', '13AF11', '13AG11', '13AH11', '13AA12', '13AB12', '13AC12', '13AD12', '13AE12', '13AF12', '13AG12', '13AH12', '13AA13', '13AB13', '13AC13', '13AD13', '13AE13', '13AF13', '13AG13', '13AH13', '13AA14', '13AB14', '13AC14', '13AD14', '13AE14', '13AF14', '13AG14', '13AH14', '13AA15', '13AB15', '13AC15', '13AD15', '13AE15', '13AF15', '13AG15', '13AH15', '13AA16', '13AB16', '13AC16', '13AD16', '13AE16', '13AF16', '13AG16', '13AH16', '13AA17', '13AB17', '13AC17', '13AD17', '13AE17', '13AF17', '13AG17', '13AH17', '13AA18', '13AB18', '13AC18', '13AD18', '13AE18', '13AF18', '13AG18', '13AH18', '13AA19', '13AB19', '13AC19', '13AD19', '13AE19', '13AF19', '13AG19', '13AH19', '13AA20', '13AB20', '13AC20', '13AD20', '13AE20', '13AF20', '13AG20', '13AH20', '13AA21', '13AB21', '13AC21', '13AD21', '13AE21', '13AF21', '13AG21', '13AH21', '13AA22', '13AB22', '13AC22', '13AD22', '13AE22', '13AF22', '13AG22', '13AH22', '13AA23', '13AB23', '13AC23', '13AD23', '13AE23', '13AF23', '13AG23', '13AH23', '13AA24', '13AB24', '13AC24', '13AD24', '13AE24', '13AF24', '13AG24', '13AH24', '13AA25', '13AB25', '13AC25', '13AD25', '13AE25', '13AF25', '13AG25', '13AH25', '13AA26', '13AB26', '13AC26', '13AD26', '13AE26', '13AF26', '13AG26', '13AH26', '13AA27', '13AB27', '13AC27', '13AD27', '13AE27', '13AF27', '13AG27', '13AH27', '13AA28', '13AB28', '13AC28', '13AD28', '13AE28', '13AF28', '13AG28', '13AH28', '13AA29', '13AB29', '13AC29', '13AD29', '13AE29', '13AF29', '13AG29', '13AH29', '13AA30', '13AB30', '13AC30', '13AD30', '13AE30', '13AF30', '13AG30', '13AH30', '13AA31', '13AB31', '13AC31', '13AD31', '13AE31', '13AF31', '13AG31', '13AH31', '13AA32', '13AB32', '13AC32', '13AD32', '13AE32', '13AF32', '13AG32', '13AH32', '13AA33', '13AB33', '13AC33', '13AD33', '13AE33', '13AF33', '13AG33', '13AH33', '13AA34', '13AB34', '13AC34', '13AD34', '13AE34', '13AF34', '13AG34', '13AH34', '13AA35', '13AB35', '13AC35', '13AD35', '13AE35', '13AF35', '13AG35', '13AH35', '13AA36', '13AB36', '13AC36', '13AD36', '13AE36', '13AF36', '13AG36', '13AH36', '13AA37', '13AB37', '13AC37', '13AD37', '13AE37', '13AF37', '13AG37', '13AH37', '13AA38', '13AB38', '13AC38', '13AD38', '13AE38', '13AF38', '13AG38', '13AH38', '13AA39', '13AB39', '13AC39', '13AD39', '13AE39', '13AF39', '13AG39', '13AH39', '13AA40', '13AB40', '13AC40', '13AD40', '13AE40', '13AG40', '15A1', '15B1', '15C1', '15D1', '15E1', '15F1', '15G1', '15H1', '15A2', '15B2', '15C2', '15D2', '15E2', '15F2', '15G2', '15H2', '15A3', '15B3', '15C3', '15D3', '15E3', '15F3', '15G3', '15H3', '15A4', '15B4', '15C4', '15D4', '15E4', '15F4', '15G4', '15H4', '15A5', '15B5', '15C5', '15D5', '15E5', '15F5', '15G5', '15H5', '15A6', '15B6', '15C6', '15D6', '15E6', '15F6', '15G6', '15H6', '15A7', '15B7', '15C7', '15D7', '15E7', '15F7', '15G7', '15H7', '15A8', '15B8', '15C8', '15D8', '15E8', '15F8', '15G8', '15H8', '15A9', '15B9', '15C9', '15D9', '15E9', '15F9', '15G9', '15H9', '15A10', '15B10', '15C10', '15D10', '15E10', '15F10', '15G10', '15H10', '15A11', '15B11', '15C11', '15D11', '15E11', '15F11', '15G11', '15H11', '15A12', '15B12', '15C12', '15D12', '15E12', '15F12', '15G12', '15H12', '15A13', '15B13', '15C13', '15D13', '15E13', '15F13', '15G13', '15H13', '15A14', '15B14', '15C14', '15D14', '15E14', '15F14', '15G14', '15H14', '15A15', '15B15', '15C15', '15D15', '15E15', '15F15', '15G15', '15H15', '15A16', '15B16', '15C16', '15D16', '15E16', '15F16', '15G16', '15H16', '15A17', '15B17', '15C17', '15D17', '15E17', '15F17', '15G17', '15H17', '15A18', '15B18', '15C18', '15D18', '15E18', '15F18', '15G18', '15H18', '15A19', '15B19', '15C19', '15D19', '15E19', '15F19', '15G19', '15H19', '15A20', '15B20', '15C20', '15D20', '15E20', '15F20', '15G20', '15H20', '15A21', '15B21', '15C21', '15D21', '15E21', '15F21', '15G21', '15H21', '15A22', '15B22', '15C22', '15D22', '15E22', '15F22', '15G22', '15H22', '15A23', '15B23', '15C23', '15D23', '15E23', '15F23', '15G23', '15H23', '15A24', '15B24', '15C24', '15D24', '15E24', '15F24', '15G24', '15H24', '15A25', '15B25', '15C25', '15D25', '15E25', '15F25', '15G25', '15H25', '15A26', '15B26', '15C26', '15D26', '15E26', '15F26', '15G26', '15H26', '15A27', '15B27', '15C27', '15D27', '15E27', '15F27', '15G27', '15H27', '15A28', '15B28', '15C28', '15D28', '15E28', '15F28', '15G28', '15H28', '15A29', '15B29', '15C29', '15D29', '15E29', '15F29', '15G29', '15H29', '15A30', '15B30', '15C30', '15D30', '15E30', '15F30', '15G30', '15H30', '15A31', '15B31', '15C31', '15D31', '15E31', '15F31', '15G31', '15H31', '15A32', '15B32', '15C32', '15D32', '15E32', '15F32', '15G32', '15H32', '15A33', '15B33', '15C33', '15D33', '15E33', '15F33', '15G33', '15H33', '15A34', '15B34', '15C34', '15D34', '15E34', '15F34', '15G34', '15H34', '15A35', '15B35', '15C35', '15D35', '15E35', '15F35', '15G35', '15H35', '15A36', '15B36', '15C36', '15D36', '15E36', '15F36', '15G36', '15H36', '15A37', '15B37', '15C37', '15D37', '15E37', '15F37', '15G37', '15H37', '15A38', '15B38', '15C38', '15D38', '15E38', '15F38', '15G38', '15H38', '15A39', '15B39', '15C39', '15D39', '15E39', '15F39', '15G39', '15H39', '15A40', '15B40', '15C40', '15D40', '15E40', '15G40', '16A1', '16B1', '16C1', '16D1', '16E1', '16F1', '16G1', '16H1', '16A2', '16B2', '16C2', '16D2', '16E2', '16F2', '16G2', '16H2', '16A3', '16B3', '16C3', '16D3', '16E3', '16F3', '16G3', '16H3', '16A4', '16B4', '16C4', '16D4', '16E4', '16F4', '16G4', '16H4', '16A5', '16B5', '16C5', '16D5', '16E5', '16F5', '16G5', '16H5', '16A6', '16B6', '16C6', '16D6', '16E6', '16F6', '16G6', '16H6', '16A7', '16B7', '16C7', '16D7', '16E7', '16F7', '16G7', '16H7', '16A8', '16B8', '16C8', '16D8', '16E8', '16F8', '16G8', '16H8', '16A9', '16B9', '16C9', '16D9', '16E9', '16F9', '16G9', '16H9', '16A10', '16B10', '16C10', '16D10', '16E10', '16F10', '16G10', '16H10', '16A11', '16B11', '16C11', '16D11', '16E11', '16F11', '16G11', '16H11', '16A12', '16B12', '16C12', '16D12', '16E12', '16F12', '16G12', '16H12', '16A13', '16B13', '16C13', '16D13', '16E13', '16F13', '16G13', '16H13', '16A14', '16B14', '16C14', '16D14', '16E14', '16F14', '16G14', '16H14', '16A15', '16B15', '16C15', '16D15', '16E15', '16F15', '16G15', '16H15', '16A16', '16B16', '16C16', '16D16', '16E16', '16F16', '16G16', '16H16', '16A17', '16B17', '16C17', '16D17', '16E17', '16F17', '16G17', '16H17', '16A18', '16B18', '16C18', '16D18', '16E18', '16F18', '16G18', '16H18', '16A19', '16B19', '16C19', '16D19', '16E19', '16F19', '16G19', '16H19', '16A20', '16B20', '16C20', '16D20', '16E20', '16F20', '16G20', '16H20', '16A21', '16B21', '16C21', '16D21', '16E21', '16F21', '16G21', '16H21', '16A22', '16B22', '16C22', '16D22', '16E22', '16F22', '16G22', '16H22', '16A23', '16B23', '16C23', '16D23', '16E23', '16F23', '16G23', '16H23', '16A24', '16B24', '16C24', '16D24', '16E24', '16F24', '16G24', '16H24', '16A25', '16B25', '16C25', '16D25', '16E25', '16F25', '16G25', '16H25', '16A26', '16B26', '16C26', '16D26', '16E26', '16F26', '16G26', '16H26', '16A27', '16B27', '16C27', '16D27', '16E27', '16F27', '16G27', '16H27', '16A28', '16B28', '16C28', '16D28', '16E28', '16F28', '16G28', '16H28', '16A29', '16B29', '16C29', '16D29', '16E29', '16F29', '16G29', '16H29', '16A30', '16B30', '16C30', '16D30', '16E30', '16F30', '16G30', '16H30', '16A31', '16B31', '16C31', '16D31', '16E31', '16F31', '16G31', '16H31', '16A32', '16B32', '16C32', '16D32', '16E32', '16F32', '16G32', '16H32', '16A33', '16B33', '16C33', '16D33', '16E33', '16F33', '16G33', '16H33', '16A34', '16B34', '16C34', '16D34', '16E34', '16F34', '16G34', '16H34', '16A35', '16B35', '16C35', '16D35', '16E35', '16F35', '16G35', '16H35', '16A36', '16B36', '16C36', '16D36', '16E36', '16F36', '16G36', '16H36', '16A37', '16B37', '16C37', '16D37', '16E37', '16F37', '16G37', '16H37', '16A38', '16B38', '16C38', '16D38', '16E38', '16F38', '16G38', '16H38', '16A39', '16B39', '16C39', '16D39', '16E39', '16F39', '16G39', '16H39', '16A40', '16B40', '16C40', '16D40', '16E40', '16G40'];\\n    if (SEASIDE.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname46\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":42,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Flat Roof 1\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname2;\\n    const FR = ['1A40', '1C40', '13AE40', '13AG40', '15E40', '15G40', '16E40', '16G40', '17E40', '17G40', '18E40', '18G40', '19E40', '19G40', '20E40', '20G40'];\\n    if (FR.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname47\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":43,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Flat Roof 2\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname3;\\n    const FR = ['3C35', '4C35', '5A35', '5C35', '6C35'];\\n    if (FR.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname48\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":44,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Flat Roof 3\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname4;\\n    const FR = ['7A42', '7C42', '7E42', '7G42', '8A42', '8C42', '8E42', '8G42', '9A42', '9C42', '9E42', '9G42', '10A42', '10C42'];\\n    if (FR.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname49\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":45,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"Flat Roof 4\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n    var input = fieldname1 + fieldname13 + fieldname6;\\n    const FR = ['21E36', '21G36', '22A36', '22C36', '22E36', '22G36'];\\n    if (FR.includes(input)){\\n        return 1;\\n    } else {\\n        return 0;\\n    }\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"},{\"dependencies\":[{\"rule\":\"\",\"complex\":false,\"fields\":[\"\"]}],\"form_identifier\":\"\",\"name\":\"fieldname50\",\"fieldlayout\":\"default\",\"shortlabel\":\"\",\"index\":46,\"ftype\":\"fCalculated\",\"userhelp\":\"\",\"audiotutorial\":\"\",\"userhelpTooltip\":false,\"tooltipIcon\":false,\"csslayout\":\"\",\"advanced\":{\"css\":{\"container\":{\"label\":\"Field container div tag\",\"rules\":{}},\"label\":{\"label\":\"Field label\",\"rules\":{}},\"input\":{\"label\":\"Calculated field\",\"rules\":{}},\"help\":{\"label\":\"Instructions for users\",\"rules\":{}}}},\"title\":\"MTR\",\"_developerNotes\":\"\",\"predefined\":\"\",\"required\":false,\"exclude\":false,\"accept_html\":false,\"size\":\"medium\",\"eq\":\"(function(){\\n  var unit = fieldname13.charCodeAt(0) - 65;\\n  var MTR = {\\n    \\u00221\\u0022: [0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3],\\n    \\u00222\\u0022: [0.23, 0.23, 0.23, 0.23, 0.23, 0.23, 0.23, 0.23],\\n    \\u00223\\u0022: [0.27, 0.27, 0.27, 0.27, 0.27, 0.27, 0.27, 0.27],\\n    \\u00224\\u0022: [0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3],\\n    \\u00225\\u0022: [0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35],\\n    \\u00226\\u0022: [0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55],\\n    \\u00227\\u0022: [0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4],\\n    \\u00228\\u0022: [0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55],\\n    \\u00229\\u0022: [0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45],\\n    \\u002210\\u0022: [0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5],\\n    \\u002211\\u0022: [0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3],\\n    \\u002212\\u0022: [0.28, 0.28, 0.28, 0.28, 0.28, 0.28, 0.28, 0.28],\\n    \\u002213\\u0022: [0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25],\\n    \\u002213A\\u0022: [0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35],\\n    \\u002215\\u0022: [0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21, 0.21],\\n    \\u002216\\u0022: [0.18, 0.18, 0.18, 0.18, 0.18, 0.18, 0.18, 0.18],\\n    \\u002217\\u0022: [0.057, 0.057, 0.057, 0.057, 0.057, 0.057, 0.057, 0.057],\\n    \\u002218\\u0022: [0.021, 0.021, 0.021, 0.021, 0.021, 0.021, 0.021, 0.021],\\n    \\u002219\\u0022: [0.019, 0.019, 0.019, 0.019, 0.019, 0.019, 0.019, 0.019],\\n    \\u002220\\u0022: [0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042],\\n    \\u002221\\u0022: [0.26, 0.26, 0.26, 0.26, 0.26, 0.26, 0.26, 0.26],\\n    \\u002222\\u0022: [0.22, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22],\\n    \\u002223\\u0022: [0.18, 0.18, 0.18, 0.18, 0.18, 0.18, 0.18, 0.18],\\n    \\u002223A\\u0022: [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11],\\n    \\u002225\\u0022: [0.045, 0.045, 0.045, 0.045, 0.045, 0.045, 0.045, 0.045],\\n    \\u002226\\u0022: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1],\\n    \\u002227\\u0022: [0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15],\\n    \\u002228\\u0022: [0.19, 0.19, 0.19, 0.19, 0.19, 0.19, 0.19, 0.19],\\n    \\u002229\\u0022: [0.23, 0.23, 0.23, 0.23, 0.23, 0.23, 0.23, 0.23],\\n    \\u002230\\u0022: [0.19, 0.19, 0.19, 0.19, 0.19, 0.19, 0.19, 0.19],\\n    \\u002231\\u0022: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1],\\n    \\u002232\\u0022: [0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11, 0.11],\\n    \\u002233\\u0022: [0.082, 0.082, 0.082, 0.082, 0.082, 0.082, 0.082, 0.082],\\n    \\u002233A\\u0022: [0.045, 0.045, 0.045, 0.045, 0.045, 0.045, 0.045, 0.045],\\n  };\\n  return MTR[fieldname1][unit];\\n})();\",\"min\":\"\",\"max\":\"\",\"suffix\":\"\",\"prefix\":\"\",\"decimalsymbol\":\".\",\"groupingsymbol\":\"\",\"readonly\":true,\"currency\":false,\"noEvalIfManual\":true,\"formatDynamically\":false,\"dynamicEval\":true,\"hidefield\":true,\"validate\":false,\"fBuild\":{},\"parent\":\"\"}],{\"0\":{\"title\":\"Valuation Tool\",\"description\":\"Get the Valuation Result: Just a Few Clicks Away!\",\"formlayout\":\"top_aligned\",\"formtemplate\":\"cp_cff_13\"},\"formid\":\"cp_calculatedfieldsf_pform_1\",\"setCache\":false,\"cache\":false}];<\/script><\/pre>\r\n\t\t<div id=\"fbuilder\">\r\n\t\t\t\t\t\t<div id=\"fbuilder_1\">\r\n\t\t\t\t<div id=\"formheader_1\"><\/div>\r\n\t\t\t\t<div id=\"fieldlist_1\"><\/div>\r\n                <div class=\"clearer\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<div id=\"cpcaptchalayer_1\" class=\"cpcaptchalayer\" style=\"display:none;\">\r\n\t\t\t\t\t\t<div class=\"fields\" id=\"field-c0\" style=\"display:none\">\r\n\t\t\t\t<label>Payment options<\/label>\r\n\t\t\t\t<div class=\"dfield\">\r\n\t\t\t\t \t\t\t\t <!--addons-payment-options-->\r\n    \t\t\t \t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"clearer\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t<!--addons-payment-fields-->\r\n\t\t\t\t\t\t\t<div class=\"fields\">\r\n\t\t\t\t\t<label>Please enter the security code<\/label>\r\n\t\t\t\t\t<div class=\"dfield\">\r\n\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/reco4014.arch.hku.hk\/2024g8\/?cp_calculatedfieldsf=captcha&amp;cff=9&amp;ps=_1\"  id=\"captchaimg_1\" alt=\"security code\" border=\"0\" title=\"If you cannot understand the captcha code, press the image\" width=\"180\" height=\"60\" class=\"skip-lazy\" \/>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"clearer\"><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"fields\">\r\n\t\t\t\t\t<label for=\"hdcaptcha_cp_calculated_fields_form_post_1\">Security Code (lowercase letters)<\/label>\r\n\t\t\t\t\t<div class=\"dfield\">\r\n\t\t\t\t\t\t<input type=\"text\" size=\"20\" name=\"hdcaptcha_cp_calculated_fields_form_post\" id=\"hdcaptcha_cp_calculated_fields_form_post_1\" value=\"\" \/>\r\n\t\t\t\t\t\t<div class=\"error message\" id=\"hdcaptcha_error_1\" style=\"display:none;\"><\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"clearer\"><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<!--add-ons-->\r\n\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"clearer\"><\/div>\r\n\t\t<\/div>\r\n\t<input type=\"hidden\" id=\"_cpcff_public_nonce\" name=\"_cpcff_public_nonce\" value=\"1fd8c1f004\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/2024g8\/wp-json\/wp\/v2\/pages\/16\" \/>\t<\/form>\r\n\n\n\n\n<p><\/p>\n\n\n\n<p><em><strong>User Guide:<\/strong><\/em><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select the corresponding <strong>&#8220;Tower&#8221;<\/strong>, <strong>\u201cFloor\u201d<\/strong>, and <strong>\u201cUnit\u201d<\/strong> of the property to be valued in the Valuation Tool<\/li>\n\n\n\n<li>Click <strong>\u201cNext\u201d<\/strong> to see the valuation result<\/li>\n\n\n\n<li>The <strong>Valuation Price<\/strong>, <strong>Saleable Floor Area (SFA)<\/strong>, <strong>Gross Floor Area (GFA)<\/strong>, and <strong>Property Age<\/strong> of the selected property will be shown<\/li>\n\n\n\n<li>Click <strong>\u201cPrevious\u201d<\/strong> for valuation of another property<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>User Guide:<\/p>\n","protected":false},"author":120,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/reco4014.arch.hku.hk\/2024g8\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reco4014.arch.hku.hk\/2024g8\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reco4014.arch.hku.hk\/2024g8\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reco4014.arch.hku.hk\/2024g8\/wp-json\/wp\/v2\/users\/120"}],"replies":[{"embeddable":true,"href":"https:\/\/reco4014.arch.hku.hk\/2024g8\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":5,"href":"https:\/\/reco4014.arch.hku.hk\/2024g8\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":197,"href":"https:\/\/reco4014.arch.hku.hk\/2024g8\/wp-json\/wp\/v2\/pages\/16\/revisions\/197"}],"wp:attachment":[{"href":"https:\/\/reco4014.arch.hku.hk\/2024g8\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}