The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Unable to "disable" Rules in Hooks Module - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: Unable to "disable" Rules in Hooks Module (/showthread.php?tid=2396) |
Unable to "disable" Rules in Hooks Module - EdgarAllenPoe - Mar 9th, 2013 I have installed the hooks manager module 1.1.3 in FormTools 2.2.5 I created the following rule hooked to "ft_get_submission" header("Location: win1.php"); //Basically interrupting the work flow and showing a custom page It works great, but when I disable the rule using the radio button and update the rule, there is no change and the rule is still run. It is not disabled. Are there any suggestions about how to get this to work as expected. |