Hello,
I would like to know if possible & how would i approach this in live cycle using java scripts. I'm aware that its easily doable in regular java and c, but im still new to livecycle and im unaware of how i would do this if it is possible.
Objective:
Create a button that opens a message box or text field, takes the user input and stores it in to a variable, which we can then use that stored data and create a for loop to automatically create the new tables until the count is finished(reaches user input number)
I want the button to create multiple tables on the form that are cloned from the first table and the number of tables would be based on the user input.