Skip to content

Instantly share code, notes, and snippets.

@reindert-vetter
Created March 29, 2017 14:23
Show Gist options
  • Save reindert-vetter/c8f4964cac9951865ec87067624ff92c to your computer and use it in GitHub Desktop.
Save reindert-vetter/c8f4964cac9951865ec87067624ff92c to your computer and use it in GitHub Desktop.
<li class="clearfix">
<div class="input-box input-address-short">
<label for="billing:street0">Straat <span class="required">*</span></label>
<br>
<input type="text" title="Straat" name="billing[street][0]" id="billing:street0" value="" class="input-text onestepcheckout-address-line">
<br>
</div>
<div class="input-box input-address-short">
<label for="billing:street1">Huisnummer <span class="required">*</span></label>
<br>
<input type="text" title="Huisnummer" name="billing[street][1]" id="billing:street1" value="" class="input-text onestepcheckout-address-line required-entry">
<br>
</div>
<div class="input-box input-address-short">
<label for="billing:street2">Huisnummer toevoeging <span class="required">*</span></label>
<br>
<input type="text" title="Huisnummer toevoeging" name="billing[street][2]" id="billing:street2" value="" class="input-text onestepcheckout-address-line">
<br>
</div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment