Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
How to extract labels(not the values inside it) from a multifield inside custom dialog customization js?
Solved! Go to Solution.
Hi @Manu_Mathew_ ,
try this jquery code on label name you want to catch value of label, I tested & it works on multifield as well
$("input[name='./<yourNameElement>']").parent().find("label").text()
~Aditya.Ch
View solution in original post
Views
Likes
Replies