I am using Drupal 8. In user registration form, I use an entity reference field to a profile. I wanted to display inline entity reference form widget or entity select widget based on role.
For this, I tried to use hook__field_widget_form_alter()
, but it didn't work.
Is there any way to solve this problem?