aradianoff / recaptchacontact

reCaptcha Contact Plugin for Grav CMS (getgrav.org)
MIT License
8 stars 11 forks source link

Scroll anchor fixes #34

Closed bassplayer7 closed 7 years ago

bassplayer7 commented 7 years ago

The main purpose of this pull request is to scroll the page to the contact form when a message is displayed. In using this plugin, my co-worker noticed that the page does not scroll down to the message if it is a ways down the page. This should resolve the problem.

It also adds a data-callback option per @cocodrino recommendation in #33.

At some point, I'd like to add an AJAX submission option, but this should resolve the immediate need.