Extended Form

Permalink
Hi,

I wonder how i can do something similar to this form :
http://www.asia-myway.com/english-market/cambodia1.html#countryTab2...

I did find the Add-On from JordanLev : Custom Contact Form, but i dont know how to style mine.

How can i get something similar to this working with the add-on ?? :
<form method="post" action="#" role="form" id="request_form_en">
<div class="row">
   <div class="col-md-12">
   <h3><i class="fa fa-users" aria-hidden="true"></i>Personal Information</h3>
   </div>
   <div class="form-group col-md-6">
       <label for="firstname" >First Name *</label>
      <input type="text" class="form-control" id="firstname" name="firstname" maxlength="60" value="" />
   </div>
</div>
<div class="row">
    <div class="col-md-12">   
      <div class="form-group">
        <button type="submit" class="btn btn-danger">Submit</button>
      </div>


Thanks in advance

Chris

chrismodlao