Solved
How to create Multi-value field in Profile table in Adobe Campaign?
How to create Multi-value field in Profile table in Adobe Campaign. Or how we can store Checkbox multiple values in single field?
How to create Multi-value field in Profile table in Adobe Campaign. Or how we can store Checkbox multiple values in single field?
Hi Khushboo,
You can save values using a separator, like there are 3 checked values 'A','B','C'.
Write javascript to save checked value as one string separated by hypen or comma or linebar, i.e
'A-B-C' or 'A,B,C' or 'A|B|C'.
Thanks,
Jyoti
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.