Difference between revisions of "Email field"
Line 4: | Line 4: | ||
== Description == | == Description == | ||
+ | |||
+ | This field works just like a text field except that | ||
+ | * it gives a validation error if it does not appear to be a valid email address | ||
+ | * when rendered it is rendered as a mailto: link to the email (unless the render_dont_link property is set). | ||
== Properties == | == Properties == | ||
Line 10: | Line 14: | ||
== Required Phrases == | == Required Phrases == | ||
+ | |||
+ | none. |
Revision as of 15:39, 10 January 2007
Description
This field works just like a text field except that
- it gives a validation error if it does not appear to be a valid email address
- when rendered it is rendered as a mailto: link to the email (unless the render_dont_link property is set).
Properties
As for text fields.
Required Phrases
none.