Hello, I tried to make 2 pages form (by inserting Page break) with second page contains only HTML field to make an order confirmation.
I used a tutorial for gform_pre_render filter, but following code returns only 1 for me even if I am on the second confirmation page:
$current_page = GFFormDisplay::get_current_page($form["id"]);
Maybe, I am doing something wrong, but I am not sure what.
Thank you for your help.