How can I check if the number entered in the input-field is higher of even as th value in my 'min' field?
<tr>
<td>Steeeeaak</td>
<td><input type="hidden" name="amount_5_min" value="10"/>
<input type="text" name="amount_5" size="4" value="10"/></td>
<td>-</td>
<td><a href="/item/delete/eventId/2/hash/a8b5dzp9rks7164wh30j2anqh13w/itemId/5">Verwijder</a> </td>
</tr>
As you can see the first part of the name of both fields are the same ... Any possibilities here? I do a submit at the end of the form, so I guess I have to do something on submit?
Thx!