Hi I'm running a site that makes heavy use of a custom taxonomy called 'Games' and using the Simple Term Meta plugin the metadata for these terms. Using pretty much a copy of the code from wordheavy.com it's working fine except for two things: it throws an error on the 'Game' taxonomy page (Warning: Missing argument 2 for game_form_fields() in ommitted/functions.php on line 32) and when you add a 'game' the form doesn't clear.
You can find a copy of my code here.
I'm not quite where to start (apart from line 32!) so any direction would be appreciated.