{"id":6,"date":"2025-08-20T01:11:24","date_gmt":"2025-08-20T01:11:24","guid":{"rendered":"https:\/\/sfo.exdotech.com\/?page_id=6"},"modified":"2025-08-20T01:24:38","modified_gmt":"2025-08-20T01:24:38","slug":"home","status":"publish","type":"page","link":"https:\/\/sfo.exdotech.com\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6\" class=\"elementor elementor-6\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db4e43b e-flex e-con-boxed e-con e-parent\" data-id=\"db4e43b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c22f9e9 elementor-widget elementor-widget-heading\" data-id=\"c22f9e9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Serious Fraud Office Secure Form<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fb5793 elementor-widget elementor-widget-text-editor\" data-id=\"2fb5793\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>In order to facilitate the submission of both large files and sensitive data, we have put in place this secure form.<\/p><p>Please fill out the form in as much detail as possible and attach any accompanying files. Once you submit these details they will be processed and securely delivered to the Serious Fraud Office.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-763c78b e-flex e-con-boxed e-con e-parent\" data-id=\"763c78b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74b00d1 elementor-widget elementor-widget-shortcode\" data-id=\"74b00d1\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n    <style>\n        .investor-form { \n            display: flex; \n            flex-wrap: wrap; \n            gap: 20px; \n            max-width: 1140px; \n        }\n        .investor-form .form-group { \n            flex: 1 1 45%; \n            display: flex; \n            flex-direction: column; \n            margin-bottom: 15px; \n        }\n        .investor-form label { \n            font-weight: bold; \n            margin-bottom: 5px; \n            font-size: 15px; \n        }\n        .investor-form input, \n        .investor-form textarea, \n        .investor-form select { \n            padding: 8px; \n            font-size: 14px; \n            width: 100%; \n        }\n        .investor-form textarea { \n            resize: vertical; \n            min-height: 80px; \n        }\n        .investor-form .full-width { \n            flex: 1 1 100%; \n        }\n        .investor-form input[type=\"submit\"] { \n            background-color: #0073aa; \n            color: #fff; \n            border: none; \n            cursor: pointer; \n            padding: 10px 20px; \n            font-size: 16px; \n            margin-top: 10px; \n            border-radius: 5px; \n        }\n        .investor-form input[type=\"submit\"]:hover { \n            background-color: #005177; \n        }\n        #signature-pad { \n            border:1px solid #ccc; \n            width:100%; \n            height:200px; \n        }\n        .radio-group {\n            display: flex;\n            gap: 15px;\n            margin-top: 5px;\n        }\n        .radio-group label {\n            font-weight: normal;\n            font-size: 14px;\n            display: flex;\n            align-items: center;\n            gap: 5px;\n        }\n    <\/style>\n\n    <form action=\"https:\/\/sfo.exdotech.com\/wp-admin\/admin-post.php\" method=\"POST\" class=\"investor-form\">\n        <input type=\"hidden\" name=\"action\" value=\"save_investor_form\">\n\n        <div class=\"form-group\">\n            <label>First Name:<\/label>\n            <input type=\"text\" name=\"first_name\" required>\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Surname:<\/label>\n            <input type=\"text\" name=\"surname\" required>\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Email Address:<\/label>\n            <input type=\"email\" name=\"email\" required>\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Home Telephone Number:<\/label>\n            <input type=\"tel\" name=\"telephone\" \n                   pattern=\"^\\+?[0-9\\s]{7,15}$\" \n                   title=\"Please enter a valid phone number (7-15 digits)\" required>\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Name of Company\/Companies invested in:<\/label>\n            <input type=\"text\" name=\"companies\" required>\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Total Amount Invested:<\/label>\n            <input type=\"text\" name=\"amount_invested\" required>\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Have you received any returns?<\/label>\n            <div class=\"radio-group\">\n                <label><input type=\"radio\" name=\"returns\" value=\"YES\" required> YES<\/label>\n                <label><input type=\"radio\" name=\"returns\" value=\"NO\" required> NO<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Did you have account manager assistance?<\/label>\n            <div class=\"radio-group\">\n                <label><input type=\"radio\" name=\"assistance\" value=\"YES\" required> YES<\/label>\n                <label><input type=\"radio\" name=\"assistance\" value=\"NO\" required> NO<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Sought legal assistance?<\/label>\n            <div class=\"radio-group\">\n                <label><input type=\"radio\" name=\"legal_assistance\" value=\"YES\" required> YES<\/label>\n                <label><input type=\"radio\" name=\"legal_assistance\" value=\"NO\" required> NO<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"form-group\">\n            <label>Do you have any evidence?<\/label>\n            <div class=\"radio-group\">\n                <label><input type=\"radio\" name=\"evidence\" value=\"YES\" required> YES<\/label>\n                <label><input type=\"radio\" name=\"evidence\" value=\"NO\" required> NO<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"form-group full-width\">\n            <label>Detailed Information (Impact of Loss):<\/label>\n            <textarea name=\"impact\" required><\/textarea>\n        <\/div>\n\n        <div class=\"form-group full-width\">\n            <label>Signature (use mouse or finger):<\/label>\n            <canvas id=\"signature-pad\"><\/canvas>\n            <button type=\"button\" id=\"clear-signature\" style=\"margin-top:5px;\">Clear Signature<\/button>\n            <input type=\"hidden\" name=\"signature\" id=\"signature-input\" required>\n        <\/div>\n\n        <div class=\"form-group full-width\">\n            <input type=\"submit\" value=\"Submit\">\n        <\/div>\n    <\/form>\n\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/signature_pad@4.1.7\/dist\/signature_pad.umd.min.js\"><\/script>\n    <script>\n        const canvas = document.getElementById('signature-pad');\n        const signaturePad = new SignaturePad(canvas);\n        const clearBtn = document.getElementById('clear-signature');\n        clearBtn.addEventListener('click', function(e) {\n            e.preventDefault();\n            signaturePad.clear();\n        });\n\n        const form = document.querySelector('.investor-form');\n        form.addEventListener('submit', function(e) {\n            \/\/ Email validation\n            const email = form.querySelector('input[name=\"email\"]').value;\n            const emailRegex = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/;\n            if (!emailRegex.test(email)) {\n                alert(\"Please enter a valid email address.\");\n                e.preventDefault();\n                return false;\n            }\n\n            \/\/ Phone validation\n            const phone = form.querySelector('input[name=\"telephone\"]').value;\n            const phoneRegex = \/^\\+?[0-9\\s]{7,15}$\/;\n            if (!phoneRegex.test(phone)) {\n                alert(\"Please enter a valid phone number (7\u201315 digits).\");\n                e.preventDefault();\n                return false;\n            }\n\n            \/\/ Signature validation\n            if (signaturePad.isEmpty()) {\n                alert('Please provide a signature.');\n                e.preventDefault();\n                return false;\n            }\n            document.getElementById('signature-input').value = signaturePad.toDataURL();\n        });\n    <\/script>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Serious Fraud Office Secure Form In order to facilitate the submission of both large files and sensitive data, we have put in place this secure form. Please fill out the form in as much detail as possible and attach any accompanying files. Once you submit these details they will be processed and securely delivered to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/sfo.exdotech.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sfo.exdotech.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sfo.exdotech.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sfo.exdotech.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sfo.exdotech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":4,"href":"https:\/\/sfo.exdotech.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":13,"href":"https:\/\/sfo.exdotech.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/13"}],"wp:attachment":[{"href":"https:\/\/sfo.exdotech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}