Yes, I just tested it and it’s working as expected.
{{input type="text" checked=group.custom_fields.discord_role_id}}
Your issue is that you’ve changed the input type to text
, but left the value input as checked
. You need to change checked
to value
.