Click a button to pre-select a dropdown automatically

Hello everyone, I have an issue that I can’t seem to resolve. I’m trying to preselect the option ‘tattooed’ or ‘tattoo artist’ in my dropdown by clicking on the corresponding ‘tattooed’ or ‘tattoo artist’ buttons on the right. I can’t seem to make it work… Does anyone have a solution? Thank you for your interest, have a good day/evening :slight_smile:

This may work for you:

  1. Create an Option Set with the two options: “Tattooed” and “Tattoo Artist”.
  2. Set the choices for your dropdown to be sourced from the items in the Option Set.
  3. Additionally, create a custom state that holds the Option Set.
  4. Set the default value of the dropdown to match the value stored in the custom state.
  5. Use workflows to change the state of your custom state.

dropdown

Or you can use a custom state

Hi mkoss, Thank you so much for the response, that’s exactly it! But I’m having trouble configuring it in the workflow, can you tell me how you did it? Thank you immensely for taking the time :slight_smile:

Glad to help, Simon! It’s really easy, all you have to do is create an action that modifies the custom state you defined earlier.

ddwf

It works! Thank you very much for your help and your time, it’s awesome!!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.