167
| <![CDATA[<input type="text" name="name" id="name" placeholder="Nome/Razão Social" autocomplete="name">]]>
|
170
| <![CDATA[<input type="text" name="cpfcnpj" id="cpfcnpj" placeholder="CPF/CNPJ">]]>
|
173
| <![CDATA[<input type="text" name="address" id="address" placeholder="Logradouro">]]>
|
176
| <![CDATA[<input type="text" name="number" id="number" placeholder="Número">]]>
|
179
| <![CDATA[<input type="text" name="complement" id="complement" placeholder="Complemento">]]>
|
182
| <![CDATA[<input type="text" name="neighborhood" id="neighborhood" placeholder="Bairro">]]>
|
185
| <![CDATA[<input type="text" name="city" id="city" placeholder="Município">]]>
|
188
| <![CDATA[<input type="text" name="uf" id="uf" placeholder="UF" maxlength="2">]]>
|
191
| <![CDATA[<input type="text" name="cep" id="cep" placeholder="CEP">]]>
|
194
| <![CDATA[<input type="email" name="email" id="email" placeholder="E-mail" autocomplete="email">]]>
|
197
| <![CDATA[<input type="text" name="phone" id="phone" placeholder="Telefone" autocomplete="tel">]]>
|
200
| <![CDATA[<input type="password" name="password" id="password" placeholder="Senha (mais de 6 caracteres)" autocomplete="new-password">]]>
|
203
| <![CDATA[<input type="password" name="confirm_password" id="confirm_password" placeholder="Confirme a senha" autocomplete="new-password">]]>
|