I am a bit desperate:
I upgraded CMSms from 2.2 to 2.2.1 and also upgraded module CGFeedback from 1.8.3 to 2.0.1.
For CGFeedback there was an upgrade notice about needing to check or reconfigure the templates. So I was prepared but now I can't get it to work.
Problem:
There are two samples for the feedback form:
"CGFeedback Comment Form Radio"
and
"CGFeedback Comment Form Sample"
"CGFeedback Comment Form Radio" was set as default so I was going for it and styled it. But it does not produce the input field (should be a text area) for the actual comment.
In line 75 it only says:
Code: Select all
{$input_comment}Code: Select all
<input type="text" name="{$actionid}author_email" size="40" maxlength="255" value="{$author_email}"/>When I looked at the second sample form "CGFeedback Comment Form Sample" in line 70 there is a very different expression for the comment input:
Code: Select all
{cge_textarea wysiwyg=$wysiwyg name="{$actionid}comment" id="{$actionid}comment" rows=3 value=$comment}Could someone help please?
This would be much appreciated – thank you!
Reinhard


