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

Robert Lemke rl at robertlemke.de
Thu Jul 17 09:22:13 CEST 2003


Thomas Peterson wrote:
> I have make an extension with form fields.
>
> e.g. $content='<input name= ....
>
> How can I make it required in FE?

You can

    a) either use the cObj FORM to generate your form (see ts_content.php),
in that
    case you simply configure the form like in the backend (see TSref)

    b) or create the HTML for your form manually like you did and take care
of the
    JavaScript evaluation yourself.

Honestly, I don't really get what you intended with your question.

-- 
robert






More information about the TYPO3-dev mailing list