Forums / Setup & design / How to use 1 corporate Feedback Form for different receivers?

How to use 1 corporate Feedback Form for different receivers?

Author Message

Ekkehard Dörre

Saturday 14 February 2004 4:37:07 am

I want to use the coorporate feedback form in different areas, each with a different email receiver.

I changed collectedinfomail.tpl

{set-block scope=root variable=email_receiver}nospam@example.com{/set-block}

no result, I changes the class an added a field with the name collection_email, but no result.

Any ideas, where i can look?

Thanks, ekke

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing

Björn Dieding@xrow.de

Sunday 15 February 2004 12:49:55 am

we use an enum to supply multiple addresses to one feedback form

e.g. selection upon a topic

{set-block scope=root variable=email_receiver}$collectedinformationvarbla.whatevername.that.i.forgot.attribute.content{/set-block}

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

Ekkehard Dörre

Thursday 18 March 2004 11:02:24 am

It is when your varible is email_receiver an your template is content/collectedinfomail/form.tpl !!:
{set-block scope=root variable=subject}{"Collected information from %1"|i18n("design/standard/content/edit",,array($collection.object.name))}{/set-block}

{* Use this line to specify the e-mail in the template, can read this from the object to
make it dynamic pr form*}
{set-block scope=root variable=email_receiver}{$object.data_map.email_receiver.content}{/set-block}

{* Set this to redirect to another node
{set-block scope=root variable=redirect_to_node_id}2{/set-block}
*}

{"The following information was collected:"|i18n("design/standard/content/edit")}

{section name=Attribute loop=$collection.attributes}
{$Attribute:item.contentclass_attribute_name}:
{$Attribute:item.data_text}
{/section}

Thanks and greetings,

ekke

http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing