LassoScript Utility
Basics Browse Detail

[Option]

Tag Link [Option] Category Database
Type Substitution Source Available No
Support Preferred Version 2.0
Change Unchanged Data Source FileMaker Pro
Output Type String Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x, Lasso 2.5, Lasso 2.0, Lasso 1.x

Description

[Option] generates a series of

Syntax

<select name="Field_Name">
  [Option: 'Field_Name']
</select>

Parameters

Required Parameters
Field_Name The FileMaker Pro field name which is formatted with the value list that should be used to generate the items for the HTML <select> menu.

Examples

To display a pop-up menu with values from a FileMaker Pro value list:

Use the [Option] tag. The following example creates a pop-up menu with a single selected item selected.

<select name="Title">
  [Option: 'Title']
</select>