Hi folks,
This may sound simple to you but I've been racking my brain (or lack of same) for the past hour trying to bcc an html form.
this is what i have in my form tag
<form name="Incident Outage" method="post" action="mailto:youremail@whatever.com?Subject=Trying to bcc this stupid form" enctype="text/plain" onSubmit="return isMailReady(this);">
Like this the form gets sent out normally...
But what I need to do is replace the mailto with a bcc... I am currently grabbing the email addresses with some vbscript and there are a lot of address that this form is being sent to... Now I don't neccissarily want the recipients to view everyone else who this form is being sent to... In fact I don't want them to see any email addresses...
My question to you is how to I change the form tag so that it only BCCs???
Thanks...
This may sound simple to you but I've been racking my brain (or lack of same) for the past hour trying to bcc an html form.
this is what i have in my form tag
<form name="Incident Outage" method="post" action="mailto:youremail@whatever.com?Subject=Trying to bcc this stupid form" enctype="text/plain" onSubmit="return isMailReady(this);">
Like this the form gets sent out normally...
But what I need to do is replace the mailto with a bcc... I am currently grabbing the email addresses with some vbscript and there are a lot of address that this form is being sent to... Now I don't neccissarily want the recipients to view everyone else who this form is being sent to... In fact I don't want them to see any email addresses...
My question to you is how to I change the form tag so that it only BCCs???
Thanks...