A way to allow multiple fieldsets (unlimited)

Created on 27 September 2017, over 7 years ago
Updated 18 April 2023, almost 2 years ago

Hi,

is it possible to allow a fieldset (container) to be multiple (that is unlimited repeatable in the form) ?

Here is my use case. I would like to propose a form to practionners, to fill data about anonymous patients.
On that forms, I need them to specify the lesionnal phenomenons (symptoms).
This entry is composed of a few terms from different vocabularies.

For example I can have a specific anatomic piece that is involved (localisation), and I have the nature of how it is damaged (nature of the phenomenon), and other submodalities
I could have a paresthesia, paresis, inflamation... on the knee, the elbow, a specific muscle... then a submodality about is it on the left, on the right or bilateral...

The option of making only one vocabulary would be highly redondant and ugly to use and maintain...
Instead I would like to specify a symptom by a few terms from different vocabularity: localisation, nature, modality.

I could then specify a symptom by a fieldset, but the thing is that the patient can have many symptoms, so I would like to have the ability for the user to add as many 'fieldset symptom' as he need.
I didn't succeed to make it with webform.

I understant that it would make a challenge for the export (all the 'fieldset symptom' should be inserted in a cell for example, it would be ok if there is a specific separator in the text between each fieldset.

Perhaps I could have solved my problem if there was a way to create an entity inline (composed of a few taxonomy terms from different vocabularies) with the element entity autocomplete, but it seems it is only allowed for a taxonomy term ( See https://www.drupal.org/node/2903548 )

Thanks!

Feature request
Status

Closed: works as designed

Version

5.0

Component

Code

Created by

🇧🇪Belgium Benjoun

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇬🇧United Kingdom kenorb

    If you're using CiviCRM, this feature can be achieved using Webform CiviCRM module . At /admin/structure/webform/manage/%/civicrm you can specify number if forms which can be submitted ('Create Fieldsets' in 'Additional Settings' tab). If you need to make it dynamic, use field conditions.

Production build 0.71.5 2024