HTML-Prototype von in2code

<insert-markup>2.3.1.2-</insert-markup>
  • This field is required
Markup: templates/output/04-elements/forms/input/password.html

<div class="flex__12 powermail_fieldwrap">
  <label for="demoformid-password">Your Password</label>
  <input class="" type="password" id="demoformid-password" name="" placeholder="Type your Password"/>
</div>
<div class="flex__12 powermail_fieldwrap">
  <label for="demoformid-password-error">Your Password</label>
  <input class="" type="password" id="demoformid-password-error" name="" placeholder="Type your Password"/>
  <ul class="powermail-errors-list">
    <li>This field is required</li>
  </ul>
</div>
Source: assets/sass/04-elements/_elements.forms.scss, line 107