I need some help using CGI::FormBuilder. I didn't understand how I can make the following happen:
I want a page that displays a table containing some database entries. Anywhere on this page there should be also a possibility to select some of the table fields in order to process them further.
So I will write a template that has a table and a form on it. But how can I tell Formbuilder to also fill in the table that will be no form? Or can I do this table to be somehow the form? You see I am a bit confused. Is there a possibility or am I just blind and haven't found the point where it is stated how to do it.