Advertisement
Guest User

Untitled

a guest
May 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <form method='POST' action='https://dev.salesap.ru/web_forms/order'>
  2. <!-- Название -->
  3. <input type='hidden' name='order[name]' value='КАк ты сам то?' />
  4. <!-- Сумма -->
  5. <input type='hidden' name='order[amount]' value='0.0' />
  6. <br>
  7. <!-- Имя -->
  8. Имя: <input type='text' value='' name='contact[first_name]' />
  9. <!-- Раб. страна -->
  10. <input type='hidden' name='contact[work_country]' value='' />
  11. <!-- Раб. регион -->
  12. <input type='hidden' name='contact[work_region]' value='' />
  13. <!-- Раб. город -->
  14. <input type='hidden' name='contact[work_city]' value='' />
  15. <!-- Тип контакта -->
  16. <input type='hidden' name='contact[contact_type_id]' value='' />
  17. <!-- обязательные поля. не удалять! -->
  18. <input type='hidden' name='redirect_url' value='http://google.com?tetetet=kavkazzz' />
  19. <input type='hidden' name='token' value='3137a83607c5ae0b17ed762aadb3faa9' />
  20. <input type='hidden' name='responsible_id' value='6' />
  21. <br />
  22. <input type='submit' value='Отправить заявку' />
  23. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement