• Resolved gminghetti

    (@gminghetti)


    Hello, just a quick question: is it possible to redirect customers to a custom thank you page after confirming the photos? If yes, how can I do it?
    Thanks,
    Giorgia

Viewing 1 replies (of 1 total)
  • Plugin Author Florian Ziegler

    (@florianziegler)

    Hi!

    This is possible with our Brand & Customize Pro module. With it you can set a custom thank you message and/or set a custom redirect – among many other things. (This is the conventient way.)

    There is also a filter that you can use: picu_redirect. Just pass along the URL you want to redirect to:

    add_filter( 'picu_redirect', function() {
        return 'https://domain.tld/thank-you';
    } );

    Cheers
    Florian

Viewing 1 replies (of 1 total)
  • The topic ‘Custom thank you page’ is closed to new replies.