add a test for the FormParam macro, and clarify in the docs that FormParam returns only the first value from a list
This commit is contained in:
parent
00de81868b
commit
84117932af
2 changed files with 96 additions and 1 deletions
|
|
@ -18,8 +18,9 @@ our $I18N = {
|
|||
<p><b>^FormParam();</b><br />
|
||||
This macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifying the name of the form field, like this: ^FormParam("phoneNumber");
|
||||
</p>
|
||||
<p>If the macro is used to pull data from a form field that returns multiple values, like a dropdown list, then only the first value will be returned.</p>
|
||||
|,
|
||||
lastUpdated => 1146679330,
|
||||
lastUpdated => 1154143837,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue