I'm getting an options page not found error when I submit the form for my plugins Options page.
I've been following the code here:
http://codex.wordpress.org/Creating_Options_Pages
I'm a bit confused as to whether my options form should post to options.php (as in the example) with
<form method="post" action="options.php">, or if I have to add the URL of my options page in here manually as the post action. If I leave the code as above, I get the not found error, but I'm wondering if some kind of automatic redirection should be going on which isn't happening.
I can see the hidden fields have been added to the form if I check the source of the options page online, and the values for options_page and _wp_http_referer seem correct.
Any advice much appreciated.
a|x