{"id":242,"date":"2026-05-19T21:34:09","date_gmt":"2026-05-19T21:34:09","guid":{"rendered":"https:\/\/onlinedemoserver8.com\/robby-paton\/?page_id=242"},"modified":"2026-06-02T19:30:36","modified_gmt":"2026-06-02T19:30:36","slug":"contact","status":"publish","type":"page","link":"https:\/\/onlinedemoserver8.com\/robby-paton\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"242\" class=\"elementor elementor-242\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-115f975 e-flex e-con-boxed e-con e-parent\" data-id=\"115f975\" data-element_type=\"container\" data-e-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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6eb220d e-con e-atomic-element e-flexbox-base e-70e3903 \" data-id=\"6eb220d\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"6eb220d\" data-e-type=\"e-flexbox\" data-id=\"6eb220d\">\n    \t\t<div class=\"elementor-element elementor-element-5a5cd4b elementor-widget elementor-widget-shortcode\" data-id=\"5a5cd4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <div class=\"tic-wrap\" id=\"tic-account-wrap\">\n            <h3 class=\"tic-section-title\">\ud83d\udc64 My Account<\/h3>\n            <div class=\"tic-form-row\" id=\"tic-lookup-row\">\n                <input type=\"text\" id=\"tic-iccid-input\" class=\"tic-input\" placeholder=\"Enter your ICCID or MDN\" maxlength=\"22\" \/>\n                <button id=\"tic-lookup-btn\" class=\"tic-btn\">Lookup<\/button>\n            <\/div>\n            <div class=\"tic-loader\" id=\"tic-acct-loader\" style=\"display:none;\"><span><\/span> Looking up\u2026<\/div>\n            <div id=\"tic-acct-result\"><\/div>\n        <\/div>\n        <script>\n        jQuery(function($){\n            $('#tic-lookup-btn').on('click', function(){\n                var iccid = $('#tic-iccid-input').val().trim();\n                if(!iccid){ alert('Please enter your ICCID or MDN.'); return; }\n                $('#tic-acct-loader').show();\n                $('#tic-acct-result').html('');\n                $.post(TIC.ajax_url, {action:'tic_get_sim_info', nonce:TIC.nonce, iccid:iccid}, function(res){\n                    $('#tic-acct-loader').hide();\n                    if(!res.success){ $('#tic-acct-result').html('<div class=\"tic-error\">'+res.data+'<\/div>'); return; }\n                    var d = res.data;\n                    var statusClass = d.activated ? 'tic-badge-active' : 'tic-badge-inactive';\n                    var statusText  = d.suspended ? 'Suspended' : (d.activated ? 'Active' : 'Inactive');\n                    var html = '<div class=\"tic-account-card\">'\n                             + '<div class=\"tic-account-row\"><span>ICCID<\/span><strong>'+d.iccid+'<\/strong><\/div>'\n                             + '<div class=\"tic-account-row\"><span>MDN<\/span><strong>'+(d.mdn||'\u2014')+'<\/strong><\/div>'\n                             + '<div class=\"tic-account-row\"><span>Provider<\/span><strong>'+(d.provider||'\u2014')+'<\/strong><\/div>'\n                             + '<div class=\"tic-account-row\"><span>Plan (SKU)<\/span><strong>'+(d.sku||'\u2014')+'<\/strong><\/div>'\n                             + '<div class=\"tic-account-row\"><span>Status<\/span><span class=\"tic-badge '+statusClass+'\">'+statusText+'<\/span><\/div>'\n                             + '<\/div>'\n                             + '<div class=\"tic-account-actions\">';\n                    if(d.activated && !d.suspended){\n                        html += '<button class=\"tic-btn tic-btn-danger\" id=\"tic-suspend-btn\" data-iccid=\"'+d.iccid+'\">Suspend SIM<\/button>';\n                    }\n                    if(d.suspended){\n                        html += '<button class=\"tic-btn tic-btn-success\" id=\"tic-restore-btn\" data-iccid=\"'+d.iccid+'\">Restore SIM<\/button>';\n                    }\n                    html += '<\/div>';\n                    $('#tic-acct-result').html(html);\n                });\n            });\n\n            $(document).on('click','#tic-suspend-btn', function(){\n                if(!confirm('Are you sure you want to suspend this SIM?')) return;\n                var iccid = $(this).data('iccid');\n                $.post(TIC.ajax_url, {action:'tic_suspend_sim', nonce:TIC.nonce, iccid:iccid}, function(res){\n                    if(res.success){ alert('SIM suspended successfully.'); location.reload(); }\n                    else alert('Error: '+res.data);\n                });\n            });\n\n            $(document).on('click','#tic-restore-btn', function(){\n                var iccid = $(this).data('iccid');\n                $.post(TIC.ajax_url, {action:'tic_restore_sim', nonce:TIC.nonce, iccid:iccid}, function(res){\n                    if(res.success){ alert('SIM restored successfully.'); location.reload(); }\n                    else alert('Error: '+res.data);\n                });\n            });\n        });\n        <\/script>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0bf147c elementor-widget elementor-widget-shortcode\" data-id=\"0bf147c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <div class=\"tic-wrap\" id=\"tic-support-wrap\">\n            <h3 class=\"tic-section-title\">\ud83c\udfab Submit a Support Ticket<\/h3>\n            <form id=\"tic-support-form\">\n                <div class=\"tic-form-row\">\n                    <div class=\"tic-form-group\">\n                        <label>Full Name *<\/label>\n                        <input type=\"text\" name=\"name\" class=\"tic-input\" required \/>\n                    <\/div>\n                    <div class=\"tic-form-group\">\n                        <label>Email *<\/label>\n                        <input type=\"email\" name=\"email\" class=\"tic-input\" required \/>\n                    <\/div>\n                <\/div>\n                <div class=\"tic-form-group\">\n                    <label>Subject *<\/label>\n                    <input type=\"text\" name=\"subject\" class=\"tic-input\" required \/>\n                <\/div>\n                <div class=\"tic-form-row\">\n                    <div class=\"tic-form-group\">\n                        <label>Priority<\/label>\n                        <select name=\"priority\" class=\"tic-input\">\n                            <option value=\"low\">Low<\/option>\n                            <option value=\"normal\" selected>Normal<\/option>\n                            <option value=\"high\">High<\/option>\n                            <option value=\"urgent\">Urgent<\/option>\n                        <\/select>\n                    <\/div>\n                    <div class=\"tic-form-group\">\n                        <label>Type<\/label>\n                        <select name=\"ticket_type\" class=\"tic-input\">\n                            <option value=\"inquiry\">Inquiry<\/option>\n                            <option value=\"trouble\">Trouble<\/option>\n                            <option value=\"provisioning\">Provisioning<\/option>\n                        <\/select>\n                    <\/div>\n                <\/div>\n                <div class=\"tic-form-group\">\n                    <label>Message<\/label>\n                    <textarea name=\"message\" class=\"tic-input tic-textarea\" rows=\"5\" placeholder=\"Describe your issue\u2026\"><\/textarea>\n                <\/div>\n                <button type=\"submit\" class=\"tic-btn tic-btn-primary\">Submit Ticket<\/button>\n            <\/form>\n            <div class=\"tic-loader\" id=\"tic-sup-loader\" style=\"display:none;\"><span><\/span> Submitting\u2026<\/div>\n            <div id=\"tic-sup-result\"><\/div>\n        <\/div>\n        <script>\n        jQuery(function($){\n            $('#tic-support-form').on('submit', function(e){\n                e.preventDefault();\n                var data = $(this).serializeArray();\n                data.push({name:'action', value:'tic_create_ticket'});\n                data.push({name:'nonce',  value:TIC.nonce});\n                $('#tic-sup-loader').show();\n                $('#tic-sup-result').html('');\n                $.post(TIC.ajax_url, data, function(res){\n                    $('#tic-sup-loader').hide();\n                    if(res.success){\n                        $('#tic-sup-result').html('<div class=\"tic-success\">\u2705 Ticket #'+res.data.id+' created! We\\'ll be in touch soon.<\/div>');\n                        $('#tic-support-form')[0].reset();\n                    } else {\n                        $('#tic-sup-result').html('<div class=\"tic-error\">\u274c '+res.data+'<\/div>');\n                    }\n                });\n            });\n        });\n        <\/script>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-cfef55a e-con-full elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"cfef55a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-9b3e11c e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"9b3e11c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fa27d2 elementor-widget elementor-widget-heading\" data-id=\"3fa27d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">JOIN THE MOVEMENT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b1373ae elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b1373ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Be the First to Experience True Mobile Security<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-939e9ab elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"939e9ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Join our waitlist today and be among the first to experience a phone service built to protect you.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c4ba32 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"8c4ba32\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96d7a4b elementor-button-align-start elementor-widget elementor-widget-form\" data-id=\"96d7a4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"242\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"96d7a4b\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Contact\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"242\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tFull Name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Full Name\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail Address\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Email Address\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_01bb051 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_01bb051\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tCountry\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_01bb051]\" id=\"form-field-field_01bb051\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Country\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_16e65f3 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_16e65f3\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tI\u2019m interested in..\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_16e65f3]\" id=\"form-field-field_16e65f3\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"I\u2019m interested in..\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Join The Waitlist<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\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>JOIN THE MOVEMENT Be the First to Experience True Mobile Security Join our waitlist today and be among the first to experience a phone service built to protect you.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-242","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/onlinedemoserver8.com\/robby-paton\/wp-json\/wp\/v2\/pages\/242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlinedemoserver8.com\/robby-paton\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/onlinedemoserver8.com\/robby-paton\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/onlinedemoserver8.com\/robby-paton\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onlinedemoserver8.com\/robby-paton\/wp-json\/wp\/v2\/comments?post=242"}],"version-history":[{"count":25,"href":"https:\/\/onlinedemoserver8.com\/robby-paton\/wp-json\/wp\/v2\/pages\/242\/revisions"}],"predecessor-version":[{"id":750,"href":"https:\/\/onlinedemoserver8.com\/robby-paton\/wp-json\/wp\/v2\/pages\/242\/revisions\/750"}],"wp:attachment":[{"href":"https:\/\/onlinedemoserver8.com\/robby-paton\/wp-json\/wp\/v2\/media?parent=242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}