Skip to main content
Nintex Community Menu Bar

GetQueryString for DispForm

  • November 12, 2020
  • 0 replies
  • 19 views

Forum|alt.badge.img+3

Hello,

I am using the inline function "fn-GetQueryString(TxtField)" as default value to a Txtfield not connected to any column. 

 

so my query stirng url is /DispForm.aspx?ID=1&TxtField=1 and it sets TxtField=1 only to an existing element after publishing the form. However, the TxtField=1 are never set on newly added element in the list. Using Chrome Version 86.0.4240.75

 

Any idea or Javascript suggestion?