Welcome Guest, Not a member yet? Register   Sign In
Form
#3

[eluser]davy_yg[/eluser]

Thanks. At least it shows the form now. Another error after I add this code:

Code:
<?php  
  
   $dataMessage = array(
              'message'     => 'message',
              'id'          => 'message',
              'value'       => '',
              'cols'     => '40',
              'rows'        => '4',
              'style'       => 'width:37%',
     'placeholder' => 'message'
            );

   echo form_textarea($dataMessage);
  
?&gt;<br>


A PHP Error was encountered

Severity: Notice

Message: Undefined index: name

Filename: helpers/form_helper.php

Line Number: 264

Why is it?


Messages In This Thread
Form - by El Forum - 10-19-2013, 05:10 AM
Form - by El Forum - 10-19-2013, 06:38 AM
Form - by El Forum - 10-19-2013, 07:36 AM
Form - by El Forum - 10-19-2013, 09:56 AM
Form - by El Forum - 10-19-2013, 03:23 PM
Form - by El Forum - 10-19-2013, 05:22 PM
Form - by El Forum - 10-19-2013, 08:45 PM
Form - by El Forum - 10-20-2013, 01:52 AM
Form - by El Forum - 10-20-2013, 08:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB