send form redirect

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi I want to redirect a form to another page once the submit is clicked, also
to send the user an autoresponse, any help would be great

to (e-mail address removed)
 
Hi Sam,

The response is just a
Response.Redirect("page")

Or even more simple just a label on your form where you have set your
message.

For the message you can use smtp.mail (systemwebmail)

Have a look for that as this (it is very simple to use)

http://www.systemwebmail.net/

I hope this helps a little bit?

Cor
 
Back
Top