By hprashi on
hi,
wanted to know if there is any way a confirmation form (Are you sure? 1)yes 2)no) can be displayed after submitting the form and validating the inputs
hi,
wanted to know if there is any way a confirmation form (Are you sure? 1)yes 2)no) can be displayed after submitting the form and validating the inputs
Comments
Yes
You want confirm_form().
http://api.drupal.org/api/function/confirm_form/5
--
http://ken.blufftontoday.com/
http://new.savannahnow.com/user/2
Search first, ask good questions later.
How do you use it?
form()
form_validate()
form_submit()
If you call a form from within the submit hook that executes a confirm form, the confirm_form() function doesn't work
form_confirm()
Execute confirm_form() doesn't work.
So, everyone says confirm_form, but I have yet to see how it works in an example other than deleting something. See all the examples here: http://api.drupal.org/api/function/confirm_form/6