Basic fields are simple and straightforward and they come with a lot of options.

Important things to keep in mind:

<ul class="Vlt-list Vlt-list--simple">
	<li>Having a <code>label</code> in every single input is not mandatory as long as there's a clear definition of what the input is for</li>
	<li>Do <b>NOT</b> use <code>placeholders</code>. They are proven to be distracting to the user in this type of form, and they are not a substitution for labels as they disappear on focus.</li>
</ul>