Please help me.. I have a contact form page and thank you page. I just want to restrict my thank you page and it can only access after submit action on contact form click. So how can I do that? Thank you! :)
EX:
If directly access the thankyou.php ex: (localhost/test/thankyou.php). it automatic redirect on index.php.
And thankyou.php can only access after clicking the submit button or action on contact form.