<textarea> field.
| Parameters: |
|
|---|
HasLinkCount (See Security for more information.)
field, textarea
Checkbox <input> field.
field, checkbox
Submit <input> button.
Note
Submit buttons are automatically used as form identifiers.
submit
File upload <input> field.
This field requires the FileUpload hook to process file uploads after the form is submitted. You also need to ensure that your form’s encoding type is set to multipart/form-data in order to accept file uploads (See Forms for more information).
| Parameters: |
|
|---|
field, file-upload
File uploads work in three steps:
fileUpload() includes pre-defined MIME-type groups as a convenience to refer to a document type without individually specifying a plethora of MIME types:
Generic <input> field.
| Parameters: |
|
|---|
field
Three text <input> boxes for the day, month, and year.
| Parameters: |
|
|---|
field, date
Three <select> drop downs for the day, month, and year.
| Parameters: |
|
|---|
field, date, date-drop-downs
Date calendar <input> field.
Note
The automatic pop-up calendar requires Pancake’s Static media.
| Parameters: | date_format (str) – Date format for the formatted value. Defaults to l, j F Y. |
|---|
field, date, text, calendar
Two <select> drop downs for semester and year.
| Parameters: |
|
|---|
MatchesPattern for the pattern #([A-Za-z]+) (\d{4})#.
field, date, date-drop-downs
Checkbox <input> list field.
| Parameters: |
|
|---|
field, list, checkbox-list
Radio button <input> list field.
| Parameters: |
|
|---|
field, list, radio-list
Drop-down <select> box field.
| Parameters: |
|
|---|
field, select
List of rank-able text <input> fields.
| Parameters: |
|
|---|
field, list, ranking
Email address <input> field.
field, text, email
Phone number <input> field.
field, text, phone
US and Canadian postal code <input> field.
field, text, postal-code