Hi-
I am using gform_pre_submission in my functions.php. By default, there does not seem to be any support for a form-specific gform_pre_submission. That is, if you use it without any other checking code, it will apply to all of the forms in your blog.
I'd like to request:
gform_pre_submission_$form_id
(like gform_pre_render allows gform_pre_render_$form_id)
Thanks!