I'm using the gform_pre_render filter with an ID number specified. I'm using it twice to run two scripts, once for form with ID 2 and another time with form ID 9.
They are nearly identical forms, but one must swap out for the other at a certain date so they are posted on the same page.
My issue is that both pre_render filters run and output both scripts on the page when only one of them should. Make sense? I don't think my scripts are interfering with each other but they probably both shouldn't be running at the same time when only one of the forms is active.
-Jarrod