Question
Hello everybody,
I'd like to move forms on my Twiki Pages, in order to place it on the top of the page. I checked and modified numbers of template files without succes. Does anybody have any ideas ?
Environment
--
EdouardBrethes - 23 Mar 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
If you use (default) pattern skin, create a new skin view template as outlined in
PatternSkinCustomization - let's say
view.formattop.tmpl - and write in there:
%TMPL:INCLUDE{"view"}%
%TMPL:DEF{"formattop"}%%TMPL:P{"form"}%%TMPL:END%
%TMPL:DEF{"formatbottom"}%%TMPL:END%
Acess by setting
COVER of appending
?cover=formattop to the url.
--
ArthurClemens - 23 Mar 2007
Your tips works great

thanks a lot
--
EdouardBrethes - 23 Mar 2007
See
TWiki.HowToMoveTheFormToTheTopOfThePage
--
VickiBrown - 05 Mar 2008