RarelySimple.AvatarScriptLink/Objects/Advanced/Abstracts/FieldObjectBase.cs has a method called SetAsDisabled.
I can think of a few different scriptlink projects where automatically setting a value for required when changing enabled/disabled would break desired operation of the form (maybe another script was supposed to pull a value and the form shouldn't be submittable without it, but manual entry also shouldn't be allowed.
I would suggest removing the line to unrequire the field.
RarelySimple.AvatarScriptLink/Objects/Advanced/Abstracts/FieldObjectBase.cs has a method called SetAsDisabled.
I can think of a few different scriptlink projects where automatically setting a value for required when changing enabled/disabled would break desired operation of the form (maybe another script was supposed to pull a value and the form shouldn't be submittable without it, but manual entry also shouldn't be allowed.
I would suggest removing the line to unrequire the field.