When a selection is made from the dropdown list, I want a textbox to appear.

Hello,

I would like a textbox to appear when the "Ekip Arkadaşım için" option is selected from the dropdown list. Could you please assist me with this?

Enjoy your work.

Tags:

  • Verified Answer

    +1  

    Hi Muhammed,

    You can achieve this by using a simple Business Rule for Rendoring the Form:

    For example create a List then in your record create an Enum field pointing to your list.

    Then create a Business rule for Rendering Form and Select Hide Field.

    ${entity.CustomList_c != 'ForMyTeammate_c'}

    Hide field <Field Name you want hidden>

    Now that field will stay hidden unless the ForMyTeammate option is chosen from the List.