Hi guys,
i'm tried webworm 8.x-5.0-beta15 in my drupal8 site to replace it with entityform.

I must reproduce the same scenario that i have in Drupal 7 and Entityform.
In my entityform type i have a fieldcollection field(Unlimited) with this fields: Entityreference(by views mode) - Term Reference - Text field.

So, how can i create the same field in Webform for Drupal 8 ?

There is not a possibility to select a composite element and then to select fields for that ?

Thanks.

Issue fork webform-2898692

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Kris77 created an issue. See original summary.

jrockowitz’s picture

Priority: Major » Normal

The webform_example_composite.module includes some code examples that shows how to use #states API to create conditional logic for composite elements with multiple values.

jrockowitz’s picture

Status: Active » Closed (works as designed)
kris77’s picture

@jrockowitz thank you so much for your reply.
You're right but I have to write code ... there is no graphic interface to create my composite element as well as field collection...

Thanks

Abrar Ullah made their first commit to this issue’s fork.