This topic is locked

Sending to a Thank you page

2/20/2006 11:26:28 AM
PHPRunner General questions
R
renegadekn author

How would I go about sending a user to a straight HTML page after saving the information that they input instead of going back to the add page.
Thanks,
-Rob

Sergey Kornilov admin 2/21/2006

Rob,
You can do it using events. Choose After Record Added event on the Events Tab for required table, click Add action and select Redirect to another page.

Don't forget to replace anypage.php with your name of Thank you page in code.