I created a custom field which type is Inline HTML...
# general
b
I created a custom field which type is Inline HTML and trying to change that value using
getField()
and
setValue()
but it returns
TypeError: Cannot read properties of null (reading 'setValue')
. Is this error due to its field type? Any help would be appreciated