flash
Wow that's what I ended up doing instead of the advance mail. I installed the
Kaosweaver mailer extenstion. very easy, it just loaded to my DW extenstion
manager. I created the form and followed instruction from Kaos.

It's not
working though. can you take a look at this code to see what I did wrong.
thanking you in adavance
<form action="/marketshare/joinus/kwmailervb.asp" method="post" name="Join
Us" id="Join Us">
<p align="right"><span
class="text"><strong><em>Occupation</em></strong><br>
<br>
What type of work do you do?
<input name="typeofwork" type="text" id="typeofwork">
<br>
Name of Employer
<input name="nameofemployer" type="text" id="nameofemployer">
<br>
Job Address
<input name="jobaddress" type="text" id="jobaddress">
<br>
City/State/Zip
<input name="citystatezip" type="text" id="citystatezip">
<br>
I work
<input type="radio" name="fulltime" value="radiobutton">
Full-time
<input type="radio" name="parttime" value="radiobutton">
Part-time<br>
Number of Employees
<input name="numberofemployees" type="text"
id="numberofemployees">
<br>
<textarea name="needunionissues" cols="35" rows="9"
id="textarea2">Please list the issues of why your workplace needs a union
here:</textarea>
<br>
<br>
<strong><em>Contact Information</em></strong><br>
<br>
Name
<input name="namecontact" type="text" id="namecontact">
<br>
Street Address
<input name="contactaddress" type="text" id="contactaddress">
<br>
City
<input name="contactcity" type="text" id="contactcity">
<br>
State/Providence
<input name="contactstate" type="text" id="contactstate">
<br>
Zip
<input name="cotactzip" type="text" id="cotactzip">
<br>
Home Phone
<input name="contactphone" type="text" id="contactphone">
<br>
Pager/Cell Phone
<input name="contactcellpager" type="text"
id="contactcellpager">
<br>
Email Address
<input name="contactemailaddress" type="text"
id="contactemailaddress">
<br>
</span>
<input type="submit" name="Submit" value="submit">
</p>
</form>