I have a form for feedback at the end of my webpage that is sent to my email address once it is filled out and submitted by users. The email sends, but the browser is sent to the cfm file. I'd like to be able to just hide the form and replace it with a thank you message. Is this possible? If not, just staying on the webpage where the form was would be ideal.
Thanks everyone.
You can send the user where ever you want. Just use cflocation after the email is sent to send them somewhere, or keep them on the same page and just display a thank you message.