Welcome Guest, Not a member yet? Register   Sign In
Form helper not working
#1

[eluser]Deathmanlp[/eluser]
I'm trying to use form helper but it's not working

My controller
Code:
<?php
Class Forms extends Controller
{
  function Forms ()
  {
    parent::Controller();
  $this->load->helper('form');
  $this->load->library('validation');
  }
  function index ()
  {
    parent::Controller();
    $this->load->view('forms_view');
  }
}
?>

My view

Code:
<html>
<head></head>
<body>
<input type="text"/>
<?php  form_submit(); ?>
</body>
</html>

The text field is displayed but the submit button not. I tried to use the helper for all types of forms but none of them works


Messages In This Thread
Form helper not working - by El Forum - 08-06-2010, 12:19 PM
Form helper not working - by El Forum - 08-06-2010, 12:24 PM
Form helper not working - by El Forum - 08-06-2010, 12:44 PM
Form helper not working - by El Forum - 08-06-2010, 02:11 PM
Form helper not working - by El Forum - 08-06-2010, 10:37 PM
Form helper not working - by El Forum - 08-06-2010, 11:27 PM
Form helper not working - by El Forum - 08-07-2010, 02:47 AM
Form helper not working - by El Forum - 08-07-2010, 08:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB