此表单实际上正在获取一些输入字段,如下所示。
我需要添加输入(隐藏)字段值和我从 custom12 获得的值,并在隐藏字段中作为 custom 13 发送到下一页。怎么做
<form name="q9" id="submitDetails" action="pandora.do" method="post" class="form-horizontal">
<input type="hidden" name="cutom4" value="1" class="Qty">
<input type="hidden" name="cutom5" value="2" class="Qty">
<input type="hidden" name="cutom6" value="3" class="Qty">
<input type="hidden" name="cutom7" value="5" class="Qty">
<input type="hidden" name="cutom8" value="1" class="Qty">
<input type="hidden" name="cutom9" value="9" class="Qty">
<input type="hidden" name="cutom10" value="8" class="Qty">
<input type="hidden" name="cutom11" value="10" class="Qty">
<fieldset class="questionsForm">
<div class="form-group">
<div class="col-xs-10">
<div class="radio">
<input name="custom12" id="custom12A" value="1" type="radio" class="styled myClass prettyCheckable">
<label for="custom12A">I love what I love – that will never change </label>
</div>
<div class="radio">
<input name="custom12" id="custom12B" value="2" type="radio" class="styled myClass prettyCheckable">
<label for="custom12B">I keep an eye on the charts </label>
</div>
<div class="radio">
<input name="custom12" id="custom12C" value="3" type="radio" class="styled myClass prettyCheckable">
<label for="custom12C">I buy t-shirts, records and go to live shows if I like an artist. </label>
</div>
<div class="radio">
<input name="custom12" id="custom12D" value="4" type="radio" class="styled myClass prettyCheckable">
<label for="custom12D">I always know every word of every song and travel night and day for my artists.</label>
</div>
</div>
</div>
<div id="error_msg5"> </div>
<input type="hidden" name="cutom13" value="$entrantForm32399.custom13" id="custom13">
<div class="clearfix"> </div>
<!-- Button -->
<div class="form-group nextButton">
<div class="col-xs-10">
<button id="submitDetails" name="submitDetails" class="btn btn-primary btnNext">NEXT</button>
</div>
</div>
</fieldset>
</form>