diff --git a/resources/views/evento/formulario/integrantes.blade.php b/resources/views/evento/formulario/integrantes.blade.php
index 57dedfaef76a78d35e53af00878f24a2598222fb..43d44da583d2eeb871452bf30192db1eaeb42f47 100644
--- a/resources/views/evento/formulario/integrantes.blade.php
+++ b/resources/views/evento/formulario/integrantes.blade.php
@@ -61,13 +61,16 @@
                                         @if($edital->tipo == "CONTINUO" && $funcao->nome != 'Bolsista')
                                             <option value="{{$funcao->id}}">{{ $funcao->nome }}</option>
 
+
                                         @elseif($funcao->nome != "Consultor" && $funcao->nome != "Pesquisador" && $funcao->nome != "Voluntário")
                                             <option value="{{$funcao->id}}">{{ $funcao->nome }}</option>
 
+
                                         @endif
                                     @else
                                         <option value="{{$funcao->id}}">{{ $funcao->nome }}</option>
 
+
                                     @endif
                                     -->
                                 @endforeach
@@ -226,70 +229,70 @@
             document.getElementById(`data_de_nascimento${modal_id}`).setAttribute("readonly", "");
         }
 
-        if (data?.[3]?.cpf) {
-            document.getElementById(`cpf${modal_id}`).value = data[0]['cpf'];
-            document.getElementById(`cpf${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.rg) {
-            document.getElementById(`rg${modal_id}`).value = data[2]['rg'];
-            document.getElementById(`rg${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.celular) {
-            document.getElementById(`celular${modal_id}`).value = data[0]['celular'];
-            document.getElementById(`celular${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.cep) {
-            document.getElementById(`cep${modal_id}`).value = data[3].cep;
-            document.getElementById(`cep${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.cep) {
-            document.getElementById(`cep${modal_id}`).value = data[3].cep;
-            document.getElementById(`cep${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.uf) {
-            document.getElementById(`uf${modal_id}`).value = data[3].uf;
-            document.getElementById(`uf${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.cidade) {
-            document.getElementById(`cidade${modal_id}`).value = data[3].cidade;
-            document.getElementById(`cidade${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.bairro) {
-            document.getElementById(`bairro${modal_id}`).value = data[3].bairro;
-            document.getElementById(`bairro${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.rua) {
-            document.getElementById(`rua${modal_id}`).value = data[3].rua;
-            document.getElementById(`rua${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.numero) {
-            document.getElementById(`numero${modal_id}`).value = data[3].numero;
-            document.getElementById(`numero${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[3]?.complemento) {
-            document.getElementById(`complemento${modal_id}`).value = data[3].complemento;
-            document.getElementById(`complemento${modal_id}`).setAttribute("readonly", "");
-        }
-
-        if (data?.[0]?.instituicao) {
-            document.getElementById(`instituicao[${modal_id}]`).value = data[0].instituicao;
-            document.getElementById(`instituicao[${modal_id}]`).setAttribute("readonly", "");
-        }
-
-        if (data?.[2]?.curso) {
-            document.getElementById(`curso[${modal_id}]`).value = data[2].curso;
-            document.getElementById(`curso[${modal_id}]`).setAttribute("readonly", "");
-        }
+        //if (data?.[3]?.cpf) {
+        document.getElementById(`cpf${modal_id}`).value = data[0]['cpf'];
+        document.getElementById(`cpf${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.rg) {
+        document.getElementById(`rg${modal_id}`).value = data[2]['rg'];
+        document.getElementById(`rg${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.celular) {
+        document.getElementById(`celular${modal_id}`).value = data[0]['celular'];
+        document.getElementById(`celular${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.cep) {
+        document.getElementById(`cep${modal_id}`).value = data[3].cep;
+        document.getElementById(`cep${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.cep) {
+        document.getElementById(`cep${modal_id}`).value = data[3].cep;
+        document.getElementById(`cep${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.uf) {
+        document.getElementById(`uf${modal_id}`).value = data[3].uf;
+        document.getElementById(`uf${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.cidade) {
+        document.getElementById(`cidade${modal_id}`).value = data[3].cidade;
+        document.getElementById(`cidade${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.bairro) {
+        document.getElementById(`bairro${modal_id}`).value = data[3].bairro;
+        document.getElementById(`bairro${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.rua) {
+        document.getElementById(`rua${modal_id}`).value = data[3].rua;
+        document.getElementById(`rua${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.numero) {
+        document.getElementById(`numero${modal_id}`).value = data[3].numero;
+        document.getElementById(`numero${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[3]?.complemento) {
+        document.getElementById(`complemento${modal_id}`).value = data[3].complemento;
+        document.getElementById(`complemento${modal_id}`).setAttribute("readonly", "");
+        //}
+
+        //if (data?.[0]?.instituicao) {
+        document.getElementById(`instituicao[${modal_id}]`).value = data[0].instituicao;
+        document.getElementById(`instituicao[${modal_id}]`).setAttribute("readonly", "");
+        //
+
+        //if (data?.[2]?.curso) {
+        document.getElementById(`curso[${modal_id}]`).value = data[2].curso;
+        document.getElementById(`curso[${modal_id}]`).setAttribute("readonly", "");
+        //}
 
         console.log(document.getElementById(`funcaoParticipante${modal_id}`));
         document.getElementById(`funcaoParticipante${modal_id}`).value = data[1]['nome'];