Tagged: gravity form
Hi
When I click the send button to the form page go top. “page refreshing.” my form at the bottom of the page. You can not see the form validation messages are posted. For this you need to get scroll down the page.
i want Clicking the form button on the page should not go up. Same enfold contact demo form. enfold form possible Clicking the form button you see all validation same screen.
Is it possible
Regards
Akurgal
Hi Akurgal!
Our contact form shouldn’t be sending you to the top, http://kriesi.at/themes/enfold/pages/contact/.
Send us a link and deactivate all of your plugins and we’ll take a look.
Best regards,
Elliott
hi elliott
Gravity Form sending me the top. I found the solution. :
Enables the confirmation anchor on all forms
add_filter("gform_confirmation_anchor", create_function("","return true;"));
Best regards
Akurgal