Good day,
Could someone please assist / advise on how I could use the autocomplete search widget as part of a HTML form, in order to store the output result in a name attribute / value (please see example below)?
<form action= "/search" method="POST">
<div id="searchDiv" name="location" placeholder="Search by city"></div>
<button type="submit">Search</button>
</form>
I am currently using the below search widget:
https://codepen.io/noash/pen/yLgmRWK?editors=1000