IhaveaformandIwouldliketoseparatebycategoriesthesameisanexampleintheimage,whichinthecasehas"Login Data" and "Contact Data"
How do you do that?
Thank you
Involve the fields you want to separate, with the tag <fieldset></fieldset>
.
To put a caption like in the example above use <legend>Dados de Login</legend>
that should be inside the <fieldset>
tag:
<fieldset>
<legend>Dados de Login</legend>
<!-- Conteúdo do campo -->
</fildset>