Default Element (List - Field)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
- Sets the default value for a field.
<Default>
</Default>
Attributes
Attribute |
Description |
---|---|
None |
N/A |
Child Elements
None |
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Example
The following example provides descriptive text and sets the default value of the FavoriteColor field to black.
<Field Type="Text" Name="FavoriteColor">
<Description>Enter your favorite color here. If you don’t have a
favorite color, enter "Black".
</Description>
<Default>Black</Default>
</Field>