If YZ56765ZX
is entered into the input field, the form should generate the following URL:
http://www.example.com/quick-access/?track-code#trackingIds=YZ56765ZX
The form:
<form enctype="text/plain" action="http://www.example.com/quick-access/">
<input type="text" name="track-code#trackingIds" id="keys" />
<button type="submit">Search</button>
</form>
The problem is that I am unable to generate a URL that includes the: #
character. The #
will become %23
instead.