Add debug hidden field into formsAdding any custom hidden field on-the-fly in any forms at specify domains.
Features:
1) Domain & subdomain specify
2) Add any custom field with value into forms
3) Add domain with simple click in toolbar
4) Computer specify, all data will not upload to cloud.
5) Can adopt to any web language, such as PHP, ASP, Servlet, ColdFusion, .NET, etc.
6) Can adopt to any framework, such as: CodeIgniter, CakePHP, Zend Framework, etc.
Why install it?
1) Web application do not need any changes for developer debugging, even in production enviroment.
2) Simple changes for applying this feature to help you to develop. (PHP: if( isset($_GET['debug']) ){ var_dump($data); })
Change Log:
1.1
--------------
1) fixed the option link in table