formerror

Templating System : Designer Guide : Tag Reference : formerror

Summary

The formerror tag is used to specify the presentation of a form validation error.

Usage

  <formtemplate id="add_user">
  <table>
  <tr>
    <td>First Name</td>
    <td>
      <formwidget id="first_name">
<formerror id="first_name" type="no_special_characters"> The first name may not not contain special characters such as @, $, !, %, & or #. </formerror> </td> </tr> </table><br> <input type=submit value="Submit"> </formtemplate>

Notes


templating@arsdigita.com