Pre-Populating form with getQueryString

  • 21 February 2018
  • 4 replies
  • 8 views

Essentially, I'd like to replicate this functionality in Nintex 365:

 

 

Problem is, the function fn-GetQueryString() does not seem to be in Nintex 365.  Is there another way to accomplish the same thing?


4 replies

Let me know if there is any other information I can give you to help find a workaround.

Userlevel 7
Badge +17

The only way I know about is to use custom jquery to read request URL and get parameters. For the RWD forms this is not feasible.

Regards, 

Tomasz 

Hi Tomasz,

Thank you for your response.

Do you know how I can set up the custom jquery to accomplish this?

What is a RWD form?

Badge +4

You have to do Classic Form (pixel perfect), not a Responsive form

In this case, in the form settings you can put your javascript in the "custom javascript" part or a link to a js file in the "Custom JavaScript Includes" field

Reply