Results 1 to 3 of 3

Thread: Form help...

  1. #1
    Join Date
    Nov 2004
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Form help...

    I want to include a full form in a pge with a "mail these results to here" on submit...can anyone tell me how to do this or give me the address of a site/tutorial that would help me...i am new with (but competent in understanding) html...

    sending me to a full tutorial would be better as i still want to know how to write up a good lokoing form as well...thanks guys

  2. #2
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    Hi

    Try: http://www.microsoft.com/education/F...2Tutorial.aspx

    With forms you will need to get certain info from your hosting site (i.e do they support forms etc) and in the header section you will need to add the following line to make sure the form gets e-mailed to you.

    <FORM NAME=test METHOD=post ACTION=http://www.serviceprovider.com/pubscripts/formmail.asp>
    <INPUT TYPE=hidden NAME=MailTo VALUE=info@yoursite.com>
    <INPUT TYPE=hidden NAME=Subject VALUE='Subject'>
    <INPUT TYPE=hidden NAME=ReturnURL VALUE=http://www.yoursite.com/thankspage.htm>

    rgds,Simonf

  3. #3
    Join Date
    Nov 2004
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks mate

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
  •