Question
I just got the multi topic forms to work and my question is is it possible to use a to create the topic page with the options in it. I tried this with no joy:
Form topic:
---+ Form Definition for the Support web
| *Name:*| *Type:* | *Size:* | *Values:* | *Tooltip message:* |
|fieldOne|text|25||stuff|
|NameList|select|1||stuff|
NameList topic:
| *Name* | *Type* | *Tooltip message* |
%SEARCH{"\* Email\: [^\@]+\@" scope="text" regex="on"
web="Main" nosearch="on" nototal="on"
format="|$web.$topic|option|$topic|"}%
To try and get a select of all the users in the wiki.
It took a bit to get the multi topic forms working, so I figure I may just be doing something wrong here also. Is it do-able?
--
KenKachnowich - 13 Mar 2002
Answer
See
FormValuesFromSearch for the code.
As an alternative, you can change
register (in TWiki/bin) to add the user name to your form definition after it adds the user to the list.
--
CoreyFruitman - 01 Apr 2002