function __construct($id = 'resetpasswordform', $method = 'post', $attributes = null, $trackSubmit = false)
 {
     parent::__construct($id, $method, $attributes, $trackSubmit);
 }
	function __construct( $id = 'generalsetupform', $method = 'post', $attributes = null, $trackSubmit = false)
	{
		parent::__construct($id,  $method, $attributes = array('autocomplete' => 'off'), $trackSubmit);
	}