323
| <![CDATA[<input type="text" class="form-control validate[required]" name="nome" maxlength="100">]]>
|
328
| <![CDATA[<input type="text" class="form-control validate[required] inputmask_cpf_cnpj" name="cpf">]]>
|
332
| <![CDATA[<input type="tel" required placeholder="Insira seu telefone" class="form-control inputmask_tel validate[required]" name="telefone" max="11" />]]>
|
339
| <![CDATA[<input type="text" class="form-control validate[required,custom[email]]" name="email" maxlength="100">]]>
|
344
| <![CDATA[<input type="text" class="form-control validate[custom[email]]" name="email2" maxlength="100">]]>
|
376
| <![CDATA[<input type="text" class="form-control validate[required]" name="nome" maxlength="100">]]>
|
381
| <![CDATA[<input type="password" class="form-control validate[required]" name="senha" maxlength="100">]]>
|
416
| <![CDATA[<input type="text" class="form-control " name="nome" maxlength="100" required="required">]]>
|
420
| <![CDATA[<input type="email" class="form-control " name="email" maxlength="100" required="required">]]>
|
424
| <![CDATA[<input type="text" class="form-control " name="senha" maxlength="100" required="required">]]>
|
452
| <![CDATA[<input type="email" class="form-control " name="email" maxlength="100" required="required">]]>
|