JS Hooks

You can utilize the following JS hooks to easily extend your Supercharged forms. All of these events are triggered on the window. gf_supercharge_ready Is fired once Supercharged form is ready and set up. jQuery(window).on(“gf_supercharge_ready”, supercharge_form_12_ready); function supercharge_form_12_ready( event, form_id ) […]