Form fields and encoding
2 fields - name and occupation.
If user types in “Dave H.” as the name
and “none” for occupation, the query
would look like this:
“name=Dave+H%2E&occupation=none”
53