
hello forum, im doing some tests on dynamically changing the text inside the Roll Query "Macro Options" popup so far this works <button style="width:20%" type="roll" value="/r ?{@{testname}|0}" name="roll_test"></button>
<textarea name="attr_testname"></textarea> however, i encountered this issue: The text in the <textarea> does not break when sent to the Query window, i tried escape characters and html characters but they dont seem to work except for the &nbsp; character but that one does not break the line i also tried the wrap="hard" property and the CSS white-space: pre-wrap; and word-wrap: break-word; but they dont have any effect on the Query any insight on this is appreciated