Как скрытно передать hash и id в URL
Нужно через input hidden, передать hash и order_id в url, после нажатия кнопки расчитать, как это можно реализовать?
<fieldset class="field-set col col--4-12">
<input type="submit" class="button button--hollow agentClear"
id="sendOrder" value="Расчитать"/>
<input type="number" name="order_id" id="order_id"
value="20" style="display: none">
<input type="text" name="hash" id="hash"
value="b3e21df8eefaf22369cdb5425f521e23" style="display:
none">
</fieldset>