Survey - Drop down menu values

Options

Hi, We have a survey setup to allow users to sign up to receive e-Newsletters.  I would like to add a drop-down menu that allows them to select their language preference for receipt of the messages (English or French).  This would be stored in the "Preferred Locale" field and these are stored in the database as en_CA and fr_CA.  The problem is I don't want the user to have to select from those codes - they should display as English and French.  When adding a "Multiple Choice Single Response" to the form you can only define a single list of options to choose from (no variation between displayed value and what is sent to the database).  I thought of doing it as a hidden field and defaulting to en_CA on the English version of the survey and fr_CA on the French version, but the preference is to let them select in case they want to receive their messages in a different language than they are viewing the form in.  Is there a way to do this?

Andrew

Tagged:

Comments

  • Hey Andrew,

    This would be a good feature request for surveys -- to my knowledge you cannot do it through the tool.

    However, you could set up the survey and then copy the HTML contents and Form onto a pagebuilder page, and change the select options as you like in the HTML.

    Adrian

  • Adrian Cotter:

    Hey Andrew,

    This would be a good feature request for surveys -- to my knowledge you cannot do it through the tool.

    However, you could set up the survey and then copy the HTML contents and Form onto a pagebuilder page, and change the select options as you like in the HTML.

    Adrian

    Thanks Adrian, That should work great!

    Andrew

Categories