Re: ASP FORM MAIL

message from bruhop on 21 Jul 2004
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>
 
~Flash~ replied to bruhop on 21 Jul 2004
Flash
 
bruhop replied to ~Flash~ on 21 Jul 2004
yes we use asp (wish they had CF, it seems it would be easier. Or cgi too, but
we no have) I will back track. In my earlier thread I mentioned Windows 2003
not using CDONTS. That's what we use. Do you know anything about that. Until we
meet again, I will back-track as you suggested. Hopefully I will find something
that is easy to fix. you rock flash
 

Archived message: Re: ASP FORM MAIL (Macromedia Dreamweaver)