test to fix anchor scroll on submitted form
This commit is contained in:
parent
c5991f2de1
commit
1c85fb1b88
|
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
add_filter('gform_confirmation_anchor_gform_24', '__return_false');
|
// add_filter('gform_confirmation_anchor_gform_24', '__return_false');
|
||||||
add_filter('gform_confirmation_anchor_24', '__return_false');
|
// add_filter('gform_confirmation_anchor_24', '__return_false');
|
||||||
|
|
||||||
add_filter('gform_confirmation_anchor', '__return_false');
|
// add_filter('gform_confirmation_anchor', '__return_false');
|
||||||
|
|
||||||
|
|
||||||
// ## Fields
|
// ## Fields
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user