Graeme, please refer to the Forms API Quickstart Guide : http://api.drupal.org/api/file/developer/topics/forms_api.html/5
Not sure if I'm on the same page as you, but I need to have a form that has some input fields and a submit button, and when it's clicked, the form passes the input to itself (or another page) and then displays a table of results from a query (that I've created). Any idea?On 06 Feb 2008, at 8:59 PM, Ivan Sergio Borgonovo wrote:Maybe there is a clean way to recycle most of FAPI if you don't needto save anything in _submit but if you'd just like to produce someoutput based on form input?eg. you've 2 fields and the form "landing" page should display theproduct (the landing page may still be the form path itself).If there is such a technique that let you intercept $form_values and$form_id outside _submit _validate and display output accordingly I'dbe glad to know.Otherwise I'd really enjoy to see a _display hook that in spite ofshowing the form or redirecting somewhere else would just have accessto $form_id and $form_values as _validate and _submit but wouldoutput something else other than the form.--Ivan Sergio Borgonovo
Kind RegardsGraeme McKibbinSoftware Developer