Question
I'd like to set up an HTML-form to be included in pages with a TWiki-form. The HTML-form will use FORMFIELD to create a new page (from template) with the TWiki-form, changing a few values. I want the HTML-form in an included file for ease of maintenance. But the FORMFIELDs get evaluated in the context of the included file. I've figured out I can escape them with CALC{$CHR(37)..., but this is pretty ugly. Is there a cleaner way?
Environment
--
JustinLove - 20 Oct 2006
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.
VarFORMFIELD has a
topic="" parameter. Use it to point to the including topic, e.g.
topic="%INCLUDINGWEB%.%INCLUDINGTOPIC%".
--
PeterThoeny - 21 Oct 2006