Esta barra de búsqueda elige un representante de ventas que representa la región según el código postal que ingresa en la barra de búsqueda.
<div class="sales__rep--top"> <div class="text-wrap"> <h2>MI PERSONAL SALES REP</h2> It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960. </div> <!-- /.text-wrap --> <div class="form-wrapper"> <form method="GET" action="https://www.materials-inc.com/contact-us/sales-representative" class="form-inline my-2 my-lg-0"> <div class="form-group"> <input type="text" name="zip" class="form-control" placeholder="Insert mi zip code: no spaces."> </div> <!-- /.form-group --> <div class="btn-wrap"> <button class="btn btn-secondary" type="submit">Search</button> <a href="https://www.materials-inc.com/contact-us/sales-representative/" class="btn btn-secondary " type="button">View All</a> </div> <!-- /.btn-wrap --> </form> </div> <!-- /.form-wrapper --> </div>