I 've created an Infopath 2010 form. It contains some checkbox, the user can choose more than 1 checkbox, and I want to merge these values into 1 textbox. here is the example:
can you tell me how to do this?
You could have a rule on each of those checkboxes that runs when the checkbox is changed. Each rule would look up the other values and text, concatenate them how you need it, and set the value of the final textbox to that string.