Question
I am curious how to make the support query mentioned in this topic
ReplicateSupportQueryComment dynamic ?
For instance, if you did not want to hardcode
AskedQuestions,
AssignedQuestions,
AnsweredQuestions, ... into the template, but instead grab the values from someplace else.
How could this be done using states defined in a comma separated value variable, as well as from a select found in an attached form topic.
Environment
--
JeffLozier - 03 Apr 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.
The select values in a
TWikiForms form definition can be dynamic, such as composed by a
FormattedSearch.
In a
CommentPlugin template you could try also a %SEARCH to compose the select items dynamically.
--
PeterThoeny - 03 Apr 2008