custom/apps/DmitsInquiry/Resources/views/storefront/dmitsform/phone.html.twig line 1

Open in your IDE?
  1. {% if config('DmitsInquiry.config.phone') %}
  2.     <div class="form-row">
  3.         <div class="col-12">
  4.             <label class="form-label" for="inquiryPhone">{{ phoneLabel}}</label>
  5.             <input {% if config('DmitsInquiry.config.phonerequired') %}required="required"{% endif %} class="form-control" type="text" value="" name="phone" id="inquiryPhone" placeholder="{{ phoneLabel }}"> 
  6.         </div>
  7.     </div>
  8. {% endif %}