I've made a custom sheet where I'Ve run into the problem that part of the data is neither saved nor filled in again after reloading the charsheet. input type="text" name="attr_name" <-- works quite fine input type="number" name="attr_STR" value="0" <-- works fine input type="number" name="attr_STR_modifier" value="0" <--works fine input type="number" name="attr_STR_total" value="@{STR} + @{STR_Modifier}" disabled="true" <-- also works fine input type="text" name="attr_Craving3" <--does not work at all I'm a bit out of ideads there as to what could be possible reasons. Any help would be appreciated there.