does the form handling. you do not need to call this method, you can do it all by hand in your own code.
note: no matter if the form needs to be displayed or if it has been submitted successfully, after calling this method the object var $this->_formObj will be set and thus $this->getFormObj() will work.
returned value: if the form has to be displayed: array from Bs_Form->getAll(). otherwise (after a successful submit): bool TRUE.
Tags:
bool emailExternal(
string
$email)
|
|
sends out an email with the submitted information.
this can be used to send a confirmation message to the submitter/client.
Tags:
Parameters:
bool emailInternal(
string
$email)
|
|
sends out an email with the submitted and internal information.
only call this after doItYourself() has been called.
Tags:
Parameters: