Guest User

Untitled

a guest
Dec 15th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <form action="/.../.../#wpcf7-f1581-p853-o1" method="post" class="wpcf7-form" enctype="multipart/form-data" novalidate="novalidate">
  2.  
  3. var myEl = document.getElementsByClassName('wpcf7-submit');
  4.  
  5. myEl.addEventListener('click', function() {
  6. window.scrollTo({ top: 0, behavior: 'smooth' });
  7. }, false);
Add Comment
Please, Sign In to add comment