Closed (works as designed)
Project:
Webform
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2009 at 21:14 UTC
Updated:
9 Feb 2009 at 16:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
omerida commentedAttached is a patch that creates 2 hooks:
hook_webform_validate($form, $form_state) and hook_webform_submit($form, &$form_state)
Comment #2
quicksketchThese hooks are unnecessary, since you can already add additional validate and submit handlers using hook_form_alter().
Comment #3
omerida commentedthanks - i didn't realize you could have multiple validate and submit handlers for one form
Comment #4
quicksketch