IPPC Design Docs / Country Selector with Autosuggest & Label in Input Field

Country Selector with Autosuggest & Label in Input Field

Updated: Thursday, 19 November 2009

Uses jQuery Autocomplete Mod. Detailed documentation | More information.
Also on this page: jQuery script to use form labels as text field values. More information.


<form id="countryselect" action="" onsubmit="return false;">
<label for="CountryLocal" class="labelininput">Type country name</label>
<input type="text" name="CountryLocal" id="CountryLocal" value="" />
<input type="button" value="Go!" onclick="lookupLocal();" />
</form>