I have the below script where I want to return options selected from dropdown box. If respondents selects other specify then need to show the text entered. It is not working. What is the mistake?
[% begin unverified perl
if(VALUE("Q5A1_r1_c1") le 28) {return [%Label(Q5A1_r1_c1)%];}
if(VALUE("Q5A1_r1_c1") eq 29) {return [%Q5A1_r1_c2%];}
end unverified %]