You need to use the small black arrow next to the default value field to enter a macro expression. Then, you can use one of these two macros:
{%QueryString["parameterName"]%}
or,
{%ParameterName%}
Make sure you will sanitize the input and use e.g. some default value too.