Online Application (1 Viewer)

3pac

Alex Del Mexico
May 7, 2004
7,206
#1
does anyone know how to make an application online, such as a page with various fields people can fill out and submit, and i would receive it as an email? i tried to find a tutorial online but failed, so i was just wondering if someone could maybe point me in the right direction, thanks :cool:
 

Buy on AliExpress.com
OP
3pac

3pac

Alex Del Mexico
May 7, 2004
7,206
  • Thread Starter
  • Thread Starter #3
    ok well i made the form in frontpage, thanks for that advice, but now i dont know how to channel the submissions to my email
     

    Zé Tahir

    JhoolayLaaaal!
    Moderator
    Dec 10, 2004
    29,281
    #4
    ++ [ originally posted by Sir Sebastian ] ++
    ok well i made the form in frontpage, thanks for that advice, but now i dont know how to channel the submissions to my email
    is there a 'submit' option at all?
     

    Zé Tahir

    JhoolayLaaaal!
    Moderator
    Dec 10, 2004
    29,281
    #8
    ++ [ originally posted by Sir Sebastian ] ++
    http://s22.yousendit.com/d.aspx?id=1GGXMBZ0X4NUZ1KE6266DZ4E6G


    i think its more of a problem to do with the fact i dont have my own webspace im just using free ones :D
    try adding this html code within the < > of the submit button.

    action = your email, and then /action

    tell me if it doesn't work

    you might have to play around with it, like it might work w/out the "/action" and it might need apostrophies around your email.
     
    OP
    3pac

    3pac

    Alex Del Mexico
    May 7, 2004
    7,206
  • Thread Starter
  • Thread Starter #9
    right ill give it a try, thanks for the help man. the only experience i have with html is like a 2 week section on it in 7th grade :D
     
    OP
    3pac

    3pac

    Alex Del Mexico
    May 7, 2004
    7,206
  • Thread Starter
  • Thread Starter #10
    nope. didnt work :(

    oh well. i think im going to let it go, its not the most important application anyways :D

    thanks for the help though
     
    OP
    3pac

    3pac

    Alex Del Mexico
    May 7, 2004
    7,206
  • Thread Starter
  • Thread Starter #13
    ++ [ originally posted by Zé Tahir ] ++
    no dude, I almost have it
    just give me a sec.
    uh... ok :D:cool:

    the main problem is hosting it online somewhere. freewebs doesnt have frontpage configurations, so i put it on tripod which does, and it still doesnt work properly. i just want to get emailed applications from my friends :D
     

    Zé Tahir

    JhoolayLaaaal!
    Moderator
    Dec 10, 2004
    29,281
    #14
    ok this is what I found, its the whole thing here, but I think you know what to take out.
    <html>
    <body>
    <form action="MAILTO:[email protected]" method="post" enctype="text/plain">

    <h3>This form sends an e-mail to W3Schools.</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>
    it should work ;)
     
    OP
    3pac

    3pac

    Alex Del Mexico
    May 7, 2004
    7,206
  • Thread Starter
  • Thread Starter #15
    ++ [ originally posted by Zé Tahir ] ++
    ok this is what I found, its the whole thing here, but I think you know what to take out.


    it should work ;)
    thanks man, do i put this under the submit button's tags?
     

    Zé Tahir

    JhoolayLaaaal!
    Moderator
    Dec 10, 2004
    29,281
    #16
    yea, but not all of it! i was too lazy to cut out the parts you don't need. let me know if u need me to

    EDIT: wait not in the submit tag. Try getting rid of the bottom section you made, and paste this one instead. if it works that should give you an idea of what tags you need, then you can bring back the "Submit" instead of "SEnd" that tihs has, if you want i.e.
     

    Zé Tahir

    JhoolayLaaaal!
    Moderator
    Dec 10, 2004
    29,281
    #17
    ok I got over my lazyness, this is what you need, add it to end.

    <form action="MAILTO:youremail" method="post" enctype="text/plain">

    Name:<br>
    <input type="text" name="name"
    value="yourname" size="20">
    <br>
    Mail:<br>
    <input type="text" name="mail"
    value="yourmail" size="20">
    <br>
    <input type="submit" value="Send">
    <input type="reset" value="Reset">

    </form>

    :D try it
     
    OP
    3pac

    3pac

    Alex Del Mexico
    May 7, 2004
    7,206
  • Thread Starter
  • Thread Starter #18
    well, i put it in as you said, and i uploaded the page to tripod.lycos, but if you click the send button, it just sends you to a page saying "error: this page doesnt exist"

    thanks for trying though :)
     

    Zé Tahir

    JhoolayLaaaal!
    Moderator
    Dec 10, 2004
    29,281
    #19
    ++ [ originally posted by Sir Sebastian ] ++
    well, i put it in as you said, and i uploaded the page to tripod.lycos, but if you click the send button, it just sends you to a page saying "error: this page doesnt exist"

    thanks for trying though :)
    damn :down:
    oh well, i'm not computer major :D

    PS: I'm waiting for somone who knows this shit to come and give you the answer in one sec., make me look like an idiot :down::D
     
    OP
    3pac

    3pac

    Alex Del Mexico
    May 7, 2004
    7,206
  • Thread Starter
  • Thread Starter #20
    ++ [ originally posted by Zé Tahir ] ++


    damn :down:
    oh well, i'm not computer major :D

    PS: I'm waiting for somone who knows this shit to come and give you the answer in one sec., make me look like an idiot :down::D
    haha :D

    yea, i dont know wtf the problem is. i just dont receive emails saying ppl want to have kinky gay sex for 10 k $ :D
     

    Users Who Are Viewing This Thread (Users: 0, Guests: 1)