Created
March 29, 2017 14:24
-
-
Save reindert-vetter/a4a8da67cb77260f385410eb90b0c93d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li class="clearfix"> | |
<div class="input-box input-address-short"> | |
<label for="billing:street1">Straat <span class="required">*</span></label> | |
<br> | |
<input type="text" title="Straat" name="billing[street][1]" id="billing:street1" value="" class="input-text onestepcheckout-address-line"> | |
<br> | |
</div> | |
<div class="input-box input-address-short"> | |
<label for="billing:street2">Huisnummer <span class="required">*</span></label> | |
<br> | |
<input type="text" title="Huisnummer" name="billing[street][2]" id="billing:street2" value="" class="input-text onestepcheckout-address-line required-entry"> | |
<br> | |
</div> | |
<div class="input-box input-address-short"> | |
<label for="billing:street3">Huisnummer toevoeging <span class="required">*</span></label> | |
<br> | |
<input type="text" title="Huisnummer toevoeging" name="billing[street][3]" id="billing:street3" 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