Showing 1 – 1 of 1 replies
Danny_boy

[Untitled]

Danny_boy PURCHASED
6 years ago
<!-- .tab-block AS Laravel 5.4 -->
<div id="delivery-method" class="tab-block">
<form action="{{ url('order/delivery') }}" method="POST" class="shipping-form">
{{ csrf_field() }}
<div class="row">
<div class="form-group col-md-6">
<input type="radio" name="shippping" id="option1" value="shipping" class="radio-template">
<label for="option1">
<strong>Usps next day</strong><br>
<span class="label-description">Get it right on next day - fastest option possible.</span>
</label>
</div>
</div>
<div class="CTAs d-flex justify-content-between flex-column flex-lg-row">
<a href="{{ url('order/address') }}" class="btn btn-template-outlined wide prev">
<i class="fa fa-angle-left"></i>Back to Address
</a>
<input class="btn btn-template wide next" type="submit" id="submit" name="submit" value="Choose delivery method ❯">
</div>
</form>
</div>
<!-- /.tab-block AS Laravel 5.4 -->
ondrique
ondrique SELLER
6 years ago
Hi,

thanks. From the content I can see here, the code is the same as in the template and should be working HTML and CSS-wise and there should not be any display issues.

To be able to help further, please provide an online demonstration (you can send me a private message here on WB or my email is in the template's documentation).

Thanks,

Ondrej