Message 1 of 4
Add textbox to form when clicking a button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I want to add new elements to a form (textboxes, labels, etc.) by clicking an existing button in my form so the form resizes for the new textboxes to fit. I would like to do this so I don't have to define the code for every textbox, so I can add any number of elements.
How can I do this?
Thank you in advance.