Forums / Setup & design / feed back form send infos to wrong address

"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".

feed back form send infos to wrong address

Author Message

laurent le cadet

Friday 22 June 2007 8:47:44 am

Hi,

I build a feedback form based on the regular form templates.
Everything works well excepted the email reciever.

I took care about the email "recipient" attribute but the form are always send to the admin email.

3.9.2.

Any Idea ?

Regards.

Laurent

laurent le cadet

Friday 22 June 2007 9:56:55 am

This drive me crazy:(

I checked almost everything 100 times.
It looks like email_reciever is not considered.

class override=design/plain_site/override/templates/collectedinfomail/feedback_form.tpl (checked in admin)

That's the template I'm working and I added some lines in it, clear all the cache, it's still the same message!!!

I changed override.ini with:

[feedback_mail]
Source=content/collectedinfomail/form.tpl
MatchFile=collectedinfomail/i_dont_exist.tpl
Subdir=templates
Match[class_identifier]=feedback_form

Even without feedback_form.tpl it go one sending the same message!!!

How could it be possible that some other templates are used (form.tpl...)?

Argh...

André R.

Friday 22 June 2007 2:05:55 pm

Are you using ezwebin or plain site / 3.8 base design ?
And is it sending only to admin or admin and recipient?

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

laurent le cadet

Saturday 23 June 2007 1:04:24 am

André,

I'm using plain_site 3.9.2 base design.
It WAS sendonly to admin.

I change my mind by rewriting standard/content/collectedinfomail/feedback.tpl
I know it's not the best solution but now it works.

I never managed to override it.

Maybe it's because my class identifier's name is "feedback" also...

Laurent