Skip to content

Instantly share code, notes, and snippets.

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 jamesjacobs/cfa045883d888fde4bc7803e2682a220 to your computer and use it in GitHub Desktop.
Save jamesjacobs/cfa045883d888fde4bc7803e2682a220 to your computer and use it in GitHub Desktop.
Example output of form.text helper with help and error text including Pulsar updates
<div class="form__group has-error">
<label for="name" class="control__label">Name</label>
<div class="controls">
<input id="name" name="name" type="text" aria-describedby="guid-836139621 guid-677110833" aria-invalid="true" class="form__control">
<span class="help-block is-error" role="alert" id="guid-836139621"><i aria-hidden="true" class="icon-warning-sign"></i> Please enter your full name</span>
<span class="help-block" id="guid-677110833">Your full name, including any middle names</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment