I have this code in the header:
[js]
jQuery(document).bind('gform_page_loaded', function(event, form_id, current_page){
alert("Page 3");
});
I've tried giving form_id and current_page values and I tried using just function(). Nothing happens when I click through the pages of the form. What am I missing?