CODE

Form Confirmation Page Re-Direct

Re-direct a form submission to a custom thank-you page.

v1.0.0
  1. Add the below hidden input to your form layout, replacing the value with your actual re-direct URL:

    <!-- Treehouse CODE v1.0.0 -->
    <form ...>
        <input type="hidden" name="redirectURL" value="/thank-you-page">
        ...
    </form>

Comments or questions? Head over to the Treepl CMS forum to discuss with the community.