I have been trying to figure out how to build a macro (or something else if it is easier) to be a single button I can push on my toolbar to create the code for the textbox but increasing a number each time. I have been trying different things but I am not very good at these things. Anyone ever find a way to make this work?
For Example:
If I click a button this appears
{{input id=QUESTION_1 | type=text | Lines=4 | prompt=“Type”}}
and then when I push the "text box increase" macro it will automatically increase to
{{input id=QUESTION_2 | type=text | Lines=4 | prompt=“Type”}}
etc.