If I set up a theme options page in the way suggested by the codex (http://codex.wordpress.org/Creating_Options_Pages) then my form submits to 'option.php'.
settings_fields creates a nonce, which if I was creating my own submission page would be checked with check_admin_referer.
My question then.... if I use options.php as my 'form processor' does this mean I cannot use check_admin_referer?
Thanks, Nick