
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