
 {"id":2543,"date":"2023-05-24T06:11:33","date_gmt":"2023-05-24T06:11:33","guid":{"rendered":"https:\/\/insolvency.dgmedialink.com\/newsletter\/"},"modified":"2023-07-12T12:19:33","modified_gmt":"2023-07-12T12:19:33","slug":"newsletter","status":"publish","type":"page","link":"https:\/\/www.insolvency.gov.cy\/en\/newsletter\/","title":{"rendered":"Newsletter"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2543\" class=\"elementor elementor-2543 elementor-1632\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9c200f6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9c200f6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ed3a7b2\" data-id=\"ed3a7b2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0e18ee2 elementor-widget elementor-widget-heading\" data-id=\"0e18ee2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 04-12-2023 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-default\">Newsletter<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-13513f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"13513f7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-da05e6d\" data-id=\"da05e6d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-66033d0 elementor-widget elementor-widget-text-editor\" data-id=\"66033d0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.18.0 - 04-12-2023 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p>If you wish to receive alerts by e-mail when a new announcement is placed on our website, you can register by submitting your details below.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2eb0b94 elementor-widget elementor-widget-shortcode\" data-id=\"2eb0b94\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t    <script type=\"text\/javascript\">\n\n        jQuery(document).ready(function() {\n\n            \/\/ Function\n            function calculateLFColumnTotal(formId, columnClass, totalFieldId, currency) {  console.log('calculateLFColumnTotal');console.log('********');\n                var columnTotal = 0,\n                    preField = '#field_' + formId + '_' + totalFieldId,\n                    totalField = jQuery('#input_' + formId + '_' + totalFieldId),\n                    cellValue;\n        \n                currency = (currency && typeof gf_global !== 'undefined');\n\n                console.log('currency: ' + currency);\n              \n                jQuery(columnClass).each(function () { \n                    cellValue = jQuery(this).val();  console.log('cellValue * = ' + cellValue);\n             \/\/   cellValue = (currency) ? gformToNumber(cellValue) : cellValue;  console.log('cellValue ** = ' + cellValue);\n             p = parseFloat(cellValue);  console.log('parseFloat = ' + p);\n                    columnTotal += p;   console.log('columnTotal = ' + columnTotal);\n                });\n\n                if ( jQuery(preField).hasClass('gfield_price') ) {\n                    columnTotal = gformFormatMoney(columnTotal);\n                    if (jQuery(preField + ' input').length > 1) {\n                        totalField.html(columnTotal);\n                        totalField = jQuery('input[name=\"input_' + totalFieldId + '.2\"]');\n                    }\n                } \n                else {\n                    columnTotal = (currency) ? gformFormatMoney(columnTotal) : columnTotal;\n                }\n\n                totalField.val(columnTotal.toFixed(2));  console.log('columnTotal = ' + columnTotal.toFixed(2));\n                gformCalculateTotalPrice(formId); \n            }\n\n\n            function calculateLFColumnTotal1( formId, input_field_1, input_field_2, total_field ) { console.log('calculateLFColumnTotal1');console.log('********');\n            \n                let value_1 = 0;\n                let value_2 = 0;\n                let sumTotal = 0;\n\n                if ( jQuery(input_field_1).length ) {\n                    value_1 = jQuery(input_field_1).val().replace(',', ''); console.log('input_field_1 = ' + input_field_1 + ' = ' + value_1);\n                }\n                if ( jQuery(input_field_2).length ) {\n                    value_2 = jQuery(input_field_2).val().replace(',', ''); console.log('input_field_2 = ' + input_field_2 + ' = ' + value_2);\n                }\n             \n                if ( !value_1 ) {\n                    value_1 = 0;\n                    value_2 = parseFloat(value_2); \n                    sumTotal = value_2;   console.log('4** ' + value_2 + ' ' + sumTotal);\n                }\n                else if ( !value_2 ) { \n                    value_2 = 0;\n                    value_1 = parseFloat(value_1); \n                    sumTotal = value_1;  console.log('5** ' + value_1 + ' ' + sumTotal);\n                }\n                else {\n                    value_1 = parseFloat(value_1); \n                    value_2 = parseFloat(value_2); \n                    sumTotal = value_1 + value_2;  console.log('6** ' + value_1 + ' ' + value_2 + ' ' + sumTotal);\n                }\n\n                jQuery(total_field).html(sumTotal.toFixed(2)); console.log('sumTotal = ' + sumTotal.toFixed(2));\n                jQuery(total_field).val(sumTotal.toFixed(2));\n     \n                gformCalculateTotalPrice(formId);\n            }\n\n            \/\/ Function\n            function listFieldColumnTotal(formId, fieldId, column, totalFieldId, currency, numberField ) { console.log('listFieldColumnTotal');console.log('********');\n                console.log('currency: ' + currency);\n                var listField = '#field_' + formId + '_' + fieldId,\n                    columnClass = '.gfield_list_' + fieldId + '_cell' + column + ' input',\n                    numberField = '#field_' + formId + '_' + numberField; \n\n                jQuery(listField).on('focusout', columnClass, function () { \n                    if (currency && typeof gf_global !== 'undefined') {\n                        gformFormatPricingField(this);\n                    }\n                    setTimeout(function() {\n                        calculateLFColumnTotal(formId, columnClass, totalFieldId, currency);\n                    }, 100);\n                });\n            }\n\n            \/\/ Function\n            function listFieldColumnTotal1( formId, input_field_1, input_field_2, total_field, listId, cell ) {  console.log('listFieldColumnTotal1');console.log('********');\n \n                if ( listId ) {\n                    jQuery('#field_' + formId + '_' + listId).on('change', '.gfield_list_' + listId + '_cell' + cell, function () {\n                        setTimeout(\n                        function() {\n                            calculateLFColumnTotal1(formId, input_field_1, input_field_2, total_field);\n                        }, 200);\n                    }); \n                }\n\n                jQuery(input_field_1).on('change', function () {\n                    setTimeout(\n                    function() {\n                        calculateLFColumnTotal1(formId, input_field_1, input_field_2, total_field);\n                    }, 200);\n                });\n\n                jQuery(input_field_2).on('change', function () { \n                    setTimeout(\n                    function() {\n                        calculateLFColumnTotal1(formId, input_field_1, input_field_2, total_field);\n                    }, 200);\n                });\n            }\n\n            \/*******\/\n\n            \/* Parameters for listFieldColumnTotal:\n             * 1) Form ID                       (formId)\n             * 2) List ID                       (fieldId)\n             * 3) Column number of list field   (column)\n             * 4) Product field ID              (totalFieldId)\n             * 5) Currency true\/false           (currency)\n            *\/\n\n            \/* Form: DAO *\/\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ce\u03bd \u03c0\u03b1\u03c1\u03bf\u03c7\u03ce\u03bd (list field)\n            listFieldColumnTotal( 3, 23, 2, 390, false );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03c3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd \u03b1\u03c0\u03cc \u03ac\u03bb\u03bb\u03b1 \u03ac\u03c4\u03bf\u03bc\u03b1 (list field)\n            listFieldColumnTotal( 3, 48, 4, 391, false );\n\n            \/\/ Field: \u0388\u03be\u03bf\u03b4\u03b1 \u03b3\u03b9\u03b1 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2\n            listFieldColumnTotal( 3, 90, 3, 392, false );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b1\u03ba\u03af\u03bd\u03b7\u03c4\u03b7\u03c2 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c5\u03c3\u03af\u03b1\u03c2\n            listFieldColumnTotal( 3, 102, 5, 393, false );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b1\u03be\u03af\u03b1\u03c2 \u03bf\u03c7\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd\n            listFieldColumnTotal( 3, 283, 1, 394, false );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b4\u03b9\u03ba\u03b1\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03b9\u03ce\u03bd\n            listFieldColumnTotal( 3, 200, 3, 395, false );\n\n\n            \/* Form: PSA *\/\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ce\u03bd \u03c0\u03b1\u03c1\u03bf\u03c7\u03ce\u03bd (list field)\n            listFieldColumnTotal( 8, 23, 2, 393, false );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03c3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd \u03b1\u03c0\u03cc \u03ac\u03bb\u03bb\u03b1 \u03ac\u03c4\u03bf\u03bc\u03b1 (list field)\n            listFieldColumnTotal( 8, 48, 4, 394, false );\n\n            \/\/ Field: \u0388\u03be\u03bf\u03b4\u03b1 \u03b3\u03b9\u03b1 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2\n            listFieldColumnTotal( 8, 90, 3, 395, false );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b1\u03ba\u03af\u03bd\u03b7\u03c4\u03b7\u03c2 \u03c0\u03b5\u03c1\u03b9\u03bf\u03c5\u03c3\u03af\u03b1\u03c2\n            listFieldColumnTotal( 8, 102, 5, 396, false );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b1\u03be\u03af\u03b1\u03c2 \u03bf\u03c7\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd\n            listFieldColumnTotal( 8, 283, 1, 397, false );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b4\u03b9\u03ba\u03b1\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03b9\u03ce\u03bd\n            listFieldColumnTotal( 8, 200, 3, 398, false );\n\n            \/*******\/\n\n            \/* Parameters for listFieldColumnTotal1:\n             * 1) Form ID                   (formId)\n             * 2) List field total field    (input_field_1)\n             * 3) Number fields total field (input_field_2)\n             * 4) Total field               (total_field)\n             * 5) List ID                   (listId)\n             * 6) Cell number               (cell)\n            *\/\n\n            \/* Form: DAO *\/\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u039c\u03b7\u03bd\u03b9\u03b1\u03af\u03b1\u03c9\u03bd \u0395\u03b9\u03c3\u03bf\u03b4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd -> \u03c3\u03cd\u03bd\u03bf\u03bb\u03bf \u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ce\u03bd \u03c0\u03b1\u03c1\u03bf\u03c7\u03ce\u03bd + \u03c4\u03b1 \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03b1 \u03b5\u03b9\u03c3\u03bf\u03b4\u03ae\u03bc\u03b1\u03c4\u03b1\n            listFieldColumnTotal1( 3, '#input_3_390 ', '#input_3_62', '#input_3_67', '23', '2' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u0395\u03b9\u03c3\u03bf\u03b4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd\/\u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd -> \u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2\n            listFieldColumnTotal1( 3, '#input_3_391', '', '#input_3_49', '48', '4' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u0395\u03b9\u03c3\u03bf\u03b4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd\/\u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd -> \u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2\n            listFieldColumnTotal1( 3, '#input_3_392', '', '#input_3_97', '90', '3' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u0391\u03ba\u03af\u03bd\u03b7\u03c4\u03b7\u03c2 \u03a0\u03b5\u03c1\u03b9\u03bf\u03c5\u03c3\u03af\u03b1\u03c2\n            listFieldColumnTotal1( 3, '#input_3_393', '', '#input_3_106', '102', '5' );\n\n            \/\/ Field: \n            listFieldColumnTotal1( 3, '#input_3_394', '', '#input_3_285', '283', '1' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u0395\u03b9\u03c3\u03bf\u03b4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd\/\u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd\n            listFieldColumnTotal1( 3, '#input_3_391', '#input_3_67', '#input_3_50', '48', '4' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b5\u03c0\u03b9\u03b4\u03bf\u03bc\u03ac\u03c4\u03c9\u03bd\n            listFieldColumnTotal1( 3, '#input_3_200', '', '#input_3_370', '23', '2' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b4\u03b9\u03ba\u03b1\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03b9\u03ce\u03bd\n            listFieldColumnTotal1( 3, '#input_3_395', '', '#input_3_372', '200', '3' );\n\n\n            \/* Form: PSA *\/\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u039c\u03b7\u03bd\u03b9\u03b1\u03af\u03b1\u03c9\u03bd \u0395\u03b9\u03c3\u03bf\u03b4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd -> \u03c3\u03cd\u03bd\u03bf\u03bb\u03bf \u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03ce\u03bd \u03c0\u03b1\u03c1\u03bf\u03c7\u03ce\u03bd + \u03c4\u03b1 \u03c5\u03c0\u03cc\u03bb\u03bf\u03b9\u03c0\u03b1 \u03b5\u03b9\u03c3\u03bf\u03b4\u03ae\u03bc\u03b1\u03c4\u03b1\n            listFieldColumnTotal1( 8, '#input_8_393', '#input_8_62', '#input_8_67', '23', '2' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u0395\u03b9\u03c3\u03bf\u03b4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd\/\u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd -> \u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2\n            listFieldColumnTotal1( 8, '#input_8_394', '', '#input_8_49', '48', '4' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u0395\u03b9\u03c3\u03bf\u03b4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd\/\u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd -> \u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ad\u03c2\n            listFieldColumnTotal1( 8, '#input_8_395', '', '#input_8_97', '90', '3' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u0391\u03ba\u03af\u03bd\u03b7\u03c4\u03b7\u03c2 \u03a0\u03b5\u03c1\u03b9\u03bf\u03c5\u03c3\u03af\u03b1\u03c2\n            listFieldColumnTotal1( 8, '#input_8_396', '', '#input_8_106', '102', '5' );\n\n            \/\/ Field: \n            listFieldColumnTotal1( 8, '#input_8_397', '', '#input_8_389', '283', '1' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u0395\u03b9\u03c3\u03bf\u03b4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd\/\u03a3\u03c5\u03bd\u03b5\u03b9\u03c3\u03c6\u03bf\u03c1\u03ce\u03bd\n            listFieldColumnTotal1( 8, '#input_8_394', '#input_8_67', '#input_8_50', '48', '4' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b5\u03c0\u03b9\u03b4\u03bf\u03bc\u03ac\u03c4\u03c9\u03bd\n            listFieldColumnTotal1( 8, '#input_8_393', '', '#input_8_370', '23', '2' );\n\n            \/\/ Field: \u03a3\u03cd\u03bd\u03bf\u03bb\u03bf \u03b4\u03b9\u03ba\u03b1\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03b9\u03ce\u03bd\n            listFieldColumnTotal1( 8, '#input_8_398', '', '#input_8_372', '200', '3' );\n\n        });\t\n\n    <\/script>\n\n        <script type=\"text\/javascript\">\n        jQuery(document).ready(function(){\n            jQuery('.gfield_list_229_cell5 select').on('change', function(){ \n\n                let answer = jQuery(this).find(\":selected\").val();\n\n                if ( answer == '\u0386\u03bb\u03bb\u03bf' ) {\n                    jQuery('.hidden-field-house').addClass('show');\n                }\n                else {\n                    jQuery('.hidden-field-house').removeClass('show');\n                }\n                \n            });\n        });\t\n    <\/script>\n        <script type=\"text\/javascript\">\n        jQuery(document).ready(function(){\n            let id = jQuery('.id-field input').val(); \n            jQuery('.duplicate-id input').val(id);\n        });\t\n    <\/script>\n    \t\t<div class=\"elementor-shortcode\"><script type=\"text\/javascript\">var gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener(\"DOMContentLoaded\",o):document.addEventListener(\"gform_main_scripts_loaded\",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook(\"action\",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook(\"filter\",o,n,r,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,n){gform.removeHook(\"action\",o,n)},removeFilter:function(o,n,r){gform.removeHook(\"filter\",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+\"_\"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==n?t.apply(null,r):r[0]=t.apply(null,r)})),\"filter\"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});<\/script>\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_6' >\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_6'  action='\/en\/wp-json\/wp\/v2\/pages\/2543' data-formid='6' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below'><div id=\"field_6_3\"  class=\"gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_3\"><label class='gfield_label gform-field-label' for='input_6_3' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_6_3' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_6_4\"  class=\"gfield gfield--type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_4\"><label class='gfield_label gform-field-label' for='input_6_4' >Surname<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_6_4' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/> <\/div><\/div><div id=\"field_6_1\"  class=\"gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_1\"><label class='gfield_label gform-field-label' for='input_6_1' >Email Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_1' id='input_6_1' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_6_2\"  class=\"gfield gfield--type-mailchimp gfield--width-full hidden-calc-field field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible\"  data-js-reload=\"field_6_2\"><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_6_2'><li class='gchoice_6_2'>\n                        <input name='input_2' type='checkbox' value='1' checked='checked' id='choice_6_2'   \/>\n                        <label for='choice_6_2' id='label_6_2'>\u0391\u03bd\u03b1\u03ba\u03bf\u03b9\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2<\/label>\n                    <\/li><\/ul><\/div><\/div><\/div><\/div>\n        <div class='gform_footer before'> <input type='submit' id='gform_submit_button_6' class='gform_button button' value='Subscribe'  onclick='if(window[\"gf_submitting_6\"]){return false;}  if( !jQuery(\"#gform_6\")[0].checkValidity || jQuery(\"#gform_6\")[0].checkValidity()){window[\"gf_submitting_6\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_6\"]){return false;} if( !jQuery(\"#gform_6\")[0].checkValidity || jQuery(\"#gform_6\")[0].checkValidity()){window[\"gf_submitting_6\"]=true;}  jQuery(\"#gform_6\").trigger(\"submit\",[true]); }' \/> \n            <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='6' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_6' value='WyJbXSIsIjU1ZGYyODc5Mjc4YzMzZTI4YTQyZjk3ZWE2YWJmYjQ5Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 6, 'https:\/\/www.insolvency.gov.cy\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_6').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https:\/\/www.insolvency.gov.cy\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_6').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}, 50);}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [6, current_page]);gform.utils.trigger({ event: 'gform\/postRender', native: false, data: { formId: 6, currentPage: current_page } });} );} ); \n\/* ]]> *\/\n<\/script>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Newsletter If you wish to receive alerts by e-mail when a new announcement is placed on our website, you can register by submitting your details below.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.insolvency.gov.cy\/en\/wp-json\/wp\/v2\/pages\/2543"}],"collection":[{"href":"https:\/\/www.insolvency.gov.cy\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.insolvency.gov.cy\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.insolvency.gov.cy\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.insolvency.gov.cy\/en\/wp-json\/wp\/v2\/comments?post=2543"}],"version-history":[{"count":4,"href":"https:\/\/www.insolvency.gov.cy\/en\/wp-json\/wp\/v2\/pages\/2543\/revisions"}],"predecessor-version":[{"id":4474,"href":"https:\/\/www.insolvency.gov.cy\/en\/wp-json\/wp\/v2\/pages\/2543\/revisions\/4474"}],"wp:attachment":[{"href":"https:\/\/www.insolvency.gov.cy\/en\/wp-json\/wp\/v2\/media?parent=2543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}