fix bug on search bar (it should display potential destinations via Google) - Work must be done online live via Chrome remote desktop. I will be back in two hours to check offers (so at 10.37 am CET)
Budget: €8 – €30 EUR
The error message displays: "! Sorry! Something went wrong." instead of the possible destinations with those inserted characters
see the search bar on our homepage
http://work-related-learning.com/
This the div from inspection
WE have Laravel PHP and Google API running on this.
Work must be done via Chrome remote desktop (like Teamviewer but free)
<div class="banner_form_left">
<input id="where-to-go-main" type="text" value="" placeholder="Sorry! Something went wrong." class="form-control form_text1 where-to-go pac-target-input gm-err-autocomplete" autocomplete="off" disabled="" style="background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/icon_error.png");">
<input type="hidden" id="latitude" value="">
<input type="hidden" id="longitude" value="">
<input id="check-in-main" value="" readonly="" class="airfcfx-check-cal form-control cal form_text2 check-in hasDatepicker" style="width:20% !important" placeholder="Start Date">
<input id="check-out-main" value="" readonly="" class="airfcfx-check-cal form-control cal form_text2 check-out hasDatepicker" style="width:20% !important" placeholder="End Date">
<select id="guest-count" style="width:20% !important" class="airfcfx-guest-count form-control form_text2 guest-count" name="numofstudents">
<option value="1">1 students</option>
<option value="2">2 students</option>
<option value="3">3 students</option>
<option value="4">4 students</option>
<option value="5">5 students</option>
<option value="6">6 students</option>
<option value="7">7 students</option>
<option value="8">8 students</option>
<option value="9">9 students</option>
<option value="10">10 students</option>
</select>
</div>
see the search bar on our homepage
http://work-related-learning.com/
This the div from inspection
WE have Laravel PHP and Google API running on this.
Work must be done via Chrome remote desktop (like Teamviewer but free)
<div class="banner_form_left">
<input id="where-to-go-main" type="text" value="" placeholder="Sorry! Something went wrong." class="form-control form_text1 where-to-go pac-target-input gm-err-autocomplete" autocomplete="off" disabled="" style="background-image: url("https://maps.gstatic.com/mapfiles/api-3/images/icon_error.png");">
<input type="hidden" id="latitude" value="">
<input type="hidden" id="longitude" value="">
<input id="check-in-main" value="" readonly="" class="airfcfx-check-cal form-control cal form_text2 check-in hasDatepicker" style="width:20% !important" placeholder="Start Date">
<input id="check-out-main" value="" readonly="" class="airfcfx-check-cal form-control cal form_text2 check-out hasDatepicker" style="width:20% !important" placeholder="End Date">
<select id="guest-count" style="width:20% !important" class="airfcfx-guest-count form-control form_text2 guest-count" name="numofstudents">
<option value="1">1 students</option>
<option value="2">2 students</option>
<option value="3">3 students</option>
<option value="4">4 students</option>
<option value="5">5 students</option>
<option value="6">6 students</option>
<option value="7">7 students</option>
<option value="8">8 students</option>
<option value="9">9 students</option>
<option value="10">10 students</option>
</select>
</div>