[SOLVED] Billing settings form

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

Re: Billing settings form

Hi,
it has to be done in the onLoad event of the form/control.

{label_field}=[session_variable];

jsb

Re: Billing settings form

Excellent!!

Thxs!