Millisecond Forums

Use GET Parameters in Web Script

https://forums.millisecond.com/Topic16278.aspx

By SpoHo - 5/13/2015

Hi! I would love to add two get parameters to my survey. 
Can I only set the groupid by parameter - or can i pass any parameters (for instance the choice of an image source in the instruction)?

thanks!
By Dave - 5/13/2015

You can at most pass two parameters to the web script, to be used as subject and group id respectively.

What your script then does with or based on the passed in id's is for the most part up to you. It is for example conceivable to pass in a numerical group id and use the passed in number for item selection.