Tag Link | -Token | Category | Utility |
---|---|---|---|
Type | Command | Source Available | No |
Support | Preferred | Version | 2.5 |
Change | Unchanged | Data Source | Any |
Output Type | None | 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 |
The name is specified after the
The value is specified in the same fashion as the value for any command tag.
The value for a named token can be retrieved using the [Token_Value] tag. For example, [Token_Value: 'First_Name'] or [Token_Value: '34']. The value for a token can only be retrieved in the response page to an HTML form or URL based action which includes a
In order to store and retrieve values within a single format file the [Variable] tag should be used instead.
By simply specifying
[Inline:
<a href="default.lasso?
<form action="default.lasso" method="POST">
<input type="hidden" name="
...
</form>
Required Parameters | |
---|---|
Value | The value of the token which is to be set. |
Optional Parameters | |
Name | The name of the token which is to be set. |
To define a token within an HTML form:
Use the
<form action="response.lasso" method="POST">
<input type="hidden" name="
<input type="hidden" name="
<input type="submit" name="
</form>