Hjälp: Data Form List TemplateThe following variables are available to the Data Form List template:
back.url 
The URL to go back to the Data Form data entry page.
 
back.label 
The default label for the back.url.
 
field_loop 
A loop containing information about the fields in this Data Form.
 
field.name 
The web safe name of this field.
 
field.label 
The human readable label for this field.
 
field.id 
A unique identifier representing this field in the database.
 
field.isMailField 
A conditional indicating whether this field exists for the mail subsystem of the data form.
 
field.type 
The data type associated with this field.
 
record_loop 
A loop containing the record entries of this data form.
 
 
record.entryId 
A unique identifier for this record entry.
record.ipAddress 
The IP Address of the user that submitted this record entry.
 
record.edit.url 
The URL to edit this record.
 
record.username 
The username of the person that submitted this record entry.
 
record.userId 
The user id of the person that submitted this record entry.
 
record.submissionDate.epoch 
The epoch datestamp for this record entry.
 
record.submissionDate.human 
A human readable date stamp, based upon the user's preferences, for this record entry.
 
record.data_loop 
A loop containing the data submitted by the user for each field in this data form.
 
 
record.data.value 
The value submitted by the user for this field in this record entry.
record.data.name 
The web safe name of this field.
 
record.data.label 
The human readable label for this field.
 
record.data.isMailField 
A conditional indicating whether this field exists for the mail subsystem of the data form.
 
  
 Se vidare:  |