HOW TO REDIRECT CONTACTFORM CONFIRMATION SUBMITTION THANKYOU PAGE

Hello everybody, I have a bootstrap contact form with is work well. http://elrapha.org/PHPCONTACT/formpage.html. Now when a visitor submit a form, he receive a single message ''sent successfully'' in the same page. But what i need is to redirect the confirmation to this page http://elrapha.org/PHPCONTACT/thankyou.html page. I have lean that the code i will go to put is { // To redirect form on a particular page header("Location: http://elrapha.org/PHPCONTACT/thankyou.html"); } Now my problem is that. I don't know where can delecte the same page confirmation and put the redirection code. Someone can help me? please.

Haven’t you fixed the problem yet?