I recently started building a custom sheet and I got a few problems with my attributes and the inputs fields that define them: - The only thing working is that upon modifying the value of an <input> the related attribute is updated. - Upon modifying the value of the attribute by any other mean than the above the value of the related <input> is not updated. - Auto-calculating fields do not work. - Lastly, the major problem , the values of every <input> (including those tied to attributes) are reseted upon closing the character sheet. An example of one of my <input>: <input class="stat-div-input" type="text" name="attr_nat-str"/> No matter what example I check, wiki included, I cannot pin point if I made a mistake somewhere or if I forgot to do something for my sheet to be functionning decently.