/home/hdwebsolution/public_html/app/Views/front/personalattitude.php
<div class="ttm-page-title-row text-center">
            <div class="section-overlay"></div>
            <div class="title-box text-center">
                <div class="container">
                    <div class="page-title-heading">
                        <h1 class="title">Personal attitude and behavior</h1>
                    </div>
                    <div class="breadcrumb-wrapper">
                        <div class="container">
                            <span><a title="Homepage" href="index.php"><i class="fa fa-home"></i>&nbsp;&nbsp;Home</a></span>
                            <span class="ttm-bread-sep ttm-textcolor-white"> &nbsp; ⁄ &nbsp;</span>
                            <span class="ttm-textcolor-white">Personal attitude and behavior</span>
                        </div>
                    </div>
                </div> 
            </div>
        </div>
<div class="site-main">

<!-- checkout-section -->
<section class="ttm-row checkout-section ttm-bgcolor-grey break-991-colum clearfix">
<div class="container">
    <!-- row -->
    <div class="row">
        <div class="col-lg-12">
            <div class="coupon_toggle">
                <div class="coupon_code">
                  Personal attitude and behavior
                </div>
				            </div>
				          <h3>Personal attitude and behavior</h3>
            <form name="checkout" method="post" class="checkout row box-shadow1" action="<?=base_url('personalattitude');?>">
<div class="row">
                             
                            <div class="col-sm-6">
                                <p class="checkout-form">
                                    <label>AFFECTION&nbsp;<abbr class="required" title="required">*</abbr></label>
                                    <input type="text" required class="input-text" name="affection" placeholder="AFFECTION" value="">
                                </p>
                            </div>
                            <div class="col-sm-6">
                                <p class="checkout-form">
                                    <label>HUMOR&nbsp;<abbr class="required" title="required">*</abbr></label>
                                    <input type="text" required class="input-text" name="humor" placeholder="HUMOR" value="">
                                </p>
                            </div>
                            <div class="col-sm-6">
                                <p class="checkout-form">
                                    <label>POLITICAL VIEW&nbsp;<abbr class="required" title="required">*</abbr></label>
                                    <input type="text" required class="input-text" name="political" placeholder="POLITICAL VIEW" value="">
                                </p>
                            </div>
                            <div class="col-sm-6">
                                <p class="checkout-form">
                                    <label>RELIGIOUS SERVICE&nbsp;<abbr class="required" title="required">*</abbr></label>
                                    <input type="text" required class="input-text" name="service" placeholder="RELIGIOUS SERVICE" value="">
                                </p>
                            </div>
                        </div>
						<button class="ttm-btn ttm-btn-size-md ttm-btn-shape-round ttm-btn-style-fill ttm-btn-color-black mt-50" type="submit">Next</button>
                </form>
            <div class="col-md-12 text-center">
                            </div>
        </div>
    </div>
</section></div>