On 8/18/06, Jeff Eaton <jeff@viapositiva.net> wrote:
I think it should be possible. For now, it's very useful to have a flag *in the form itself* that indicates that it's a programmatic submission (ie, isset($form['#post'])).
 
It's definitely something to explore in a subsequent patch.

Do we really need to have the entire form array though?
You can do all kinds of nastiness like remove all the validation, etc.

Also, regarding the guy who was wondering about $_GET. You can just do :
$form['#post'] = $_GET; or similar.