I've been using entity reference and entity reference autofill to achieve the following in Drupal 7.
- Content type A has a field with entity reference and some child fields related to it.
- Content type B has entity reference lookup field (drop-down) which referes to the node Content Type A
- autofills child data in the content type B.
Is there any possibility to do this with Drupal 8/9? I've searched everywhere and did not come across a module which does the same.
I have no knowledge in coding, so please let me know if you have any experience with modules or workarounds.
- Shiyam K