Hi,
I am using gravity forms and they adviced me to put the following code in the functions.php:
add_filter("gform_confirmation_anchor", create_function("","return true;"));
This code should trigger the form to move the view port up to the confirmation to ensure that it is visible when the form is submitted.
But I tried it and nothing happens when I submit the form when there is still an open required field which is out of sight.
Could this be related to the template?














