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 ??
Just change this ACTION='https://ww03.elbowspace.com/servlets/frhclientconfirmfle' to the path where the file is on your server.