amandablum / mindup

1 stars 0 forks source link

Gravity Forms, on submission fail, anchor to error msg not functioning #108

Closed amandablum closed 8 years ago

amandablum commented 8 years ago

When you error on gravity forms, by default its supposed to anchor to the form and specifically, to the error message. Its just refreshing the page. The error messages are present, but you'd have to scroll to know there was something wrong. This is true in the pagebuilder AND just in the footer. Might be a js or ajax conflict. Solution does not have to be we anchor to form, but just that we give an alert msg that submission failed so they know to scroll. Solution is path of least resistance.

chuckreynolds commented 8 years ago

hmm.. is this just not setting GF to submit via ajax instead? otherwise unless it's throwing an error i would be googling

amandablum commented 8 years ago

AJAX is enabled in the short code. It is still not anchoring.

chuckreynolds commented 8 years ago

k i'll look for console issues when i do all this.

amandablum commented 8 years ago

there are three places you can check- newsletter sign up in footer. form on homepage at bottom form on contact page

chuckreynolds commented 8 years ago

newsletter signup works fine. you just need to tell it to submit via ajax. Since you're using the widget for that and not code go here: widgets_ _mindup_ _wordpress

test newsletter in footer here: http://mindup.vuurrclients.com

chuckreynolds commented 8 years ago

also fyi for shortcodes add ajax="true" @see https://www.gravityhelp.com/documentation/article/shortcodes/

amandablum commented 8 years ago

not crazy, working fine now, but ajax was enabled on cee's dev site and it wasn't working. anyways, thanks.