I would like to retrieve a value from the Query String in the URL from a form.

I would like to retrieve a value from the Query String in the URL from a form.

I am trying to pass a value from one application to another. I have the variable that I want in my url, but I cannot figure out how to get it to the form I need it for.

My URL looks like this " .../#View:Opportunities_List_Page?UserEmail=" + User.Email 

I would like to get my form to populate the field "UserEmail"