Tagged: contact
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
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');
That works great!
Thank you Dude –
Scott
Hi!
Great :)
Best regards,
Peter