Jun 11th, 2012, 1:25 PM
(This post was last modified: Jun 11th, 2012, 1:27 PM by michatmaster7.)
It took me awhile to find this old post, so I don't blame you for not searching the forums. Can you try this and see what it says?
Also - the name and id attributes of your submit button do not match what you've told FormTools. That could be causing an error. You told FT it was "Send_Guess" - but you've got the HTML as "Send Guess"
(May 5th, 2011, 1:12 PM)Ben Wrote: Also one tip I should have mentioned: if you haven't already done so, add this to your /global/config.php file:
PHP Code:$g_default_error_reporting = 2047;
That will output all errors/warnings/notices that occur. You should probably remove it when you're done, but I find it invaluable for debugging.
- Ben
Also - the name and id attributes of your submit button do not match what you've told FormTools. That could be causing an error. You told FT it was "Send_Guess" - but you've got the HTML as "Send Guess"