hi all, this is what I need my form to do. On submit, it goes through all the validations and submits if nothing's wrong. What I want is I want to dislay a message on the form page to the user saying that the form was sent sucessfully. Then redirect them to their message. Is there like a aftersubmit event for a form? Not sure if this is possible because it would have to process the info on the asp page then redirect back to the form page. Then redirect it to the messages page. Hmm...hope I'm clear on this. Thanks.