ConfirmIt Get variable from the URL

Get a variable's value from the URL (e.g. ?id=1) and write it in an open-text question named qID. You can use this stored ID for data checking.

//surveyscripting.com

var a = Request.QueryString("id");
f("qID").set(a);