Results 1 to 2 of 2

Thread: I need to submit a form to a text file

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

    Wink I need to submit a form to a text file

    Hi there,

    I am doing a project for school in FrontPage 2000 and have included a Form page. When I preview in Browser I am faced with an error telling me that I need to be connected to a server....I obviously do not want to do that as this is only a project. Is there any way I can change the code to send the info (once the submit button is clicked) to a text file that I can view later??

    Your help is much appreciated.
    Many thanks
    Sam

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

    Default

    Hi

    You would have to speak to your service provider to find the exact path. But this code would work so it arrives in your e-mail inbox

    <FORM NAME=test METHOD=post ACTION=http://www.serviceprovider.com/pubscripts/formmail.asp>
    <INPUT TYPE=hidden NAME=MailTo VALUE=info@youremail.com>
    <INPUT TYPE=hidden NAME=Subject VALUE='Website Information Request'>
    <INPUT TYPE=hidden NAME=ReturnURL VALUE=http://www.yourwebsite.com/thanks.htm>

    As its a project, if you send me the page, I will host it for you and provide the link if you want e-mail me on simonf@smos.co.za rgds...
    Last edited by simonf; 11-16-2004 at 09:29 AM.

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
  •