Viewing 4 replies - 1 through 4 (of 4 total)
  • Lots of people have asked this same question, and I now too would like to know. Would the developer(s) kindly respond please?

    Right, this should be a feature of the plugin, but you can redirect by adding this to your theme’s functions.php

    function my_after_post_redirect() {
     $URI = 'https://mysite.com/thank-you-page';
     return $URI;
    }
    add_filter('wpuf_after_post_redirect', 'my_after_post_redirect');

    even a link to the post would be great. For now I run a query in the sidebar ordered by “modified” so it gets a link to most recent and most recently updated post. I only have one user so it works ok.

    Plugin Author weDevs

    (@wedevs)

    Hello Whoaloic,

    We will try to fix this issue as early as possible. I have informed this to our developer team.

    Thank You ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘update redirection’ is closed to new replies.