<form>
<input id="name" style="width: 100%; text-align: center;" type="text" value="[[+pagetitle]]"/>
<input id="price" maxlength="10" name="price" style="width:100%; text-align: center;" type="text" value="[[+price]]" />
<input id="count" maxlength="10" name="count" style="width:97%; text-align: center;" type="text" value="[[+count]]" />
<input id="countt" maxlength="10" name="countt" style="width:100%; text-align: center;" type="text" value="[[+total_count]]" />
<input id="pricet" maxlength="10" name="pricet" style="width:97%; text-align: center;" type="text" value="[[+total_cost]]" />
<input id="send" type="button" value="продолжить" class="btn" />
</form>
причем первые 3 инпута могут повторяться несколько раз. Как мне при нажатии на кнопку продолжить передать значения value, на новую страницу в адресную строку в таком виде
https://anketa.bank.rs.ru/minipotreb.php?id...&Order=1&TPr_1=[[+price]]&TC_1=[[+count]]&TNa me_1=[[+pagetitle]]&TCount=[[+pricet]]