Welcome Guest, Not a member yet? Register   Sign In
Email Sending Not Working With Validation
#4

[eluser]razerone[/eluser]
I am slowly working it out now fixing my errors.

Good way I found is this

Code:
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
  <div id="contactus">
   <h1>Contact Us</h1>
   <hr>
   &lt;?php

    $this->load->helper('form');

    echo form_open('contactus/confirmation');

   ?&gt;

    <div class="form-group">

     &lt;?php

      $data = array(

       "name" => "fullname",
       "id" => "fullname",
       "class" => "form-control",
       "value" => "",
       "placeholder" => "Name"

      );

      echo form_input($data);

     ?&gt;

    </div>

    &lt;?php echo form_close();?&gt;

  
  </div>
</div>
</div>


Messages In This Thread
Email Sending Not Working With Validation - by El Forum - 10-31-2013, 06:14 AM
Email Sending Not Working With Validation - by El Forum - 10-31-2013, 07:09 AM
Email Sending Not Working With Validation - by El Forum - 10-31-2013, 07:17 AM
Email Sending Not Working With Validation - by El Forum - 10-31-2013, 09:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB