Posts

Showing posts with the label contact form

Contact Course Of Written Report Using Jquery Validation, Codeigniter Together With Bootstrap

Image
I accept used Jquery validation plugin for validation, bootstrap for styling HTML too Codeigniter to transportation the email. I accept posted the consummate rootage code too covert dump of lastly outcome. Feel costless to utilisation it. :) Bootstrap Contact form  Form built amongst Twitter Bootstrap <style type="text/css"> label.valid { width: 24px; height: 24px; background: url(../img/valid.png) take in centre no-repeat; display: inline-block; text-indent: -9999px; } label.error { font-weight: bold; padding: 2px 8px; margin-top: 2px; } </style> <div class="container-fluid"> <div class="row-fluid"> <div class="span9 offset3"> <form action="" id="contact-form" class="form-horizontal" method="post"> <fieldset> <div class="control-group"> <label class="control-label" for="name">Your Name</label> ...