Thanks.
The database I am trying to post the results to in an email form is Lotus Notes. CSV data is no0t permitted by Notes. On the form page, I have this:
<form action="cgi-bin/mailme.pl" method="post" name="contactform" id="contactform">
<input type="hidden" name="recipient" value="contactform" />
<input type="hidden" name="subject" value="Response from Web Form" />
Is there a way to post with PHP rather than PERL (the mailme.pl needs to be replaced with PHP. The PHP simply needs to send the results of the fields on the thankyou.php page to the mkt Notes database.
Thank you..I hope this is a little clearer-sorry for any confusion..