364
| <![CDATA[<input type="text" class="form-control validate[required]" name="nome" maxlength="100">]]>
|
369
| <![CDATA[<input type="text" class="form-control validate[required] inputmask_cpf_cnpj" name="cpf">]]>
|
373
| <![CDATA[<input type="tel" required placeholder="Insira seu telefone" class="form-control inputmask_tel validate[required]" name="telefone" max="11" />]]>
|
380
| <![CDATA[<input type="text" class="form-control validate[required,custom[email]]" name="email" maxlength="100">]]>
|
385
| <![CDATA[<input type="text" class="form-control validate[custom[email]]" name="email2" maxlength="100">]]>
|
417
| <![CDATA[<input type="text" class="form-control validate[required]" name="nome" maxlength="100">]]>
|
422
| <![CDATA[<input type="password" class="form-control validate[required]" name="senha" maxlength="100">]]>
|
457
| <![CDATA[<input type="text" class="form-control " name="nome" maxlength="100" required="required">]]>
|
461
| <![CDATA[<input type="email" class="form-control " name="email" maxlength="100" required="required">]]>
|
465
| <![CDATA[<input type="text" class="form-control " name="senha" maxlength="100" required="required">]]>
|
493
| <![CDATA[<input type="email" class="form-control " name="email" maxlength="100" required="required">]]>
|