{"id":157,"date":"2022-09-21T12:19:58","date_gmt":"2022-09-21T12:19:58","guid":{"rendered":"https:\/\/sindimoveis-go.fisg.com.br\/site\/?page_id=157"},"modified":"2022-09-21T12:32:34","modified_gmt":"2022-09-21T12:32:34","slug":"matricula","status":"publish","type":"page","link":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/matricula\/","title":{"rendered":"matricula"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Pr\u00e9-Matricula<\/h2>\n\n\n\n<p>Preencha o dados abaixo, envie sua pr\u00e9-matricula, entreremos em contato quando recebermos o cadastro.<\/p>\n\n\n\n<script>\n\n\/\/ Instancia o ajax\nfunction XMLHTTP()\n{\n\ttry { Objeto = new XMLHttpRequest() }\n\tcatch(e) { Objeto = new ActiveXObject(\"Microsoft.XMLHTTP\"); }\n\treturn Objeto;\n}\nObjeto = new XMLHTTP();\n\n\n\/\/ Funcao para buscar o corretor\nfunction BuscarDadosContato()\n{\n\tvar Cpf = document.getElementById(\"Cpf\").value;\n\t\n\tObjeto.open('GET','..\/..\/includes\/contato_a.php?Cpf='+Cpf,true);\n    Objeto.onreadystatechange = function()\n    { \n\t\tif(Objeto.readyState==4) \n\t\t{ \n\t\t\tCampos = Objeto.responseText;\n\t\t\tCampos = Campos.split('|');\n\t\t\t\t\t\t\n\t\t\tdocument.getElementById('Nome').value = Campos[0];\n\t\t\tdocument.getElementById('Email').value = Campos[1];\n\t\t\tdocument.getElementById('Telefone1').value = Campos[2];\n\t\t\tdocument.getElementById('Telefone2').value = Campos[3];\n\t\t\t\n\t\t\tdocument.getElementById('Solicitante').focus();\n \t\t}\n    }\n    Objeto.send(null);\n}\n\nfunction EnvioMatricula()\n\t{\n\t\tvar Nome = document.getElementById(\"Nome\").value;\n\t\tvar Cpf = document.getElementById(\"Cpf\").value;\n\t\tvar Email = document.getElementById(\"Email\").value;\n\t\tvar Email2 = document.getElementById(\"Email2\").value;\n\t\t\n\t\tif(Nome == '')\n\t\t{\n\t\t\tSwal.fire({\n\t\t\t\ticon: 'info',\n\t\t\t\ttitle: 'Aten\u00e7\u00e3o!',\n\t\t\t\thtml: '<div class=\"TextoPequeno1\">O Campo NOME n\u00e3o pode ser vazio!<\/div>'\n\t\t\t})\n\t\t}\n\t\t\n\t\telse if(Cpf == '')\n\t\t{\n\t\t\tSwal.fire({\n\t\t\t\ticon: 'info',\n\t\t\t\ttitle: 'Aten\u00e7\u00e3o!',\n\t\t\t\thtml: '<div class=\"TextoPequeno1\">O Campo CPF n\u00e3o pode ser vazio!<\/div>'\n\t\t\t})\n\t\t}\n\t\t\n\t\telse if(Email == '')\n\t\t{\n\t\t\tSwal.fire({\n\t\t\t\ticon: 'info',\n\t\t\t\ttitle: 'Aten\u00e7\u00e3o!',\n\t\t\t\thtml: '<div class=\"TextoPequeno1\">O Campo E-MAIL n\u00e3o pode ser vazio!<\/div>'\n\t\t\t})\n\t\t}\n\t\t\n\t\telse if(Email != Email2)\n\t\t{\n\t\t\tSwal.fire({\n\t\t\t\ticon: 'info',\n\t\t\t\ttitle: 'Aten\u00e7\u00e3o!',\n\t\t\t\thtml: '<div class=\"TextoPequeno1\">Os e-mails informados n\u00e3o conferem!<\/div>'\n\t\t\t})\n\t\t}\n\t\t\n\t\telse\n\t\t{\n\t\t\tdocument.form.action='..\/..\/includes\/matricula1.php'; \n\t\t\tdocument.form.submit();\n\t\t\t\n\t\t\t\/*window.open('https:\/\/sindimoveis-go.org.br\/site\/index.php\/cursos\/','_parent');\n\t\t\t\n\t\t\tdocument.getElementById(\"Nome\").value = '';\n\t\t\tdocument.getElementById(\"Cpf\").value = '';\n\t\t\tdocument.getElementById(\"Telefone1\").value = '';\n\t\t\tdocument.getElementById(\"Telefone2\").value = '';\n\t\t\tdocument.getElementById(\"Email\").value = '';\n\t\t\tdocument.getElementById(\"Email2\").value = '';\n\t\t\tdocument.getElementById(\"CidadeResidencial\").value = '';\n\t\t\tdocument.getElementById(\"UfResidencial\").value = '';\n\t\t\tdocument.getElementById(\"FormaDePagamento\").value = '';\n\t\t\t\n\t\t\tSwal.fire({\n\t\t\t\ticon: 'sucsses',\n\t\t\t\ttitle: 'Pr\u00e9-Matricula enviada!',\n\t\t\t\thtml: '<div class=\"TextoPequeno1\">Sua pr\u00e9-matricula foi enviada, aguarde o nosso contato!<\/div>'\n\t\t\t})\n\t\t\t*\/\n\t\t}\n\t}\n\t\n<\/script>\n\n\n\n<link rel=\"stylesheet\" href=\"..\/..\/includes\/sweetalert\/dist\/sweetalert2.min.css\">\n<script src=\"..\/..\/includes\/sweetalert\/dist\/sweetalert2.js\"><\/script>\n\n<form action=\"\" method=\"post\" name=\"form\" target=\"_parent\" id=\"form\" enctype=\"multipart\/form-data\" >\n  <table width=\"100%\" border=\"0\" align=\"center\" style=\"margin-top: 5px; margin-bottom: 5px;\">\n    <tr>\n      <td><div class=\"DivLabel\" >Nome<\/div>\n        <div class=\"DivForm\">\n          <input name=\"Nome\" type=\"text\" class=\"CampoNome\" id=\"Nome\" value=\"\"  \/>\n        <\/div>\n        <div class=\"DivLabel\" >CPF<\/div>\n        <div class=\"DivForm\">\n          <input name=\"Cpf\" type=\"text\" class=\"CampoFone\" id=\"Cpf\" value=\"\" onblur=\"VerificaCadastro();\"  \/>\n        <\/div>\n        <div class=\"DivLabel\" >Telefone 1<\/div>\n        <div class=\"DivForm\">\n          <input name=\"Telefone1\" type=\"text\" class=\"CampoFone\" id=\"Telefone1\" value=\"\"  \/>\n        <\/div>\n        <div class=\"DivLabel\" >Telefone 2<\/div>\n        <div class=\"DivForm\">\n          <input name=\"Telefone2\" type=\"text\" class=\"CampoFone\" id=\"Telefone2\" value=\"\"  \/>\n        <\/div>\n        <div class=\"DivLabel\" >E-mail<\/div>\n        <div class=\"DivForm\">\n          <input name=\"Email\" type=\"text\" class=\"CampoEmail\" id=\"Email\" value=\"\"  \/>\n        <\/div>\n        <div class=\"DivLabel\" >Repita o E-mail<\/div>\n        <div class=\"DivForm\">\n          <input name=\"Email2\" type=\"text\" class=\"CampoEmail\" id=\"Email2\" value=\"\"  \/>\n        <\/div>        \n        <div class=\"DivLabel\" >Cidade<\/div>\n        <div class=\"DivForm\">\n          <input name=\"CidadeResidencial\" type=\"text\" class=\"CampoCidade\" id=\"CidadeResidencial\" value=\"\"  \/>\n          <select name=\"UfResidencial\" id=\"UfComercial\" class=\"CampoSelected\" style=\"width: 60px;\" >\n            <option value=\"\"><\/option>\n            <option value=\"AC\">AC<\/option>\n            <option value=\"AL\">AL<\/option>\n            <option value=\"AP\">AP<\/option>\n            <option value=\"AM\">AM<\/option>\n            <option value=\"BA\">BA<\/option>\n            <option value=\"CE\">CE<\/option>\n            <option value=\"DF\">DF<\/option>\n            <option value=\"ES\">ES<\/option>\n            <option value=\"GO\">GO<\/option>\n            <option value=\"MA\">MA<\/option>\n            <option value=\"MT\">MT<\/option>\n            <option value=\"MS\">MS<\/option>\n            <option value=\"MG\">MG<\/option>\n            <option value=\"PA\">PA<\/option>\n            <option value=\"PB\">PB<\/option>\n            <option value=\"PR\">PR<\/option>\n            <option value=\"PE\">PE<\/option>\n            <option value=\"PI\">PI<\/option>\n            <option value=\"RJ\">RJ<\/option>\n            <option value=\"RN\">RN<\/option>\n            <option value=\"RS\">RS<\/option>\n            <option value=\"RO\">RO<\/option>\n            <option value=\"RR\">RR<\/option>\n            <option value=\"SC\">SC<\/option>\n            <option value=\"SP\">SP<\/option>\n            <option value=\"SE\">SE<\/option>\n            <option value=\"TO\">TO<\/option>\n            <option value=\"EX\">EX<\/option>\n          <\/select>\n        <\/div>\n        <div class=\"DivLabel\" >Prefer\u00eancia de pagamento<\/div>\n        <div class=\"DivForm\">\n          <select name=\"FormaDePagamento\" class=\"CampoSelected\" id=\"FormaDePagamento\">\n            <option value=\"1\" selected=\"selected\">PIX ou Transferencia<\/option>\n            <option value=\"2\">Cart\u00e3o de Credito<\/option>\n            <!-- <option value=\"3\">Boleto a vista + taxa<\/option>\n            <option value=\"4\">Entrada no Pix + 2 x no Cartao<\/option>\n            <option value=\"2\">Cart\u00e3o de Credito + taxa<\/option> -->\n          <\/select>\n          <input name=\"IdDoCurso\" type=\"hidden\" id=\"IdDoCurso\" value=\"\" \/>\n          <input name=\"DataDeInicio\" type=\"hidden\" id=\"DataDeInicio\" value=\"\" \/>\n          <input name=\"Arranque\" type=\"hidden\" id=\"Arranque\" value=\"Enviar\" \/>\n        <\/div>\n        <div class=\"DivLabel\" >Como nos encotrou?<\/div>\n        <div class=\"DivForm\">\n          <select name=\"ComoEncontrou\" class=\"CampoSelected\" id=\"ComoEncontrou\">\n            <option value=\"\"><\/option>\n            <option value=\"Busquei no Google\">Busquei no Google<\/option>\n            <option value=\"Recebi um E-mail\">Recebi um E-mail<\/option>\n            <option value=\"Pelo Facebook\">Pelo Facebook<\/option>\n            <option value=\"Pelo Instagram\">Pelo Instagram<\/option>\n            <option value=\"Me contactaram no WhatsApp\">Me contactaram no WhatsApp<\/option>\n            <option value=\"Propaganda na Rua\">Propaganda na Rua<\/option>\n            <option value=\"Outros\">Outros<\/option>\n          <\/select>\n        <\/div>\n        <!--<br \/>\n        <strong>Seus documentos digitalizados:<\/strong> (Opcional neste momento)<br \/>\n        <br \/>\n<div class=\"DivLabel\" >CNH<\/div>\n        <div class=\"DivForm\">\n          <input name=\"ImagemCnh\" type=\"file\" class=\"CampoDocumento\" id=\"ImagemCnh\" size=\"40\" value=\"1\" \/>\n        <\/div>\n        <div class=\"DivLabel\" >CPF<\/div>\n        <div class=\"DivForm\">\n          <input name=\"ImagemCpf\" type=\"file\" class=\"CampoDocumento\" id=\"ImagemCpf\" size=\"40\" value=\"1\" \/>\n        <\/div>\n        <div class=\"DivLabel\" >RG<\/div>\n        <div class=\"DivForm\">\n          <input name=\"ImagemRg\" type=\"file\" class=\"CampoDocumento\" id=\"ImagemRg\" size=\"40\" value=\"1\" \/>\n        <\/div>\n        <div class=\"DivLabel\" >Comp. de endere\u00e7o<\/div>\n        <div class=\"DivForm\">\n          <input name=\"ImagemEndereco\" type=\"file\" class=\"CampoDocumento\" id=\"ImagemEndereco\" size=\"40\" value=\"1\" \/>\n        <\/div><br \/>-->\n      <\/td>\n    <\/tr>\n    <tr style=\"border: hidden;\">\n      <td>&nbsp;<\/td>\n    <\/tr>\n    <tr style=\"border: hidden;\">\n      <td><div align=\"left\" class=\"TextoPequeno1\">Os dados solicitados neste formulario s\u00e3o especificos para pre-cadastro em nossa base de dados, e de acordo com a Lei Geral de Prote\u00e7\u00e3o de Dados Pessoais, Lei n\u00ba 13.709\/2018, manteremos todas as informa\u00e7\u00f5es em sigilo e n\u00e3o ser\u00e3o repassadas a terceiros.<br \/>\n        <br \/>\n      Ao clicar em <strong>[ Ok Enviar ]<\/strong>, declaro estar ciente, que estou aderindo este servi\u00e7o.<\/div><\/td>\n    <\/tr>\n    <tr style=\"border: hidden;\">\n      <td><div align=\"right\">\n        <input name=\"Salvar\" type=\"button\" class=\"Botao\" id=\"Salvar\" value=\"Ok Enviar\" onclick=\"EnvioMatricula();\" \/>\n        <input name=\"Fechar\" type=\"button\" class=\"Botao\" id=\"Fechar\" value=\"Cancelar\" onclick=\"return history.go(-1);\" \/>\n      <\/div><\/td>\n    <\/tr>\n    <tr style=\"border: hidden;\">\n      <td>&nbsp;<\/td>\n    <\/tr>\n  <\/table>\n<\/form>\n\n","protected":false},"excerpt":{"rendered":"<p>Pr\u00e9-Matricula Preencha o dados abaixo, envie sua pr\u00e9-matricula, entreremos em contato quando recebermos o cadastro.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-parts\/template-full-width.php","meta":{"footnotes":""},"class_list":["post-157","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/pages\/157","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/comments?post=157"}],"version-history":[{"count":2,"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/pages\/157\/revisions"}],"predecessor-version":[{"id":160,"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/pages\/157\/revisions\/160"}],"wp:attachment":[{"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/media?parent=157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}