Results 1 to 8 of 8
  1. #1

    Arrow Quick HTML from question

    Hi guys. I have a quick HTML question.

    What I want to do is very similar to this:

    http://www.w3schools.com/html/tryit....ml_form_submit

    Basically just put a couple fields where users can fill out information, then submit it. I want the submitted text to be saved on the server as an html doc, text doc, anything that I can look over if their submission requires my attention.

    What do I need to do in order to save this data when a user submits it? You can use the code at the above link and tell me how I would need to modify it, and If I would need to create a another txt doc on the server or html doc.

    Thanks for your time!

    Jason

  2. #2
    Will this require some php? If so, could someone come up with or locate a script to do something similar to what I want to do? FYI I don't know php and know a very little bit of html.

  3. #3
    Join Date
    Aug 2005
    Posts
    3,587
    you'll need some server side coding indeed like PHP or ASP(.net)

  4. #4
    I was quite sure i needed php or asp. Now could you or someone else be more helpful and come up with some code? Thanks!!!

  5. #5
    Join Date
    Aug 2005
    Posts
    3,587
    Sorry mate, my reply was quite brief indeed.

    http://www.formtools.org/ and / or http://forms-expert.com/ should be of help!

  6. #6
    Join Date
    Feb 2008
    Posts
    80
    The link you have provided describes the HTML submit and requires a server side script that will operate the submitted info.

    Look here: http://www.hotscripts.com/PHP/Script...ors/index.html

  7. #7
    Join Date
    Nov 2003
    Location
    London
    Posts
    573
    If you have not solved this yet, I will do the code for you so the form send the contents submitted by users to your email box. Let me know if you need it. I will make it for you free of course.
    Last edited by tinuzzo; 03-10-2008 at 12:23 PM. Reason: added price detail: FREE
    Community Manager @ Cloudflare
    I'm on Twitter too. DMs open.
    Passionate about photography.

  8. #8
    Join Date
    Feb 2008
    Posts
    64

Posting Permissions

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