{"id":175,"date":"2022-09-25T04:29:57","date_gmt":"2022-09-25T04:29:57","guid":{"rendered":"https:\/\/sindimoveis-go.fisg.com.br\/site\/?page_id=175"},"modified":"2025-12-08T18:37:44","modified_gmt":"2025-12-08T18:37:44","slug":"cadastro-associado","status":"publish","type":"page","link":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/cadastro-associado\/","title":{"rendered":"Afilia-se"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Pr\u00e9-Cadastro<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Esta \u00e9 uma otima escolha, no momento estamos com convenio SESC para corretores associados.<br>Preencha o dados abaixo, envie seu pr\u00e9-cadastro, entraremos em contato e voc\u00ea se tornar\u00e1 um associado Sindim\u00f3veis Goi\u00e1s.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/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\n\nfunction VerificaAssociado()\n{\n\tvar Cpf = document.getElementById(\"Cpf\").value;\n\t\n\tObjeto.open('GET','..\/..\/includes\/busca_associado.php?Cpf='+Cpf,true);\n\tObjeto.onreadystatechange = function()\n\t{ \n\t\tif(Objeto.readyState==4)\n\t\t{\n\t\t\tvar DadosEncontrados = Objeto.responseText;\n\t\t\t\n\t\t\tif(DadosEncontrados == '|||') { }\n\t\t\telse \n\t\t\t{ \n\t\t\t\tCampos = Objeto.responseText;\n\t\t\t\tCampos = Campos.split('|');\n\t\t\t\t\n\t\t\t\tSwal.fire({\n\t\t\t\ttitle: 'Aten\u00e7\u00e3o!',\n\t\t\t\thtml: '<div class=\"TextoPequeno1\">O cadastro com email '+Campos[2]+'<br>j\u00e1 \u00e9 cadastrado!<br>Deseja redirecionar para o painel do associado?<\/div>',\n\t\t\t\ticon: 'info',\n\t\t\t\tshowCancelButton: true,\n\t\t\t\tconfirmButtonColor: '#3085d6',\n\t\t\t\tcancelButtonColor: '#d33',\n\t\t\t\tconfirmButtonText: 'SIM',\n\t\t\t\tcancelButtonText: 'NAO'\n\t\t\t\t}).then((result) => {\n\t\t\t\tif (result.isConfirmed) {\n\t\t\t\t\twindow.open('https:\/\/sindimoveis-go.org.br\/gerenciador\/associado\/login.php','_top');\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t}\n\tObjeto.send(null);\n\t\n\t\n}\n\n\n\n\nfunction EnvioCadastro()\n\t{\n\t\tvar Creci = document.getElementById(\"Creci\").value;\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\t\/*if(Creci == '')\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\">Para associar a Sindim\u00f3veis Goias, voc\u00ea precisa indicar o Creci!<\/div>'\n\t\t\t})\n\t\t}\n\t\t\n\t\telse*\/ if(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\/associado1.php'; \n\t\t\tdocument.form.submit();\n\t\t\t\n\t\t\twindow.open('https:\/\/sindimoveis-go.org.br\/site\/index.php\/cadastro-associado\/','_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=\"FrameEnviar\" 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>\n        <div class=\"DivLabel\" >CPF<\/div>\n        <div class=\"DivForm\">\n          <input name=\"Cpf\" type=\"text\" class=\"CampoFone\" id=\"Cpf\" value=\"\" onblur=\"VerificaAssociado();\"  \/>\n        <\/div>\n        <div class=\"DivLabel\" >Creci<\/div>\n        <div class=\"DivForm\">\n          <input name=\"Creci\" type=\"text\" class=\"CampoFone\" id=\"Creci\" value=\"\"  \/>\n        Opcional<\/div>\n        <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\" >Endere\u00e7o<\/div>\n        <div class=\"DivForm\">\n          <input name=\"EnderecoResidencial\" type=\"text\" class=\"CampoNome\" id=\"EnderecoResidencial\" value=\"\"  \/>\n        <\/div>\n        <div class=\"DivLabel\" >Bairro<\/div>\n        <div class=\"DivForm\">\n          <input name=\"BairroResidencial\" type=\"text\" class=\"CampoCidade\" id=\"BairroResidencial\" 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=\"UfResidencial\" 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\" >CEP<\/div>\n        <div class=\"DivForm\">\n          <input name=\"CepResidencial\" type=\"text\" class=\"CampoFone\" id=\"CepResidencial\" value=\"\"  \/>\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><!--        <strong><br \/>\n        Adicione    os documentos:<\/strong><br \/><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        \n        <div class=\"DivLabel\" >Forma de pagamento<\/div>\n        <div class=\"DivForm\">\n          <select name=\"FormaDePagamento\" class=\"CampoSelected\" id=\"FormaDePagamento\">\n            <option value=\"1\" selected=\"selected\">Boleto Bancario<\/option>\n          <\/select>\n          <input name=\"DataDeInicio\" type=\"hidden\" id=\"DataDeInicio\" value=\"\" \/>\n          <input name=\"Arranque\" type=\"hidden\" id=\"Arranque\" value=\"Enviar\" \/>\n        <\/div><\/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=\"EnvioCadastro();\" \/>\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-Cadastro Esta \u00e9 uma otima escolha, no momento estamos com convenio SESC para corretores associados.Preencha o dados abaixo, envie seu pr\u00e9-cadastro, entraremos em contato e voc\u00ea se tornar\u00e1 um associado Sindim\u00f3veis Goi\u00e1s.<\/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-175","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/pages\/175","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=175"}],"version-history":[{"count":7,"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/pages\/175\/revisions"}],"predecessor-version":[{"id":325,"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/pages\/175\/revisions\/325"}],"wp:attachment":[{"href":"https:\/\/sindimoveis-go.org.br\/site\/index.php\/wp-json\/wp\/v2\/media?parent=175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}