skip to Main Content

Two input fields in one row – Twitter bootstrap

I am trying to display two registration fields onto the same row using Twitter Bootstrap. <div class="form-group required"> <label class="col-sm-2 control-label" for="input-firstname"><?php echo $entry_firstname; ?></label> <div class="col-sm-10"> <input type="text" name="firstname" value="<?php echo $firstname; ?>" placeholder="<?php echo $entry_firstname; ?>" id="input-firstname" class="form-control"…

VIEW QUESTION
Back To Top
Search