Help on sending forms to my server

Discussion in 'HTML & Website Design' started by tkd_kid1, Aug 13, 2009.

  1. #1
    Hey all thanks for the previous feed back on forms.

    I have found a form editor that works how I want it to. But the next step is being able to send it to my server instead of the editors server??

    Here is the line of code that is from the editor that is posted in the form

    METHOD=POST ACTION='https://ww03.elbowspace.com/servlets/frhclientconfirmfle' ENCTYPE='multipart/form-data' onsubmit='return

    How would I go about setting it up to reply on my server ??
     
    tkd_kid1, Aug 13, 2009 IP
  2. gemini777

    gemini777 Peon

    Messages:
    21
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just change this ACTION='https://ww03.elbowspace.com/servlets/frhclientconfirmfle' to the path where the file is on your server.
     
    gemini777, Aug 14, 2009 IP