Closed (fixed)
Project:
Private Message
Version:
8.x-1.0-beta18
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
16 Oct 2017 at 07:43 UTC
Updated:
28 Apr 2018 at 17:24 UTC
Jump to comment: Most recent
Comments
Comment #2
kiwimind commentedSeeing as the field is being added via a hook_form_alter, rather than being created as an extra field, and therefore configurable, this will need reworking to behave differently.
I was after a way of trying to add the field to a field group, and have done so by putting the following in my own form_alter:
I realise that this doesn't fix the issue, but hopefully it might help you get further.
Comment #3
jaypanComment #5
jaypanIt's not an either/or situation, they are both required. I have added the extra field now, and the field is configurable.