Results 1 to 4 of 4

Thread: E-mail Form

  1. #1
    Poster
    Join Date
    May 2003
    Location
    London, UK
    Posts
    573
    I tried to put an e-mail form on my website but when you submit it takes you to a page which shows my e-mail. I am using geocities and the script I used was;

    <form method="post" enctype="text/plain" action=&#39;mailto:[email protected]&#39;>
    <input type="hidden" name="To" value="Ringtones">
    Enter desired ringtone here:

    <input type="text" name="question:" size="50" maxlength="100">


    </form>

    edit: now when i do it it opens up Outlook. is there a way to just submit the info they out in the previous boxes? The code is now;

    <form method="post" enctype="text/plain" action=&#39;mailto:[email protected]&#39;>
    <input type="hidden" name="To" value="Ringtones">
    Enter desired ringtone here:

    <input type="text" name="question:" size="50" maxlength="100">


    Enter your e-mail here:

    <input type="text" name="question:" size="50" maxlength="100">


    <input type="submit" value="Submit">[img]spacer.gif[/img]
    </form>

  2. Internet, Programming and Graphics   -   #2
    Poster
    Join Date
    Jun 2003
    Location
    Yet to be determined
    Posts
    993
    What is the URL to the script?

  3. Internet, Programming and Graphics   -   #3
    <span style='color:black'> I am a part of all that I have met - Lord Tennyson</span>
    <span style='color:blue'>Try not to let your mind wander...it is too small and fragile to be out by itself</span>

  4. Internet, Programming and Graphics   -   #4
    Poster
    Join Date
    May 2003
    Location
    London, UK
    Posts
    573
    Thanks, problem solved

Bookmarks

Posting Permissions

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