Display Selected Values of Check Box List Component
Updated: 22 Oct 2010 | 2 comments
This issue has been solved. See solution.
Hello!
I'm currently creating a form where users go to select passwords that they need to have reset. The form is using a CheckBoxListComponent and houses many different passwords that can be selected. Does anyone know or have a quick walkthrough on how to display all the selected check boxes in a different component, such as the AsciiMergeLabelComponent?
Tom
Discussion Filed Under:
Group Ownership:
Comments
Build Text From Elements Component
You can use the Build Text From Elements component to get the selected items from the check list and turn it into a string. The delimiter is what you want to separate the values so you can use ',' or ';' or check the new line checkbox and then you can use this string in the AsciiMergeLabelComponent.
I like my beats fast and my bass down low
Worked!
Thanks for letting me know about the component. I did what you suggested and it worked like a charm!
Tom
Would you like to reply?
Login or Register to post your comment.