Ajax AutoComplete Support Product Page
Answered
URL showing optional field not autocomplete
Asked 04 Nov 2012 02:00:59
1
has this question
04 Nov 2012 02:00:59 Julio C posted:
Hello,I am trying to output .../hotel-rooms.php?hotel-rates=hotelid number
But with the code below using autocomplete with "hoteladdress" and optional field "hotelid" I get:
.../hotel-rooms.php?hotel-rates=hoteladdress
<form action='../hotel-rooms.php'>
<input name="hotel-rates" id="autocomplete1" type="text" />
...DMXzone ajax autocomplete code...
<input type="submit">
</form>
I need visitors to be able to browse by hoteladdress, but need the url to show the hotelid.
Any suggestions
Thank you.
Replies
Replied 10 Nov 2012 16:45:56
10 Nov 2012 16:45:56 Julio C replied:
The status shows this question as "answered," but there is no answer written and I am still looking for an answer...