HTML-FormHandlerX-Form-JQueryValidator

 view release on metacpan or  search on metacpan

examples/template/form.tt  view on Meta::CPAN

[% MACRO form_header BLOCK %]
    <form name="[% id %]" id="[% id %]" method="post" action="[% action %]" class="form-horizontal[% IF jquery_validate %] jquery-validate-form[% END %]">
    <fieldset>
        <legend>[% legend %]</legend>
      [% IF form.errors %]
          <div class="alert alert-error">
            <a class="close" data-dismiss="alert">×</a>
          <p>
          <b>There was a problem, please check the highlighted fields in the form below</b>
        </div>
      [% END %]
	     <div class="control-group">
[% END %]



( run in 1.288 second using v1.01-cache-2.11-cpan-49f99fa48dc )