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
<-- Esempio parte in HTML --> | |
<div style="margin-top:3rem;" class="row"> | |
<label for="billing_address">(È richiesto indirizzo completo)*</label> | |
<!-- select delle province --> | |
<div class="col-md-4 "> | |
<div class="form-group"> | |
<select class="select form-control user-success" placeholder="Provincia" required="required" id="address_state"> |