I also posted this in User JavaScript and CSS Discussions because I'm not sure whether custom script was required to achieve this result.
I have a submission form DataPage with a multi-select listbox field. I would like the values the user selects in that field to be passed into the notification email. Currently, only numbers representing the values display.
This is the parameter in the email: Profession : [@field:Profession]
This is what it displays in the notification email: Profession : 4,5,6,53
I would like it to display this: Profession : Accountant, Actor, Agent/Manager, Artist
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
RkaydianFlower
I also posted this in User JavaScript and CSS Discussions because I'm not sure whether custom script was required to achieve this result.
I have a submission form DataPage with a multi-select listbox field. I would like the values the user selects in that field to be passed into the notification email. Currently, only numbers representing the values display.
This is the parameter in the email:
Profession : [@field:Profession]
This is what it displays in the notification email:
Profession : 4,5,6,53
I would like it to display this:
Profession : Accountant, Actor, Agent/Manager, Artist
Is this possible?
Thank you.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.