Edit Form Item View

Update this Page's display of select data from a single Submitted Form. (It must be linked to from a Form List View Page.)

Copy existing Custom Form fields from the top of the Page and paste them in the Rich-text Editor window.

Use the following URL format to link to files and embed images:

/files/^^example^^ , where example is a form field that contains the name of the File uploaded.

Use the following format to output different content depending on whether there is a value or not:

[[He entered ^^name^^ as his name.||He did not enter a name.]]

You can use the following format to customize the date format for date and date & time fields. The format can either be a PHP date format or "relative" for a relative time (e.g. "2 minutes ago", "2 minutes from now").

Format:
^^field_name^^%%format%%

Examples:
^^submitted_date_and_time^^%%l, F j, Y \a\t g:i A%%
^^submitted_date_and_time^^%%relative%%

NOTE: For "relative" date/time formatting, once the date goes beyond one month, the full date and/or time is displayed.

System Fields

System Fields are fields that are available to include in your layout that are automatically created for all Submitted Form data.

Form Fields

Form Fields are fields that were created on the Custom Form that the Form List View Page is associated with (through it's Page Properties).

Comment Fields

There are several system fields (see below) which allow you to display information about Comments that have be added to Submitted Forms. These fields can be used to setup a forum that shows the number of replies and newest reply for various topics.

Use the following URL format to link directly to the newest Comment:

#software_comment_^^newest_comment_id^^