I have this form in a file called "requestaquote.html".
The form is using another file called "requestquote.php" to do it's thing.
Now, this is simple, client will fill in the fields and once a button is clicked, E-mail will be sent.
I need a way to show "E-mail sent" type of thing. Considering my form is using another file to handle the E-mail, I have to redirect back to original page and display "E-mail sent".
How do I do this?