Hi,I'm creating a Livecycle form that has 4 user entered text fields
that when filled out, they will autopopulate to a separate text field
(let's call it comment box) with a ';' in between. So if someone entered
'x' in all 4 boxes, the comment box will look like so: "x; x; x; x".
Users may (and will often) manually add additional items to the comment
box to where the field could look like "user entered text x;x;x;x " or
"x; user entered text x; x; x;" and so on. The issue I'm having is users
wil...