How to access the value of option chosen in form?

Hi everyone,


I've got a custom form, with a number of options where the value of the option is different from the text shown in the select box, eg:

<option value="aaa">bbb</option>



If I use the keyword %response_123_q1% to get the response that the user choose when they submitted the form, I get the text (eg 'bbb') and not the value (eg 'aaa'). I'm passing the response to a variable that then feeds into a SQL query, so I have to have the value, but want to show a friendly name to the user.



Is there another keyword to get the response value rather than the response text?



Thanks!

Charlie.

Found it! %response_question_q1_raw%
:rolleyes: