Skip to main content
Nintex Community Menu Bar

K2 smartforms - Passing Parameter from URL (like GET)

  • April 21, 2017
  • 2 replies
  • 132 views

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!

2 replies

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.


  • Author
  • April 26, 2017

Hi Shawn,

 

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