Hello,
I've a normal formlib:
class xy(Formlib):
form_fields = IInterface
<page
class .views.xy />
(pseudo-code)
Now I want to place some additional text above the <form> stuff. But I want to
keep all this usefull JavaScript stuff that form lib inserts.
How can I do that?
Thanks,
Florian