Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Posts
    248
    Plugin Contributions
    0

    help question How do I modify this Survey code?

    Hi everyone,

    I am looking at putting a survey onto my website and have managed to find some coding. Does anyone know how I would modify it so that, when the form is submitted, it goes automatically to my email address?

    This is the code I have:

    <!-- This is a sample survey form -->
    <form name="Survey" action="mailform.asp" method="post">
    <input type="hidden" name="MailTo" value="[email protected]">
    <input type="hidden" name="NextURL" value="Thanks.htm">
    <p>Name: <input type="text" name="VisitorName" size="40"></p>
    <p>E-Mail Address: <input type="text" name="EmailAddress" size="40"></p>
    <p>Please Rate This Site:
    <input type="radio" name="Rating" value="1">I like it
    <input type="radio" name="Rating" value="2">It's okay
    <input type="radio" name="Rating" value="3">It needs work</p>
    <p>Comments: <input type="text" name="Comments" size="40"</p>
    <p><input type="submit" value="Submit"></p>
    </form>


    Many thanks,

    Gary

    BTW...I am on a linux server is that makes any difference?

  2. #2
    Join Date
    Jul 2006
    Posts
    248
    Plugin Contributions
    0

    Default Re: How do I modify this Survey code?

    BTW...I know the line '<input type="hidden" name="MailTo" value="[email protected]">' require me to put in my own email address. It's just that, when I change this, nothing arrives in my inbox.

 

 

Similar Threads

  1. how to change this two osc code into zc code?
    By sunrise99 in forum General Questions
    Replies: 3
    Last Post: 21 Nov 2011, 05:30 AM
  2. wHAT DOES THIS ERROR CODE MEAN AND HOW WOULD I FIX THIS?
    By Snaggle in forum General Questions
    Replies: 2
    Last Post: 15 Jun 2011, 10:27 PM
  3. modify orders update button template code, how??
    By tlyczko in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Mar 2010, 09:53 PM
  4. how do I modify this page?
    By keneso in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Oct 2009, 03:47 PM
  5. how to modify this page
    By helinzhou in forum General Questions
    Replies: 3
    Last Post: 13 Jul 2006, 02:42 PM

Posting Permissions

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