Hi All After user fills all the data in drupal form (prepared using a custom module), I would like to give a preview (of filled in data) to user before he can submit the form data.
What is the best way to do this. Do we need to use AHAH ? Please suggest me.
Thanks and Regards Austin
One of the better ways to learn the Form API is to look at working examples. For example, the examples module, or any other one you've used. If you're on drupal 6, you could look at the node admin form delete confirmation in modules/node/node.admin.inc (function node_multiple_delete_confirm).
Ted
On 4/22/2011 6:38 AM, Austin Einter wrote:
Hi All After user fills all the data in drupal form (prepared using a custom module), I would like to give a preview (of filled in data) to user before he can submit the form data. What is the best way to do this. Do we need to use AHAH ? Please suggest me. Thanks and Regards Austin