so with jQuery I'd like to take my url value example:
/finance-proposal?value=BD07UWT
And add it to this input element on my page:
<input name="field[21]" id="field21" class="input-text required-entry " style="" value="" type="text"></input>
I have tried to parse the url value however I have had no success.
Any idea what would be the most simple method of doing this with jQuery when the page loads?
Thanks, Nick