Hi there,
On selection of “Decline” I want a text box to appear below it, where the user has to type in the reason before hitting submit.
Screenshot attached.
Hi there,
On selection of “Decline” I want a text box to appear below it, where the user has to type in the reason before hitting submit.
Screenshot attached.
Hi there, @zyad.suleiman… to do what you described, go to the Layout tab in your screenshot and uncheck the box for This element is visible on page load (you will probably also want to check the box for Collapse when hidden). Then, go to the Conditional tab and create a condition that says when the dropdown’s value is Decline, make the element visible.
Hope this helps.
Best…
Mike
I got it to work. Thank you Mike!
Mike, just one last question. Why is it that whatever I type in to reason does not get picked up. Is it because it is no longer part of the results?
You’re showing an email and asking why the reason isn’t being saved to the database… that doesn’t make sense. Are you saving the reason to the database in step 1?
You are the real MVP. Thanks Mike.
Yesterday was my first time with Bubble, so totally forgot that part. Appreciate you taking the time to help!
Mike, can I pick your brain.
Right now, I have a text box, “Apprentice Name”. Is there anyway I can have the email only include initials without making separate text boxes for First and Last name?
Not really, you could split the full name by a space and then take the first letter of each but it wouldn’t work for some names. You might want to start with some of the academy tutorials or YT resources. You’ll save more time by learning and understanding so that you don’t have to wait for forum responses
Fair enough. I think the easiest way is to have separate text boxes.