Skip to main content

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!

Yes, that's exactly how it works. If you add parameters to a form and finish it, then click 'run with parameters', it will show you the resultant URL at the bottom as you fill in the parameters.


Hi Shawn,

 

thanks, just noticed the URL in the bottom of the page. :D


Reply