Hi,
I have tried using multiSelection but it does not work, is there any other way?
Regards,
@_Manoj_Kumar_ @ParthaSarathy @Parvesh_Parmar @DavidKangni @CampaignerForLife
Solved! Go to Solution.
@yansu ,
Create a JavaScript which reads the value selected by the user and then if "All" is selected , then convert multiselect drop down to a normal dropdown .
If anything else is selected , then let it be a multiselect dropdown.
Hello
https://experienceleaguecommunities.adobe.com/t5/adobe-livecycle-discussions/multiselect-in-a-list-b...
Does this help you?
Regards, H.
Hi @yansu ,
If you want to make a multisection like this :-
use the below code in the input forms:-
<input xpath="@deliveryLabel" type="checkbox" checkedValue="Y"/>
<input xpath="@subjectLine" type="checkbox" checkedValue="Y" />
<input xpath="@status" type="checkbox" checkedValue="Y"/>
and of course make sure you have the relevant values in your data schema and then add the same in the input form.
Views
Replies
Total Likes
@yansu ,
Create a JavaScript which reads the value selected by the user and then if "All" is selected , then convert multiselect drop down to a normal dropdown .
If anything else is selected , then let it be a multiselect dropdown.
Views
Likes
Replies