Advertisement
AlexM1SHOP

Untitled

Mar 21st, 2020
2,457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <input type="hidden" name="subid" value="{subid}"/>
  2.  
  3. =============================
  4.  
  5. function sendData(client_name, client_phone, subid)
  6.  
  7.  
  8. =============================
  9.  
  10. sendData($('input[name=name]', this).val(), $('input[name=phone]', this).val(), $('input[name=subid]', this).val());
  11.  
  12. =============================
  13.  
  14. s: QueryString.s, меняем на s: subid,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement