• Resolved Anonymous User 7364694

    (@anonymized-7364694)


    Is it possible to pass the option value as parameter, not the value shown in the dropdown?

    Context:
    We have a list of 500 artists people can choose from but the backend system identifies them with a specific ID. So the dropdown menu is configured this way:

    [select* artist “Artist 1|11111”
    “Artist 2|22222”
    “Artist 3|33333”]

    However, in case of the first option it sends ‘Artist 1’ to the parameter and not 11111.

    Is there a solution to pass the option value to the parameter?
    I hope I explained myself clear, thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Yuval

    (@yuvalsabar)

    Hi @jordynuyts,

    Unfortunately not, the plugin does not support that. You can write a custom code for that, but this is beyond the scope of our support.

    Is it possible to read the Contact Form submission details in the Script part of the redirect? If so, how can you read it through Javascript upon submission?

    Plugin Contributor Yuval

    (@yuvalsabar)

    Hi,

    Yes, you have an object called event that has all the data you need.

    Is there any documentation on this? I’m trying to make the form popup a specific video in a modal box based on the form submission value. And having a hard time getting it to work. Are there any examples out there in using the event object to popup a video / modal, or any places you can direct me to look more?

    Thank you for your help!

    Plugin Contributor Yuval

    (@yuvalsabar)

    It can be done, I don’t know if there is an example out-of-the-box. I’m sorry, but this is beyond the scope of our support here in the forum.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pass option value as parameter’ is closed to new replies.