zenden
Newbie
Offline
Posts: 2
|
 |
« on: November 06, 2008, 09:15:30 am » |
|
Does anyone know where to find information about the procedure to pass parameters to a form?
So the first time the form is called i like to pass some parameters to use in to the form.
Any help will be appriciated
|
|
|
|
|
Logged
|
|
|
|
|
fvds
|
 |
« Reply #1 on: November 06, 2008, 09:37:31 am » |
|
|
|
|
|
|
Logged
|
|
|
|
zenden
Newbie
Offline
Posts: 2
|
 |
« Reply #2 on: November 06, 2008, 10:28:26 am » |
|
Thanks for the quick reply.
I have one more question. Where and how do I retrieve and use the parameter when the form is called for the first time.
I like to open the form/page with a url parameter ?myvar=test Now I like to use myvar in the form.
Any suggestion will help.
Thanks again for your reply.
|
|
|
|
|
Logged
|
|
|
|
|
fvds
|
 |
« Reply #3 on: November 06, 2008, 12:21:01 pm » |
|
In the called form in the form's befer form piece you can use the ff_getParam() function.
|
|
|
|
|
Logged
|
|
|
|
|