By sujith7c on
Friends
How can i include a contact link in every node, (content that administer created),
and how we can deliver email to a particular email-id
Look forward to you
Friends
How can i include a contact link in every node, (content that administer created),
and how we can deliver email to a particular email-id
Look forward to you
Comments
just add many Categories
I try to understand your situation:
1. you can set contact link like this in every page: < a href="http://yourdomain/?q=contact"
> Contact Us <
/a>
2. Send form to diffirent email box,go to:
Administer / Site building / Contact form then click Add Category tab.
fill in one Category like Sales Department and Recipient like sales@yourdomain.com
Save;
Then add Category again like Support and Receipient as support@yourdomain.com
Save.
you can do many times.
Hope it helps