Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Dragging Name from new Character window onto the character sheet

Hi all When you create a new Character, you get a window with the ability to upload an image, and set a name. I've seen a bunch of character sheets pull the name from this area, and insert it into the main character sheet's "Name" section. The character sheet i use doesn't do this, and despite naming the character on the creation window, i still need to manually name them on the character sheet as well. How do i pull the character name across automatically? For reference, this is the existing HTML code:             <td>                 <label class="sheet-top-label" data-i18n="name-u">Name:</label>             </td>             <td style="width: 178px">                 <input type="text" name="attr_name" />              </td> Cheers Chris
Case closed! I've figured it out :)