How to make a invisible field that becomes visible after a button pressed?
Hi, I have a form where I have an ID field and a button called search. I have to fill the field with an ID and click the Search button. When I click in the button, it must appear in the form the fields Name, Email, Age and Gender with the informations from the database. How could I make those fields invisible until I click the button? I know that in this case probably I could use a Condition (when rule) in each field, but I don't know how to do the when rule in this case. There's a way to know when the button was clicked that I could verify in the when rule? Thanks!
Do you want to show the Name, Email etc only when ID has value and after the click of button?
If yes, keep all the fields in the Dynamic layout and use visible when condition as .ID!="" and on the button use action set as On click - Refresh this section.