Scroll to success message
-
Hi! I’m using CF7 with Avada Theme and I have a child theme.
I’m trying to find a way to have the success message displayed on screen after sending the form, specially in mobile, where the message is out of view after hitting the ENVIAR button. I already have it customized so that the form is not visible after sending the message and in its place, the success message appears. The whole form is placed inside a container with an id named “anchor”.
I’ve already tried adding this code to the footer of the page with no success:
<script type="text/javascript"> $(".wpcf7-submit").click(function() { $('#anchor').animate({scrollTop: '99999px'}, 800); }); </script>
Any suggestions?
Thanks in advance!
The page I need help with: [log in to see the link]
- The topic ‘Scroll to success message’ is closed to new replies.