Select to view content in your preferred language

Pass URL parameter into Survey123 Hidden Field

428
2
Jump to solution
03-05-2026 07:11 AM
Brian_McLeer
MVP Regular Contributor

In working on a migration to a custom Citizen Problem Reporter application, one component I have set up is to email the submitter after a ticket has been marked as complete which includes a URL to a Survey123 form on AGOL. I have a hidden field on the survey called Ticket ID (field name ticket_id). the URL the submitter receives has the ticket ID in the URL, such as this masked URL: https://survey123.arcgis.com/share/itemid:ticket_id=%ticket_id

Does anyone know how I could take the ticket ID from the URL and pass it into the hidden ticket ID field on the form? My goal is for the survey to store the ticket ID so I can pull the data from AGOL back into a survey table. 

0 Kudos
1 Solution

Accepted Solutions
2 Replies
Neal_t_k
MVP Regular Contributor
Brian_McLeer
MVP Regular Contributor

Thanks @Neal_t_k, that worked for me.  

0 Kudos