Forums / General / Problems with feedback form

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Problems with feedback form

Author Message

Zak dma

Friday 07 April 2006 6:51:25 am

To create feedback form I used tutorial <link href=http://ez.no/products/ez_publish/documentation/customization/components/information_collection>http://ez.no/products/ez_publish/documentation/customization/components/information_collection</link>

Mail was sent, but I wanted to override standard form for viewing information sent by feedback form.
I created template my_form1.tpl and add to override.ini.append.php

[collected_feedback_form]
Source=content/collectedinfo/form.tpl
MatchFile=my_form1.tpl
Subdir=templates
Match[class]=27

27 - ID of my feedback class

But after sending mail, Exponential use standard form (not my my_form1.tpl) to display sent information. Why?