Is there any way to pass info from Survey123 Web form to another Web form using a custom URL? I am trying o launch a second survey from a first if certain conditions are met (in my case, if a member of the public is reporting a fish kill and red tide is suspected as the cause). I can open the second survey from a URL, but I cannot pass the custom ID from the first survey to the second. I have tried every option of "field: <field name>=<value> that I can think of, with/without "{}", with/without "${}", replacing the symbols with %<hexdec>. The only value that comes across is the code used to try and identify the column in the <value> part of the URL.
Any help is greatly appreciated,
Chris Anderson
Florida Fish and Wildlife Conservation Commission
field:SecondarySurveyID=KillCounty
field:SecondarySurveyID="KillCounty"
field:SecondarySurveyID={KillCounty}
field:SecondarySurveyID=%{KillCounty}
field:SecondarySurveyID=%24{KillCounty}
field:SecondarySurveyID=%24%28KillCounty%29