Add the following HTML to create awesome animated forms:
1 2 3 4 |
<div class="form-group ct-input--type1"> <input id="contact_name" required="" type="email" class="form-control"> <label for="contact_name"><span>Name</span></label> </div> |
Notice, that you must also include the following script on page, where you are using forms:
1 |
<script src="../../assets/plugins/input-effects/input-effects.js"></script> |