Skip to content

how to submit one form apart from multiple forms #10

@GoogleCodeExporter

Description

@GoogleCodeExporter
<tbody><tr>
                            <td>
                            <form action="/deals/xx/yy" method="POST" id="userTransactionSave" novalidate="novalidate">
                            <input type="text" value="tt123" name="id" id="id"> 
                            <input type="text" value="Buyy" name="advertisername" id="advertisername">
                            <input type="text" value="2014-12-31 15:32:24.0" name="createDt" id="createDt">
                            <input type="text" value="0.5" name="cashbackPct" id="cashbackPct">
                            <input type="text" value="9F4sKqVa" name="memberid" id="memberid" aria-required="true" aria-invalid="false" class="valid">
                            <input type="text" value="Buy" name="advertisername" id="advertisername">
                            <input type="text" value="0" name="storeMaxCashBack" id="storeMaxCashBack">
                            <input type="text" value="%" name="storeCashBackType" id="storeCashBackType">
                            <input type="text" value="Up to" name="storeCashBackRange" id="storeCashBackRange">
                            <button type="submit" class="btn-custom login">save</button>
                            </form></td>
                            </tr>


                            <tr>
                            <td>
                            <form action="/deals/xx/yy" method="POST" id="userTransactionSave" novalidate="novalidate">
                            <input type="text" value="t123" name="id" id="id"> 
                            <input type="text" value="uu" name="advertisername" id="advertisername">
                            <input type="text" value="2014-12-31 15:32:20.0" name="createDt" id="createDt">
                            <input type="text" value="0.0" name="cashbackPct" id="cashbackPct">
                            <input type="text" value="YV6FGMCE" name="memberid" id="memberid">
                            <input type="text" value="Target" name="advertisername" id="advertisername">
                            <input type="text" value="0" name="storeMaxCashBack" id="storeMaxCashBack">
                            <input type="text" value="%" name="storeCashBackType" id="storeCashBackType">
                            <input type="text" value="" name="storeCashBackRange" id="storeCashBackRange">
                            <button type="submit" class="btn-custom login">save</button>
                            </form></td>
                            </tr>



            </tbody>

apart from two forms if i submit one form it's not working.


ubuntu





Original issue reported on code.google.com by prasad.l...@gmail.com on 2 Jan 2015 at 6:46

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions