weird html form submission result
-
Simple HTML form on the page
<form id="availability" action="https://db.barnesbrinkcraft.co.uk/barnes1/booking/houseClassAvailability" method="post" name="availabilty"> <input name="LMNB" value="true" type="hidden"><p></p> <div class="form">Nights:</div> <div class="form"><select id="id_nights" name="nights"><option value="7">Full Week</option><option value="4">Short Break</option></select></div> <div class="form">Date from:</div> <div class="form"><input id="start_date" name="start_date" value="" class="hasDatepicker" type="text"></div> <div class="form">
results in
https://secure.barnesbrinkcraft.co.uk/barnes1/booking/houseClassAvailability?LMNB=true&nights=7&start_date=12%2F02%2F2018&submit=Check+Availability?LMNB=true&nights=7&start_date=12%2F02%2F2018&submit=Check+Availability
Why are the POST fields being parsed twice????
<p><input name="submit" value="Check Availability" type="submit"></p> </div> </form>
- This topic was modified 7 years, 1 month ago by . Reason: Fixing broken formatting and moving to Fixing WordPress
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘weird html form submission result’ is closed to new replies.