296
| <![CDATA[<input type="text" class="form-control validate[required]" name="nome" maxlength="100">]]>
|
301
| <![CDATA[<input type="text" class="form-control validate[required] inputmask_cpf_cnpj" name="cpf">]]>
|
305
| <![CDATA[<input type="tel" required placeholder="Insira seu telefone" class="form-control inputmask_tel validate[required]" name="telefone" max="11" />]]>
|
312
| <![CDATA[<input type="text" class="form-control validate[required,custom[email]]" name="email" maxlength="100">]]>
|
317
| <![CDATA[<input type="text" class="form-control validate[custom[email]]" name="email2" maxlength="100">]]>
|
349
| <![CDATA[<input type="text" class="form-control validate[required]" name="nome" maxlength="100">]]>
|
354
| <![CDATA[<input type="password" class="form-control validate[required]" name="senha" maxlength="100">]]>
|
389
| <![CDATA[<input type="text" class="form-control " name="nome" maxlength="100" required="required">]]>
|
393
| <![CDATA[<input type="email" class="form-control " name="email" maxlength="100" required="required">]]>
|
397
| <![CDATA[<input type="text" class="form-control " name="senha" maxlength="100" required="required">]]>
|
425
| <![CDATA[<input type="email" class="form-control " name="email" maxlength="100" required="required">]]>
|