this is a newbie question, but I don't know how to do. I have a form , but have two submit button and two action all no reaction. this is my view:
<form id="form1" name="form1" method="post">
輸入金額*:<input type="text" name="txtmoney" id="txtmoney" value="" required/><br>
<br>
<input type="submit" name="moneyout" id="moneyout" value="提款" action="/app_dev.php/bank/moneyout"/>
<input type="submit" name="moneyin" id="moneyin" value="存款" action="/app_dev.php/bank/moneyin"/>
<input type="reset" name="btnReset" id="btnReset" value="重填金額"/></div><br>
</form>