[Typo3-dev] required form fields in FE from my own extension

Robert Lemke rl at robertlemke.de
Thu Jul 17 10:37:19 CEST 2003


Thomas Peterson wrote:
> I have seen in the Guestbook Code:
>
> $lConf = $conf["postform."];
> $content.=$cObj->FORM($lConf);
>
> How can I use now with me?

You have to generate a valid FORM configuration in the $lConf array.
Please see the TSref for a reference of properties.

>From your extension you'l have to call $this->cObj->FORM ($lConf);

-- 
robert






More information about the TYPO3-dev mailing list