
Hello all, Couple questions about implementing drag and drop functionality for my Hackmaster 5th Edition Character Sheet. So to set the stage I have at least one monster set up on the compendium with some values such as the screen shot below. Specifically m_top Now following some advice found here <a href="https://app.roll20.net/forum/post/11731751/paranoia-perfect-edition-cs-official-dragging-npc-from-compendium-to-canvas-shows-cs-but-keeps-looping-the-dice-image/?pageforid=11732373#post-11732373" rel="nofollow">https://app.roll20.net/forum/post/11731751/paranoia-perfect-edition-cs-official-dragging-npc-from-compendium-to-canvas-shows-cs-but-keeps-looping-the-dice-image/?pageforid=11732373#post-11732373</a> I put my entire sheet inside <div class='compendium-drop-target'> </div> Then I modified a single row to accept drag and drop data <div class="sheet-col-1-8"><input type="text" title='The Threshold of Pain Save Value' name="attr_m_top" accept="m_top" /></div> Now I am getting the forever spinning dice.