Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Thomas Townsend

    (@smb-dev)

    Right now that’s not possible. Something we are looking into.

    You can however Customize your Thank You Page within the Application Acceptance ares in Display Settings and use HTML. If you have Gravity Forms you may be able to invoke a Form Redirect from there via short code. It’s kind of clunky but it may work.

    Thread Starter joshdanielsjr

    (@joshdanielsjr)

    Hi Thomas, I actually figured it out and the solution was pretty simple. I will share what I did so others that have the same need can accomplish this. All you have to do is go into jobmanager settings-display settings and scroll down till you get to Miscellaneous Text. In the Application Acceptance section just paste this simple java script

    <script>
    window.location.replace(“https://YOURWEBSITE.COM/thank-you/&#8221;);
    </script>

    This works like a charm for me =D

    Plugin Author Thomas Townsend

    (@smb-dev)

    I Tested it and it did work ok, but there was some weird…pause and something
    that did not look quite right before the redirect page displayed.

    I may have to research this code snippet a bit more before we let it go out in the wild…or it could just be my install??

    Either way that is an EXCELLENT – TIP –

    THANK YOU for SHARING !!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I redirect after successful application submission’ is closed to new replies.