Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 29, 2019 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/a97b0abfc956d0309a0373bc12bccd23 to your computer and use it in GitHub Desktop.
Save parzibyte/a97b0abfc956d0309a0373bc12bccd23 to your computer and use it in GitHub Desktop.
<form method="post">
<label for="nombre">Nombre del producto</label>
<input th:field="*{nombre}" id="nombre" placeholder="Escribe el nombre del producto" type="text">
<div th:errors="*{nombre}"></div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment