Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Touch UI multifield can we add in between

Avatar

Level 2

Hi

In touch UI multifield can we an "ADD" button Middle ?

1696904_pastedImage_0.png

I have a requirement as per which there must be ADD button after each Item(in Red).How can this be achieved?

Thanks,

Hanshiks

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

you can not add anything in between.

consider this as any programming loop. like you can not add anything between.

if you want one field as optional that it can be used with other field in multifield then check for blank condition and use it for all.

Lösung in ursprünglichem Beitrag anzeigen

5 Antworten

Avatar

Level 7

Hi,

the button is related to the couple Name and ID? Otherwise, why do you need to put it into the "middle"?

Thanks,

Antonio

Avatar

Level 2

This is just for reference but if suppose the requirement is as per the author require to insert (couple Name and ID) )on middle(eg after 3rd coupled item) and their are already 30 entries

so how can he achieve that?

Avatar

Level 7

Hi,

i think that you cannot add something like this by using OOTB. Probably you can make this:

-by creating a customization of multifield

-by creating a multifield of a custom fieldtype that has inside a dropdown used to choose the typology of field (e.g. couplename, button..)

I suggest you to use multifield everytime for elements that have some relationship into the "field". Otherwise it doesn't make sense to use it.

Thanks,

Antonio

Avatar

Korrekte Antwort von
Community Advisor

you can not add anything in between.

consider this as any programming loop. like you can not add anything between.

if you want one field as optional that it can be used with other field in multifield then check for blank condition and use it for all.

Avatar

Level 10

Nice answer Prince!