Skip to main content
Nintex Community Menu Bar

Read URL Query string Perameters in smartform

  • May 19, 2016
  • 2 replies
  • 13 views

Forum|alt.badge.img+1

Hi,

 

In the smart form how to read the URL Querystring perameters.

 

Thanks

2 replies

Forum|alt.badge.img+8

Dear ,

 

I dont really know where the parameter is coming from , either its from a previous smartform or another place .

but oh well , recieving the parameter will need you to add Form's parameter on ur current smartform , it has to have the same name as the parameter (the one was sent to this smartform) .

then u could use this smartform paramter for reading or any other purpose .

 

hope it helps.

Regards.


Forum|alt.badge.img+2
  • December 22, 2016

Hi Ahmad,

 

In my case I had to fetch the ID parameter from query string and pass it to a field on the form. I followed your suggestion , created a parameter named "ID" in the form and leveraged it and made it work. Thanks for the useful tip.

 

Cheers,

Hande