How can I hide an "input box" in the first place, and show the "input box" if an user chooses a specific choice in the dropbox above?

I’d like to hide the input box at first, but if the user chooses “2.student” in the dropbox, I’d like to show the "input box. so that student users can write their school names.

How can it be possible this, with bubble?

I’m new here so I’d be really happy with any help.

Best,
Hiro

Have a look here.

  1. Create a dropdown and give it some options, either static or dynamic with Options Sets.

  2. Create an input, set it to be hidden on page load (towards the bottom under appearance )

  3. Create a condition under the “Conditional” to make the input visible when the dropdown’s value is “2. Student User”

Ya done!

1 Like

@casheets123
Thank you for your help!!
I tried the same way now , but the input box would not show up.
Do you know how I can change my setting?

I added pictures of the following steps.

4

I’d be very happy with any help.

Best,
Hiro

Hey,

You have to have the property of visible with a checkbox. Not the placeholder :slight_smile: :computer:

1 Like

@hacker

Thank you for your reply!!
I tried it with the checkbox, but it unfortunately still does not work fine…
Can you explain with details?

It’s really nice people here help others with issues here.

Best,
Hiro

Hey, like Hacker said. you have the wrong property selected for your condition.
It should be like this, “This element is visible”.

Your selected property is “Placeholder”

1 Like

@casheets123

Thank you so much!!
I finally made it out!!!

Best,
Hiro