KT_back and custom update forms

KT_back and custom update forms

In order to use the Kollektion KT_Back function in your custom build update form do the following.
divider

In order to use the Kollektion KT_Back function in your custom build update form do the following.

  1. The link in the list where you click to go to the update page…
    add the following as the Last parameter &KT_back=1
  2. On your update page add the following at the top of the page
    // Load the KT_back class
    require_once('../includes/nxt/KT_back.php');
  3. You can now use
    ../includes/nxt/back.php as the redirect page to go to after updating the page.
Written by:  - 14 Sep, 2010