Skip to content

Instantly share code, notes, and snippets.

@crismanNoble
Created July 2, 2021 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crismanNoble/fe76c54e42252d6e0de87db3fd224b73 to your computer and use it in GitHub Desktop.
Save crismanNoble/fe76c54e42252d6e0de87db3fd224b73 to your computer and use it in GitHub Desktop.
<form>
<label for="zip">Zip:</label>
<input id="zip" name="zip"/>
<label for="city">City:</label>
<div id="city-input-wrapper"><!-- wrap the city input so we can change to a dropdown if necessary -->
<input id="city" name="city"/>
</div>
<label for="state">State:</label>
<input id="state" name="state"/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment