How to add multiple text boxes on click of button

0
How to add multiple text boxes at the click of a button
asked
1 answers
0

What do you mean exactly?

You could show a pop-up with text-boxes on click of a button. 
Another option would be to change a boolean in a microflow on click of the button. Then use the boolean with conditional visibility to show the textboxes.

answered