
Well, I have an issue, that I can't start proprely even after reading a lot of documentation and trying to copy some other characters sheet. Its pretty simple, I have 2 box, Test 1 and Test 2, named test1 and test2. <input class="text-input-noback" style="width:100%" type="text" name="test1"/>
<input class="text-input-noback" style="width:100%" type="text" name="test2"/> And I would like to call them with my button for having something like that : <button type="roll" value="&{template:default} {{test=@{test1}}} {{test=@{test2}}}" name="roll_test1"></button> Whatever I try with the {{{ and the }}} it wont work. I'm pretty fine with the Roll20 synthax, but I've never use it in that kind of "button ask to input". Sorry if it was write somewhere, either I don't see or not understand. :(