CGFeedback: No comment field after upgrade
Posted: Tue Jul 04, 2017 5:26 pm
Hi, could someone help me with the new version of CGFeedback – this would be great!
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:
while all the other input fields follow this scheme:
This {$input_comment} does not produce any HTML output so there is no field for the comment (see attached screenshot).
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:
But just copying and pasting this line to the feedback form "CGFeedback Comment Form Radio" did not work. I can send the form but there is no reply on the page and there is no comment in the backend of CGFeedback.
Could someone help please?
This would be much appreciated – thank you!
Reinhard
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