Quote:
Originally Posted by dutchbb
I'm trying to use the 'Custom Form Output', but it's not working correctly, this is my code:
Code:
Rating: {a_12} {a_13}
- $q[1] {a_1}
- $q[2] {a_2}
- $q[3] {a_3}
- $q[4] {a_4}
- $q[5] {a_5}
- $q[6] {a_6}
- $q[7] {a_7}
- $q[8] {a_8}
- $q[9] {a_9}
- $q[10] {a_10}
$q[11]
{a_11}
The drop down does not show the content answer , it shows the drop down order number instead.
In case you are wondering why I'm using $q[1] instead of {q_1} this was actually automatically changed when saving the form.
|
$q[1] is the new format for v3.x
Use $qo[1] for drop down menu
$qn[8] to show question 1 eg. Age
$q[8] $qo[8] to show question 1 answer eg. 45
And make sure you are using the # of the question eg. 8
not 2(see screenshot)