I’m currently trying to do some JS magic after a user submits a Gravity Form using gform_confirmation_loaded, but I need their submission in the function to do that. The only parameters according to documentation are the form ID and event object, neither of which seem to have what I need.
Does anyone know if this is even possible? And if so, how would I go about doing that?