[
{
"mostrar": "in,out",
"label": "Cadastro - Estágio",
"campo": "cadastro",
"tipo": "titulo6",
"colunas_in": "12",
"colunas_out": "12"
},
{
"mostrar": "in,out",
"label": "Nome Completo",
"campo": "nome_user",
"tipo": "text",
"colunas_in": "6",
"colunas_out": "4",
"requerido": "1"
},{
"mostrar": "in,out",
"label": "Data de Nascimento",
"campo": "data_nasc",
"tipo": "data",
"colunas_in": "6",
"colunas_out": "4",
"requerido": "1"
},
{
"mostrar": "in,out",
"label": "MENOR DE IDADE",
"campo": "menor_idade",
"tipo": "select_valor",
"colunas_in": "12",
"requerido": "1",
"colunas_out": "4",
"opcoes": ["Sim", "Não"],
"condition": {
"when": "equal",
"value": "Sim",
"action": {
"show": [
"responsavel_user",
"nome_responsavel",
"data_nasc_resp",
"cpf_resp",
"rg_resp",
"logradouro_resp",
"bairro_resp",
"cidade_resp",
"uf_resp",
"cep_resp"
],
"required": [
"responsavel_user",
"nome_responsavel",
"data_nasc_resp",
"cpf_resp",
"rg_resp",
"logradouro_resp",
"bairro_resp",
"cidade_resp",
"uf_resp",
"cep_resp"
]
}
}
},
{
"mostrar": "in,out",
"label": "CPF",
"campo": "cpf_user",
"tipo": "cpf",
"colunas_in": "6",
"colunas_out": "6",
"requerido": "1"
},
{
"mostrar": "in,out",
"label": "RG",
"campo": "rg_user",
"tipo": "number",
"colunas_in": "6",
"colunas_out": "6",
"requerido": "1"
},
{
"mostrar": "in,out",
"label": "Endereço",
"campo": "logradouro",
"tipo": "text",
"colunas_in": "12",
"colunas_out": "6",
"requerido": "1",
"placeholder":"Rua/Avenida e Número"
},
{
"mostrar": "in,out",
"label": "Bairro",
"campo": "bairro_user",
"tipo": "text",
"colunas_in": "4",
"colunas_out": "6",
"requerido": "1"
},
{
"mostrar": "in,out",
"label": "Cidade",
"campo": "cidade_user",
"tipo": "text",
"colunas_in": "4",
"colunas_out": "4",
"requerido": "1"
},
{
"mostrar": "in,out",
"label": "UF",
"campo": "uf_user",
"tipo": "text",
"colunas_in": "4",
"colunas_out": "4",
"requerido": "1"
},
{
"mostrar": "in,out",
"label": "CEP",
"campo": "cep_numero",
"tipo": "number",
"colunas_in": "12",
"colunas_out": "4",
"requerido": "1"
},
{
"mostrar": "in,out",
"label": "Dados do Responsável",
"campo": "responsavel_user",
"tipo": "titulo6",
"colunas_in": "12",
"colunas_out": "12",
"classe":"hide"
},
{
"mostrar": "in,out",
"label": "Nome Completo do Responsável",
"campo": "nome_responsavel",
"tipo": "text",
"colunas_in": "6",
"colunas_out": "6",
"classe":"hide"
},
{
"mostrar": "in,out",
"label": "Data de Nascimento do Responsável",
"campo": "data_nasc_resp",
"tipo": "data",
"colunas_in": "6",
"colunas_out": "6",
"classe":"hide"
},
{
"mostrar": "in,out",
"label": "CPF do Responsável",
"campo": "cpf_resp",
"tipo": "cpf",
"colunas_in": "6",
"colunas_out": "6",
"classe":"hide"
},
{
"mostrar": "in,out",
"label": "RG do Responsável",
"campo": "rg_resp",
"tipo": "number",
"colunas_in": "6",
"colunas_out": "6",
"classe":"hide"
},
{
"mostrar": "in,out",
"label": "Endereço do Responsável",
"campo": "logradouro_resp",
"tipo": "text",
"colunas_in": "12",
"colunas_out": "6",
"placeholder":"Rua/Avenida e Número",
"classe":"hide"
},
{
"mostrar": "in,out",
"label": "Bairro do Responsável",
"campo": "bairro_resp",
"tipo": "text",
"colunas_in": "4",
"colunas_out": "6",
"classe":"hide"
},
{
"mostrar": "in,out",
"label": "Cidade do Responsável",
"campo": "cidade_resp",
"tipo": "text",
"colunas_in": "4",
"colunas_out": "4",
"classe":"hide"
},
{
"mostrar": "in,out",
"label": "UF do Responsável",
"campo": "uf_resp",
"tipo": "text",
"colunas_in": "4",
"colunas_out": "4",
"classe":"hide"
},
{
"mostrar": "in,out",
"label": "CEP do Responsável",
"campo": "cep_resp",
"tipo": "number",
"colunas_in": "12",
"colunas_out": "4",
"classe":"hide"
}
]
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter