PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Error Message & Page Position

  1. artur
    Member

    i have a tall landing page with a signup form on the bottom.
    however if a user submits it with errors, they are sent to the top of the page.
    ( which isnt very usable )

    what do u recommend?
    im assuming Ajax would be the perfect solution..but it seems your forms dont have this feature?

    any other solutions until it does?

    thanks
    artr

    Posted 13 years ago on Thursday October 28, 2010 | Permalink
  2. artur
    Member

    ahhh ok i didnt see the Ajax Enabled feature!
    GREAT! ( but it broke my Cufon Fonts.. so i will need to re-apply the JS )

    nice work..

    Posted 13 years ago on Thursday October 28, 2010 | Permalink
  3. Hi Artur,

    Sounds like you got this all figured out, but I wanted to share another neat Gravity Form feature in case you (or any other GF users reading this) ever find yourself embedding a form a the bottom of a long page and for whatever reason you don't want to use AJAX.

    It's a little GF filter called gform_confirmation_anchor. You just drop it in your functions.php and Gravity Forms will automatically scroll down to the form after submission.

    <?php
    add_filter("gform_confirmation_anchor", create_function("","return true;"));
    ?>
    Posted 13 years ago on Thursday October 28, 2010 | Permalink