When users send their messages they return to the raw address of forum like this: www.forum.com, but I would like to change this.
Is it possible to navigate users to a specific html page when they sent the message?
Look at the default.php:
default.php
$Sender->StatusMessage = T('Thank you for your message.'); $Sender->RedirectUrl = Url("/");
That seems to be the place where you want to insert your address
Comments
Look at the
default.php
:That seems to be the place where you want to insert your address