
07-17-2009, 03:53 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Elenna
It looks like the custom output is working differently for drop-down choices.
Here is an example:
Question: What is your favorite color? (single-selection drop-down)
When not using a custom output format, it displays fine, like this:
What is your favorite color?
Blue
Using a custom output it looks to display the number of the choice, rather than the choice itself, like this:
This is the custom output:
{username} tells us that their favorite color is $q[30].
(username) tells us that their favorite color is 2.
It seems to work well for the normal text fields.
|
Use custom output:
{username} tells us that their favorite color is $qo[30].
|