Hello,

I installed the module using drush. I am trying to create a simple Zend Form.

The following code generates a fatal error: Call to undefined method Zend\Form\Form::addElement()

$form = new Zend\Form\Form();
$form->addElement('text', 'username');

What am I doing wrong?

Comments

ryy705’s picture

I am new to Drupal and ZF. Any assitance will be very helpful.