Lists all the form variables and parameters passed to the current page.
numero = 249This context is extremely useful to debug a form
Example:The following are all the form variables available to this page:[formvariables][index],[name],[value]The [formvariables] context has optional parameters placed within the beginning tag in order to modify the list of form variables produced.Example:The following are the values of all the form variables with the name "text":
[/formvariables]
[formvariables name=text&exact=T][index],[value]Listing the variables with a given name is useful for getting the results of a multiple select list or multiple checkboxes with the same name.The following parameters are optional to the [formvariables] context:
[/formvariables]
Parameter | Description |
---|---|
Name | (Optional) The name of the field to list. |
Exact | (Optional) T(rue) or F(alse) whether to exactly match the name of the parameter or match any name that contains the "name" value. (Default value is true). |
Form | (Optional) Use form=include to retrieve the list of form variables from the [include file=xxx&var1=yyy&var2=zzz] tag in this template. |
Tag | Description |
---|---|
[name] | the name of the field. |
[value] | the value associated with the field. |
[index] | A number from 1 to the total number of fields, indicating this field's index placement in the list. |
[break] | From version 8.1, if the [formvariables] context sees the [break] tag while executing a loop, it will stop looping, once it finishes the current loop. Thus the [break] tag should only appear in a [showif] statement that is evaluated at the end (bottom) of the loop. |
This context is extremely useful to debug a form
[formvariables]
[index],[name],[value]
[/formvariables]
[formvariables name=text&exact=T]
[index],[value]
[/formvariables]
Parameter | Description |
---|---|
Name | (Optional) The name of the field to list. |
Exact | (Optional) T(rue) or F(alse) whether to exactly match the name of the parameter or match any name that contains the "name" value. (Default value is true). |
Form | (Optional) Use form=include to retrieve the list of form variables from the [include file=xxx&var1=yyy&var2=zzz] tag in this template. |
Tag | Description |
---|---|
[name] | the name of the field. |
[value] | the value associated with the field. |
[index] | A number from 1 to the total number of fields, indicating this field's index placement in the list. |
[break] | From version 8.1, if the [formvariables] context sees the [break] tag while executing a loop, it will stop looping, once it finishes the current loop. Thus the [break] tag should only appear in a [showif] statement that is evaluated at the end (bottom) of the loop. |
DOWNLOAD WEBDNA NOW!
A list of the currently available modules...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
F.A.QA compilation of some user's questions...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
WebDNA LibrariesA list of available libraries for WebDNA...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
Embeds the results of an external function...
[listvariables]Lists all the text and/or math variables which have been set earlier on a page...
Web Hosting Control Panels and WebDNAWeb Hosting Control Panels are becoming prevelant in the industry...
[raw]Displays enclosed text without interpreting the [xxx] tags in any way...
[filecompare]Compares the size...
[waitforfile]The server waits until the file appears on disk...