Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Display Selected Values of Check Box List Component

Updated: 22 Oct 2010 | 2 comments
Tom Tokarczyk's picture
0 0 Votes
Login to vote
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

Group Ownership:

Comments

Aryanos's picture
21
Sep
2010
0 Votes 0
Login to vote

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

Tom Tokarczyk's picture
21
Sep
2010
0 Votes 0
Login to vote

Worked!

Thanks for letting me know about the component.  I did what you suggested and it worked like a charm!

 

Tom