I am trying to use this extension (nice job btw) but am having some trouble. what i do is use form "A" to collect information and do validation on any required feilds then pass all those valuse to form "B" by <INPUT name="CityStateZip" type="hidden" value="<%=request.Form("CityStateZip")%>"> <%Response.Write(request.Form("CityStateZip")) %>
Then the user has to "agree to some terms" and then they submit form "B". I also have a file that is a copy of form "B" (form "C") that becomes the body. All these forms have different names and Ids.
I recieve this error at the top of the page BUT the darn thing sends the email fine. How can I get rid of the error. Is there a different method I should apply to use this extension?
TRhe error is: Some form error. Error code: 12 Error List: 0 Form was successfully processed. 1 Request method is NOT post 2 Zero length request (there are no data in a source form) 3 Form is in a middle of process. 5 Initial form state 11 Boundary of multipart/form-data is not specified. 12 Unknown source form (Content-type must be multipart/form-data) 15 Client was disconnected before upload was completted. 16 Unexpected error from Request.BinaryRead method (ASP error).
I have been fighting with this for a few days. I purchased this extension to save me time but it seems i could have coded the thing by now. ( I hate it when that happens) well it is to late now. the customer is waiting and I am late with this project. Any assistance would be greatly appericated. |
|
|