<!-- Contact Section
==========================================-->
<div id="tf-contact" class="text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="section-title center">
<h2>Feel free to <strong>contact us</strong></h2>
<div class="line">
<hr>
</div>
<div class="clearfix"></div>
<small><em>Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</em></small>
</div>
<cms:form action='' method='post' id='contact_form'>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<cms:input type="text" class="form-control" id="exampleInputEmail1" name="exampleinputemail1" placeholder="Enter email" required='1' validator='email'/>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<cms:input type="text" class="form-control" id="exampleInputPassword1" name="exampleinputpassword1" placeholder="Password" required='1'/>
</div>
</div>
</div>
<div class="form-group">
<label for="exampleInputEmail1">Message</label>
<cms:input type="textarea" class="form-control" id="exampleInputEmail1" name="exampleinputemail1" rows="3" required='1'></cms:input>
</div>
<button type="submit" class="btn tf-btn btn-default">Submit</button>
</cms:form>
</div>
</div>
</div>
</div>
this is my code for some reason i can't get it to showup in the admin panel.
CIAO CIAO
PAOLO