Skip to content

Instantly share code, notes, and snippets.

@samuelgoto
Last active April 16, 2018 19:15
Show Gist options
  • Save samuelgoto/238a1437f69ee8d96cd29df1113c2506 to your computer and use it in GitHub Desktop.
Save samuelgoto/238a1437f69ee8d96cd29df1113c2506 to your computer and use it in GitHub Desktop.
<fieldset scope="spouse">
    <input autocopomplete="firstName">
    <input autocomplete="lastName">
</fieldset>
  • specialization
<input autocomplete="spouse firstName">
<input autocomplete="spouse lastName">
  • output of registration forms
<output autocomplete="spouse firstName" content="Dani">
<output autocomplete="spouse lastName" content="Goto">
<output autocomplete="child firstName" content="Leo">
<output autocomplete="child lastName" content="Goto">
<output autocomplete="child firstName" content="Anna">
<output autocomplete="child lastName" content="Goto">
  • output of reservations
<output autocomplete="reservation pickUpDate" content="05/02/2018">
<output autocomplete="reservation dropOffDate" content="06/02/2018">
<output autocomplete="reservation location pickUpLocation address streetName" content="2345 mount eden road">
<output autocomplete="reservation location pickUpLocation address city" content="Saratoga">
<output autocomplete="reservation location pickUpLocation address state" content="California">
<output autocomplete="reservation location pickUpLocation address zipcode" content="95070">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment