Im using a Control Form with a set of hand-created fields in which the user select some parameters used later to a billing process.
The values selected by the user are stored in session variables, after the user post the form.
I want in a “label field” show the current session variables values but I cant get this. Any idea?
I tried “label field” with initial value=[session_variable] no luck.
Tanks
Pablo