Hi,
I want to ask about Parameter in smartforms.
I know that Parameter can be used to pass data from one smartform to another smartforms.
Can I pass the data in the URL (just like GET method)?
For example:
Runtime URL
http://server:81/Runtime/Runtime/Form/Test__View/
Runtime URL with Parameters
http://server:81/Runtime/Runtime/Form/Test__View?GUID=aaaa&UserId=bbbbbb
Thank you!