I followed the link below and added additional text field to magento review.
Add additional text field to magento review
I have tested that values for the custom fields can be successfully posted and stored in the database and appearing at backend as well. However I am having trouble calling back this value out to frontend.
I used the code below to call it back, but nothing is showing.
<span><?php echo $this->__('<h2>%s</h2>', $this->escapeHtml($_review->getFname())) ?></span>
What step was lacking or done wrong?