+ Reply to Thread
Results 1 to 2 of 2

Thread: html sendmail assistance
      
   

  1. #1
    kakarot_90 is offline Private
    Join Date
    Jan 2007
    Location
    India
    Posts
    4

    Default html sendmail assistance

    check this html guys...

    <html>
    <body>
    <form action="MAILTO:kakarot_90@rediffmail.com" method="post" enctype="text/plain">

    <h3>This form sends an e-mail to Napster.com.</h3>
    Name:<br>
    <input type="text" name="name"
    value="yourname" size="20">
    <br>
    Mail:<br>
    <input type="text" name="mail"
    value="yourmail" size="20">
    <br>
    Comment:<br>
    <input type="text" name="comment"
    value="yourcomment" size="40">
    <br><br>
    <input type="submit" value="Send">
    <input type="reset" value="Reset">

    </form>
    </body>
    </html>

    so now how do i change this form action so that there's isn't any furthur user interaction or opening of any email client
    and the mail is sent directly to my email id..? forgive me if i have posted this in a wrong forum but how do i del this post if i have done so??

    thankyou in advance
    -kakarot_90

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,062

    Default Re: html problem....

    The form action should be set to use a script to send the info, instead of trying to directly email the form info to your email address. This is a very common problem. The simpler solution is the use of a php script. The form action should be the same as the php script name. And the encoding should be set to "multipart/form-data"

    Please have a look at BlueVoda Form Tutorial 1 where all this is explained very well. Please read carefully the TEXT under the multimedia presentation.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49