Forum Home
Press F1
 
Thread ID: 59390 2005-07-01 00:31:00 HTML help - how to cc to another address in a form Greg (193) Press F1
Post ID Timestamp Content User
368388 2005-07-01 00:31:00 Bah, I hate to ask for website help, but can't work this one out.

A customer wants her website's contact form emails to get cc'd to a second address. How to do it?

The existing code is:

<form action ="customerwebsite.co.nz method="POST">
<input type=hidden name="redirect" value="http://www.customerwebsite.co.nz">
<input type=hidden name="recipient" value="customer@customerwebsite.co.nz">
<input type=hidden name="subject" value="Query from your website">
<input type=hidden name="required" value="email">

The formmail cgi is pre-installed on the server I use.

Thx for any help.
Greg (193)
368389 2005-07-01 00:50:00 I think I have it sorted, by duplicating the line
<input type=hidden name="recipient" value="customer@customerwebsite.co.nz"> but with the second address.

Just waiting to hear back from customer.
Greg (193)
1