|
| A R C H I V E D M E S S A G E |
|
Subject: Attachment error |
| Posted: 10/30/2003 at 9:18:32 pm |
| By: |
| Hi :) Awesome script, exactly what I wanted! Here is the problem, I installed the script on one of my forms that isn't used often to test it http://ay4him.org/yourfav.htm . After installing I wanted to try to use the attachments. But I forgot to first go in and configure it :( Everything was working great until I did that now I get an internal error problem. I went back and took the attachment field out of the form, uploaded again, and I still get the error. I know how to do the attachment field now but how do I correct my first mistake? | |
|
|
Subject: Re: Attachment error |
| Posted: 10/31/2003 at 11:22:26 am |
| By: Seth Knorr |
| Actualy I am looking at your form, it is working fine. The problem you are having is due to the face that you did not edit the success page field in your form. Therefore after successfully filling out the form, you will get a page not found error.
edit tag
<input type="hidden" name="success_page" value="http://www.yourdomain.com/success.html">
Seth | |
|
|
Subject: Re: Attachment error |
| Posted: 10/31/2003 at 1:16:27 pm |
| By: |
| Thank you for your reply. I am curious though, before I tried to add the attachment, my page worked fine. And it went to the right success page. I have it directed to another page and it is the correct link. Do I have to use the success page? If not, then it's still not working correctly =( | |
|
|
Subject: Re: Attachment error |
| Posted: 10/31/2003 at 1:47:26 pm |
| By: |
| Also, I put it on another form, and it works perfectly on that one. | |
|
|
Subject: Re: Attachment error |
| Posted: 10/31/2003 at 5:22:52 pm |
| By: |
| Thank you for your help! I've figured it out, somehow I had enctype="multipart/form-data" on my form. | |
|
|