Advertisement
Guest User

Untitled

a guest
May 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('#wf-form-lead').submit(function(e) {
  3. yaCounter37539440.reachGoal('calculate_cost_top');
  4. return;
  5. });
  6.  
  7. $('#top-form-submit-btn').click(function(){
  8. $('#wf-form-lead').submit();
  9. });
  10.  
  11. $('#consult-form-submit-btn').click(function(){
  12. yaCounter37539440.reachGoal('free_consultation_slide'); return true;
  13. });
  14.  
  15. $('#calculate-form-submit-btn').click(function(){
  16. yaCounter37539440.reachGoal('calculate_cost_slide'); return true;
  17. });
  18.  
  19. $('#wf-form-consult').submit(function(e){
  20. yaCounter37539440.reachGoal('calculate_cost_down');
  21. return;
  22. });
  23.  
  24. $('#bottom-form-submit-btn').click(function(){
  25. $('#wf-form-consult').submit();
  26. });
  27.  
  28. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement