After trying again I found the following results: For my sheet current HP is connected to the Attributes & Abilities tab, and both of these work fine: <input type="text" name="attr_HP" readonly> <span name="attr_HP"></span> Replacing text with number also works. Max HP, however, is not called from the Attributes & Abilities tab but rather from a Character Sheet tab using the code <input type="number" name="attr_mhp1" style="width:100%" value="999" max="999" disabled> (the value is temporary for testing purposes lol) so when i have Jakob's input and span codes call on that attr span works but input does not. As you said though GiGs one result works and that is good enough but I hope this info helps for future references because I'm quite sure nothing is wrong with my max HP coding since span works with it and all. Also I did try changing text to number as well and same result, an empty field for max HP.