RkaydianFlower Posted May 8, 2017 Report Share Posted May 8, 2017 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. Quote Link to comment Share on other sites More sharing options...
MayMusic Posted July 3, 2017 Report Share Posted July 3, 2017 Is it possible for you to add a new list string data type to your table and use that new form element instead? Quote Link to comment Share on other sites More sharing options...
RkaydianFlower Posted July 3, 2017 Author Report Share Posted July 3, 2017 What would be different about this new list string data type? To be clear, the current "Professions" list string data element in the table is not numbers, it is values I have manually added (Actor, Artist, Accountant, etc). I did not set up the data in the table with number values, they are being assigned, and that's what's getting pulled through into the notification mail. I'm not sure how I would construct a new list string data type so that the parameter that comes through is the value and not the assigned number. Attached screenshot shows the current "Professions" list string data element in the table along with the named values I have set up for it. Vitalikssssss in the Parameters forum said that "9.7 release did not enable parameter usage of List datatype," so I'm assuming there is no solution here, but let me know if I'm not understanding your suggestion. Thanks. Quote Link to comment Share on other sites More sharing options...
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.