[desc]: using the Muliple Recipients input field I set up 3 users (added these users as admin-email). In the auto-confirmation I use the value of the name as variable {multi-users}. All goes gine except for the last user. The value of the variable shows more than it should; the Input Field Title is added.
An example: three users John, Jack and Sandra are added in the Multiple Recipients dropdownlist. The fieldlabel = "Recipient". The title = "Please choose your recipient".
In the autoconfirmation I thank the sender for his respons and use the name of the recipient in the signature by using {Recipient}. For John and Jack this goes fine but for Sandra the following text is shown: Sandra|title:Please choose your recipient.
This error can be easily fixed by manually change the value of the fieldname and enter a # directly after the last recipient.
Recipient#John#Jack#Sandra#|title:Please choose your recipient
hope this might help someone (or gets fixed in next rel).