
Dear community, my first character sheet is almost done. I just have one issue to solve. I saw a couple of threads dealing with the same issue, but I don't see what I am doing wrong. Other firlds, outside a repeating list, work fine. When I drag a button from a repeating list, I get a button in the macro bar which looks like this: Here is my html code: <button type='roll' value='&{template:default} {{name=@{character_name} würfelt auf @{Fertigkeit2}}} {{Der Wurf ist um [[1d20cs16cs17cs18cs19cs20cf1cf16cf17cf18cf19 + @{FW2} + @{leitE2} + @{Fertigkeitsbonus2} + ?{Bonus|0} -20 ]] besser als 20!}}' name="EW_Fertigkeit"></button>
<input type="text" name="attr_Fertigkeit2" value ="Name"/>
<span>FW </span><input type="number" name="attr_FW2" value ="1"/>
<select name="attr_LeitE2" class="dtype">
<option value="@{LeitSt}" selected="selected">St</option>
<option value="@{LeitGe}">Gs</option>
<option value="@{LeitGs}">Gw</option>
<option value="@{LeitKo}">Ko</option>
<option value="@{LeitIn}">In</option>
<option value="@{LeitZt}">Zt</option>
<option value="@{LeitAu}">Au</option>
<option value="@{LeitpA}">pA</option>
<option value="@{LeitWk}">Wk</option>
</select>
<span>Bonus </span><input type="number" name="attr_Fertigkeitsbonus2" value ="0" />
<span>PP </span><input type="number" name="attr_FertPP2" value ="0" />
</fieldset> Any idea what I am doing wrong? Edit: I forgot to mention, when I press that button, I get this: