Hey kids.
I am building a form procesing page that emails the contents of the form to an email built into the form. Also built in to the form is a URL that is used as a redirect URL. I can process the form, email it to the proper address but I cannot get the response.redirect or server.transfer to work. It does not matter where the redirect is placed on the page. I have the response.buffer=true in the page so that is not an issue.
The first error I get is "Page cannot be found" After refreshing I get an error "Page cannot be displayed".
Is there something that I should know about the collection or processing the email.
I am building a form procesing page that emails the contents of the form to an email built into the form. Also built in to the form is a URL that is used as a redirect URL. I can process the form, email it to the proper address but I cannot get the response.redirect or server.transfer to work. It does not matter where the redirect is placed on the page. I have the response.buffer=true in the page so that is not an issue.
The first error I get is "Page cannot be found" After refreshing I get an error "Page cannot be displayed".
Is there something that I should know about the collection or processing the email.