I did finally get that other section to work by removing the formula and starting over -- there must have been one little thing off in the way I had added it the first time. But thankfully it is working perfectly now! Unfortunatley, there is one more issue I'm having. One section that has multiple check boxes has a final check box that is "Other" and when checked will open a section holding a text box to the right for a user to fill in anything that is not able to be categorized in the other check boxes provided. When I apply the formula to this section, all check boxes work as they should, and when deselected the value disappears from the text box where the formula is applied. If I fill out the "Other" text box with anything and it gets added to the text box with the formula, the text gets added just fine, but if I deselect the check box that controls the "Other" text box, the text that was entered does not disappear from the text box with the formula. I will recreate a facsimile here:
Check box1 (Field1=Apple)
Check box2 (Field2=Orange)
Check box3 (Field3=Banana)
Check box4 (Field4=Grape)
Check box5 (Field5=Other) Other Text box (conditional formatting set to hide unless Field5 has been checked) (Field6=blank)
Text box with formula: substring(eval(eval((field1 | field2 | field3 | field4 | field6)[. !=""], 'concat(", ",.)'), ".."), 3, 1000)
Results when all boxes checked on Text box with formula: Apple, Orange, Banana, Grape, Text typed in Field6
Deselect Field4 (user made a mistake): Apple, Orange, Banana, Text typed in Field6
Deselect Field5 that controls Field6: Apple, Orange, Banana, Text typed in Field6
Once data is typed in Field6, it stays in the Text box with the formula.
If it would be helpful, I could send you a copy of my form as you mentioned in your last email, just let me know. But I thought I'd first try to relay it this way so you wouldn't have to wade through my form. I promise if you can help me with this I really believe this will be the final problem with separators I'm having on this form. And again, thank you.
Nalani