Im looking for a simple bit of code that will let me add the following html into my zend form:
This functionality is built into Zend via Zend_Form_Element_Note.
new Zend_Form_Element_Note('forgot_password', array(
'value' => 'Forgot Password?',
))