ddpromo1
28 Jun 2007, 06:53 PM
WISYWIG is just not getting what I want when creating my form.
I'm trying to capture my traffic, by offering a free ebook. Common, no brainer form to some, but not me. I want to get a name and email address, upon submit direct them to a page to download ebook (Simple).
Tested it out and when I hit submit, it opened up outlook mail program to send message to my email address (which I want), but I want to direct them "thank you" page with download file, without an added steps (sending email to me, then waiting to receive download link).
Anyway, here's the code and link where form is at..
<form action="mailto:ims@advertisingagency1.com?subject=Free_Real_Estate_Demo" method="post" enctype="multipart/form-data" name="form1">
<p>See For Yourself Download Our Free Demo!</p>
<p><img src="/realestguide.png" width="269" height="334"></p>
<p>Name:
<input name="textfield" type="text" value=" " maxlength="20">
</p>
<p>E-mail:
<input name="textfield2" type="text" value=" " maxlength="20">
</p>
<p align="center">
<input type="submit" name="Submit3" value="Submit">
<input type="reset" name="Submit4" value="Reset">
</p>
<p> </p>
</form>
http://www.advertisingagency1.com/RealEstateSalesTool.htm
Thanks,
David D.
I'm trying to capture my traffic, by offering a free ebook. Common, no brainer form to some, but not me. I want to get a name and email address, upon submit direct them to a page to download ebook (Simple).
Tested it out and when I hit submit, it opened up outlook mail program to send message to my email address (which I want), but I want to direct them "thank you" page with download file, without an added steps (sending email to me, then waiting to receive download link).
Anyway, here's the code and link where form is at..
<form action="mailto:ims@advertisingagency1.com?subject=Free_Real_Estate_Demo" method="post" enctype="multipart/form-data" name="form1">
<p>See For Yourself Download Our Free Demo!</p>
<p><img src="/realestguide.png" width="269" height="334"></p>
<p>Name:
<input name="textfield" type="text" value=" " maxlength="20">
</p>
<p>E-mail:
<input name="textfield2" type="text" value=" " maxlength="20">
</p>
<p align="center">
<input type="submit" name="Submit3" value="Submit">
<input type="reset" name="Submit4" value="Reset">
</p>
<p> </p>
</form>
http://www.advertisingagency1.com/RealEstateSalesTool.htm
Thanks,
David D.