Answered

Access value from a select

  • 3 December 2021
  • 3 replies
  • 115 views

hi,
Is it possible to access value from a select?
I need to conform them for use them in url pattern redirection.

Cheers
Fred

icon

Best answer by Liz 6 December 2021, 18:58

View original

3 replies

Userlevel 7
Badge +5

Hi @Frederic Happy Friday! I’m not quite sure I totally understand the question. Are you essentially looking to connect to an outside source to reference the answer options in your form? If so, I’m afraid this isn’t possible, as all the answers need to be pre-set, and our forms don’t save answers until the respondent clicks the submit button. 

Hi Liz,
I need to redirect after the submit form.

Depending on the answer, i redirect to a specific “Thank you page”.

Also, my url is built with a parameter from a question in the form

<select>
<option value="url-topic-a">Case A</option>
<option value="url-topic-b">Case B</option>
<option value="url-topic-c">Case C</option>
</select>

What is displayed should not be written as the value.

How to access values?
Maybe i'm not clear enough :sweat_smile:

Userlevel 7
Badge +5

Hi @Frederic Got it, thank you!

First, if you’d like to send to different endings based on answer, you’ll need to set logic jumps to do this. Depending on how you have the form setup, the outcome quiz may work for you or you may need to only set a few logic jumps. 

This post below has an example of how you can set this up: 

As for the values, I’m afraid we don’t have a way to exactly add different answers to the URL using recalled variables based on what is submitted at this time. One workaround for this might be to store the data within a variable, which you can learn more about here. 

Hopefully this helps!

Reply