This question about Using an extension: Answered
I want to use the
FormQueryPlugin to output one long string as opposed to a new line for each result it finds. How do i do this ?
For example, i want to use
FormQueryPlugin to generate a list of options for a field in a form. However, when i use show query it breaks the Form Table
--
IanClancy - 8 Feb 2010
Not sure if it is the right thing here with FQP but adding
separator=", " is maybe something to try.
separator is default newline.
--
LarsEik - 09 Feb 2010
Excellent, Thats it. Thanks you very much.
--
IanClancy - 15 Feb 2010