webgui/lib/WebGUI/i18n/English/Macro_FormParam.pm

27 lines
780 B
Perl

package WebGUI::i18n::English::Macro_FormParam;
our $I18N = {
'macroName' => {
message => q|Form Parameter|,
lastUpdated => 1128838349,
},
'form param title' => {
message => q|Form Parameter Macro|,
lastUpdated => 1112466408,
},
'form param body' => {
message => q|
<p><b>&#94;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: &#94;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 => 1154143837,
},
};
1;