KT_back and custom update forms
In order to use the Kollektion KT_Back function in your custom build update form do the following.
In order to use the Kollektion KT_Back function in your custom build update form do the following.
- The link in the list where you click to go to the update page…
add the following as the Last parameter &KT_back=1
- 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');
- You can now use
../includes/nxt/back.php as the redirect page to go to after updating the page.