Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Need Help with Web Form (URGENT)

  1. Registered TeamPlayer Rumble's Avatar
    Join Date
    07-26-07
    Location
    Greenville, TX
    Posts
    942
    Post Thanks / Like
    Stat Links

    Need Help with Web Form (URGENT) Need Help with Web Form (URGENT)
    Gamer IDs

    PSN ID: Kusanhagi Steam ID: Kusanhagi
    #1

    Need Help with Web Form (URGENT)

    I have a customer who has asked me to fix this web form on their website. I manage their server/network and general web page maintenance for them.

    I don't have any experience with fillable web forms, but if anyone does if you could help me out I would really appreciate it. There are a bunch of blank radio buttons which shouldn't even be there, and the form doesnt actualy generate the email, just a blank email with the send to address in it.

    http://www.classichomestx.com/ContactUs.html

    I'm not getting paid to fix this for them, just helping them out. However, I would be grateful and I am sure I can find something like some schwag I got at a game trade show or something to give the person who can help me out. Either PM me or email me if you can help.

    Rumble
    Rumble
    "First we crack the shell, then we crack the nuts inside!"
    -Rumble (Transformers the Movie)
    "I want to change the world but nobody will give me the source code."
    -unknown

  2. Registered TeamPlayer BigHub's Avatar
    Join Date
    06-24-05
    Location
    Texas
    Posts
    19,533
    Post Thanks / Like
    Stat Links

    Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT)
    Gamer IDs

    Gamertag: JHubb05 Steam ID: BigHub BigHub's Originid: Hubalicious
    #2

    Re: Need Help with Web Form (URGENT)

    Did they do this using DreamWeaver? Or what?

  3. Registered TeamPlayer BigHub's Avatar
    Join Date
    06-24-05
    Location
    Texas
    Posts
    19,533
    Post Thanks / Like
    Stat Links

    Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT)
    Gamer IDs

    Gamertag: JHubb05 Steam ID: BigHub BigHub's Originid: Hubalicious
    #3

    Re: Need Help with Web Form (URGENT)

    I took a class 2 semesters ago dealing with web forms... so it's a bit rusty right now, I'd have to look at my notes when I get off of work.

  4. Registered TeamPlayer BigHub's Avatar
    Join Date
    06-24-05
    Location
    Texas
    Posts
    19,533
    Post Thanks / Like
    Stat Links

    Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT)
    Gamer IDs

    Gamertag: JHubb05 Steam ID: BigHub BigHub's Originid: Hubalicious
    #4

    Re: Need Help with Web Form (URGENT)

    On the submit button... It's like they entered in an e-mail address for the send... It should be linked up to a webserver to send the completed form to, not an e-mail.

  5. Registered TeamPlayer Imisnew2's Avatar
    Join Date
    01-19-08
    Posts
    4,588
    Post Thanks / Like
    Blog Entries
    9
    #5

    Re: Need Help with Web Form (URGENT)

    Yea, if you don't know how it was built, (or atleast with what it was built with), it's kinda like digging through snow. Very slow and you probably wont find what you're looking for.

  6. Registered TeamPlayer Imisnew2's Avatar
    Join Date
    01-19-08
    Posts
    4,588
    Post Thanks / Like
    Blog Entries
    9
    #6

    Re: Need Help with Web Form (URGENT)

    The send button looks like they're using the windows mail client to send an e-mail.

    Edit : You have the code-behind for this webpage? Like, the code to see exactly what the submit button does?

    Edit : <form action="mailtoaulrenfro@hotmail.com" method="get" enctype="multipart/form-data" id="form1">
    That says to me, the submit button mails that person.. Is this supposed to be a survey or something? because I don't see anywhere that the info from those buttons is getting saved.

  7. Registered TeamPlayer Rumble's Avatar
    Join Date
    07-26-07
    Location
    Greenville, TX
    Posts
    942
    Post Thanks / Like
    Stat Links

    Need Help with Web Form (URGENT) Need Help with Web Form (URGENT)
    Gamer IDs

    PSN ID: Kusanhagi Steam ID: Kusanhagi
    #7

    Re: Need Help with Web Form (URGENT)

    It was built with Dreamweaver CS3 and they wanted it to create an email that people could review then click send. I think that's why it opens your email client. I dunno.

    Rumble
    "First we crack the shell, then we crack the nuts inside!"
    -Rumble (Transformers the Movie)
    "I want to change the world but nobody will give me the source code."
    -unknown

  8. Registered TeamPlayer DancingCorpse's Avatar
    Join Date
    10-21-08
    Location
    Waco, Texas
    Posts
    12,228
    Post Thanks / Like
    Blog Entries
    6
    Stat Links

    Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT)
    Gamer IDs

    Gamertag: Dancin Corpse Steam ID: deltacorpse DancingCorpse's Originid: DancingCorpse
    #8

    Re: Need Help with Web Form (URGENT)

    Quote Originally Posted by Imisnew2
    Yea, if you don't know how it was built, (or atleast with what it was built with), it's kinda like digging through snow. Very slow and you probably wont find what you're looking for.
    Exactly that. If it was made using a Microsoft Office product I can help, but any others I probably couldn't. I had classes on this kind of stuff all through High School and got a Microsoft Office Specialist certification for Word.

    The Submit button looks like what they were going for is that the form would open an email pointed towards their Email address and have all the info in the form in that, which really doesn't make sense, it should take that information and make an automatic email on its own end that sends to the appropriate people, not using your own computers email tools and your personal email to submit the form. Either that, or get saved in a database that gets checked up on a regular basis.

  9. Registered TeamPlayer Rumble's Avatar
    Join Date
    07-26-07
    Location
    Greenville, TX
    Posts
    942
    Post Thanks / Like
    Stat Links

    Need Help with Web Form (URGENT) Need Help with Web Form (URGENT)
    Gamer IDs

    PSN ID: Kusanhagi Steam ID: Kusanhagi
    #9

    Re: Need Help with Web Form (URGENT)

    I have a copy of Dreamweaver, but like I said I don't know web forms. I'm smart enough to ask for help when I am in over my head.
    Rumble
    "First we crack the shell, then we crack the nuts inside!"
    -Rumble (Transformers the Movie)
    "I want to change the world but nobody will give me the source code."
    -unknown

  10. Registered TeamPlayer BigHub's Avatar
    Join Date
    06-24-05
    Location
    Texas
    Posts
    19,533
    Post Thanks / Like
    Stat Links

    Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT) Need Help with Web Form (URGENT)
    Gamer IDs

    Gamertag: JHubb05 Steam ID: BigHub BigHub's Originid: Hubalicious
    #10

    Re: Need Help with Web Form (URGENT)

    Dreamweaver CS3 is what we used as well when we dealt with web forms.

    About the submit and email - I have to go back into my notes or into the CS lab here at TX State to fuck with it again. I forget the exact details.

    We set it up to where you hit submit and it was sent off to a webserver, which then you could bring up and look at the completed web forms.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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
  •  
Title