Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23340

    I have a page (http://apexcriticaldefense.com/course-registration/) that after you submit the form, the page does not scroll to the top for you to see the “thank you” message, you have to manually scroll up. Is there a way for this to auto scroll? Please feel free to test it out and see for yourself.

    Thanks,

    Scott

    #119441

    Try following – in wp-contentthemesenfoldjsshortcodes.js replace:

    form.slideUp(400, function(){responseContainer.slideDown(400); send.formElements.val('');});

    with

    form.slideUp(400, function(){responseContainer.slideDown(400); send.formElements.val('');});
    jQuery('#scroll-top-link').trigger('click');

    #119442

    That works great!

    Thank you Dude –

    Scott

    #119443

    Hi!

    Great :)

    Best regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact From Not Scrolling To Top’ is closed to new replies.