+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 27

Thread: Coding Submit Button on a Contact Form

  1. #1
    Join Date
    May 2007
    Location
    Cypress, Texas
    Posts
    118

    Default Coding Submit Button on a Contact Form

    on my site, I've created a contact form and am having trouble getting the submit button to dump the message in my inbox. Any suggestions?

  2. #2
    Join Date
    Jul 2006
    Posts
    37

    Default Re: Coding Submit Button on a Contact Form

    The submit button itself doesn't do anything other than indicate that the form action should be processed. If your form isn't working, it's going to be a problem either with the script or the action in the form tag.

  3. #3
    Join Date
    Mar 2007
    Location
    Tucson, AZ
    Posts
    173

    Default Re: Coding Submit Button on a Contact Form

    Took a peek at the source code.. and I must be way behind the times.. because I'd never seen this kind of stuff before:

    <form action=--WEBBOT-SELF-- method=post>
    <!--webbot bot="SaveResults" s-email-address="http://webmail.kw.com/horde3/imp/mailbox.php?nocache=3g146ie0cqrk"
    s-email-format="TEXT/PRE" b-email-label-fields="TRUE"
    s-email-Subject="CypressTexasRealEstateSite.com Form Response" s-builtin-fields="Date Time"
    b-email-subject-from-field="FALSE"-->
    Did you use Office to do your site?
    Michael Krotchie - REALTORŪ - Coldwell Banker Residential Brokerage, NRT LLC
    6970 N. Oracle Road, Suite 100
    Tucson, AZ 85704
    520.404.4996 -- Mobile
    520.544.4545 -- Office

    Tucson Real Estate | Tucson Real Estate Blog

  4. #4
    Join Date
    Feb 2007
    Location
    Fort Lauderdale, Florida
    Posts
    1,498

    Default Re: Coding Submit Button on a Contact Form

    They are correct. The actual submit button just tells the form it's done.

    It's the action part of the form tag that is important. Are you using php? Java? etc.

    If your host lets you use the php mail() function (godaddy disables it for security reasons), you can find tons of free scripts online that use it.
    If you're not remembered, you never existed.

  5. #5
    Join Date
    May 2007
    Location
    Cypress, Texas
    Posts
    118

    Default Re: Coding Submit Button on a Contact Form

    Thanks for the info guys it is all very helpful for I am new at this. I am using office to make the form. I am also using godaddy to host the site.

    Under the form properties I am selecting "send data to me in my email"

    Where it asks for my email address I've tried entering mcrider@kw.com, which didn't work. Then I've tried the actual http while in my inbox.

    not sure where to go from here. I'll go to do daddy to see if I can find some help, and any suggestions from y'all would be great.

    Thanks for the interest in helping me

  6. #6
    Join Date
    Feb 2007
    Location
    Fort Lauderdale, Florida
    Posts
    1,498

    Default Re: Coding Submit Button on a Contact Form

    I called godaddy up to work on mine too Turns out I spent over a week trying to get mail() to work and I never made sure it was enabled.

    Godaddy actually has a emailform set up for you After logging into your godaddy account on their main page, go to 'my account'. Then go to 'hosting account list'. Open the control panel for your site. Under the content tab, there should be 'form mail'. Simply put your email in there, and update.

    Check your files (via ftp, or however you do it) and there should be something like gdform.asp or something along the lines. Something YOU didn't make. In your form, for the action, put that file name

    They wrote it for you to do it. About the only thing I actually like about godaddy.
    If you're not remembered, you never existed.

  7. #7
    Join Date
    May 2007
    Location
    Cypress, Texas
    Posts
    118

    Default Re: Coding Submit Button on a Contact Form

    Thanks Brandon... huge help

  8. #8
    Join Date
    Feb 2007
    Location
    Fort Lauderdale, Florida
    Posts
    1,498

    Default Re: Coding Submit Button on a Contact Form

    It was annoying for me to work with So I figured since I went through all the hard work on the phone with them, why not pass it along?
    If you're not remembered, you never existed.

  9. #9
    Join Date
    May 2007
    Location
    Houston, TX
    Posts
    70

    Default Re: Coding Submit Button on a Contact Form

    If you can use CGI scripts, I've been using NMS Formmail from Sourceforge for a long time with good results:

    http://nms-cgi.sourceforge.net/scripts.shtml

    It's a more secure replacement for the old formmail script from Matt's Script Archive that's still used everywhere. I've seen that some hosts actually have the Matt's version built into their system as their "formmail" in the control panel, although I don't know if that's what GoDaddy uses or something else similar. The NMS script was written because Matt's was so easy for spambots to hijack.
    Stacy Clifford
    ChiliPepperWeb.net
    Open-Realty Hosting

  10. #10
    Join Date
    May 2007
    Location
    Cypress, Texas
    Posts
    118

    Default Re: Coding Submit Button on a Contact Form

    I like what I saw on the website you gave for nms... but how do I actually install so that I can start using? Again... very new at this.

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast

Posting Permissions

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