Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Directing to a specific page after sending message using contact addon

RobenRoben New
edited January 2014 in Vanilla 2.0 - 2.8

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?

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    Look at the 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

Sign In or Register to comment.