<p>Forms that contain a <a href="/elements/message.html">ui message</a> error block will automatically be filled in with form validation information.</p>
<div class="info message">The template for error messages can be modified by adjusting settings.template.error</div>
<div class="ui ignored info message">The template for error messages can be modified by adjusting settings.template.error</div>
<div class="ui form segment">
<p>Let's go ahead and get you signed up.</p>
@ -283,7 +283,7 @@ type : 'UI Behavior'
<div class="inline example">
<h3 class="ui header">Validating on Blur and other Events</h3>
<p>Validation messages can also appear inline. UI Forms automatically format <a href="/elements/label.html">labels</a> with the class name <code>prompt</code>. These validation prompts are also set to appear on input change instead of form submission.</p>
<p>This example also uses a different validation event. Each element will be validated on input blur instead of the default form submit.</p>
<div class="ui ignored warning message">This example also uses a different validation event. Each element will be validated on input blur instead of the default form submit.</div>
<div class="code" data-type="javascript">
$('.ui.dropdown')
.form(validationRules, {
@ -494,7 +494,7 @@ type : 'UI Behavior'
Templates
<div class="sub header">Templates are used to construct elements</div>
</h3>
<div class="ui info message">Templates are found in <code>settings.template</code>, to modify templates across all forms, modify <code>$.fn.form.settings.templates</code> to include your function. They must return html.</div>
<div class="ui ignored info message">Templates are found in <code>settings.template</code>, to modify templates across all forms, modify <code>$.fn.form.settings.templates</code> to include your function. They must return html.</div>