I'm trying to create a review page at then end of a survey. I have something like:
<question summary>: [[pipealiasforquestion]]
for each question in my survey.
For single Selection-Text answers (displayed with radiobuttons in the question), I get what I expect, the text of the answer in place of the pipealias.
For mutliple Selection-Text answers (displayed with checkboxes in the question), I get a nice result like "answer1, answer3, and answer4"
For Selection-Other answers, I get the answer text (e.g., "Other") when I'd like the user-supplied text from the accompanying field.
For Field-Basic, Field-Large, and XML-based answers, I get nothing.
Am I doing it wrong? (I searched the forums for other people having problems with pipealias but all my searches turn up no hits. I almost feel like searching is broken.)