Question
Building a simple application...
I have a form that defines data - say "FormDesign". I have a template topic that uses that form and provides default data - say "FormCreateWithDefaultData".
When a topic is created using "FormCreateWithDefaultData" and then viewed, the name of the form is always shown above the form, i.e., I see "FormDesign" across the top of the form data table.
How can I get rid of this name (i.e., "FormDesign") being there?
Thanks!!! (p.s. making real progress here - great framework!!!)
Environment
--
PeterGaston - 30 Sep 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Since this title is emitted as HTML code in a
<th class='twikiFormTableHRow twikiFirstCol' colspan='2'> just putting in the page a CSS code like will do, (I did it on this page to make the WebForm name disappear):
-
<style type='text/css'>th.twikiFormTableHRow {display:none}</style>
--
ColasNahaboo - 30 Sep 2008
Awesome! I'm (slowly) coming up the learning curve!
--
PeterGaston - 01 Oct 2008