Skip to content

Instantly share code, notes, and snippets.

@EvilWolf
Created July 8, 2016 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvilWolf/9121c3e30650d8d6a26c8a6a4e8c74e8 to your computer and use it in GitHub Desktop.
Save EvilWolf/9121c3e30650d8d6a26c8a6a4e8c74e8 to your computer and use it in GitHub Desktop.
Веб-Формы и jQuery Ajax
При отправке битриксовской формы модуля Веб-Формы через $.ajax, необходимо к результатам формы добавлять параметр web_form_submit
$.ajax({
data: $Simple3Form.serialize() + '&web_form_submit=Отправить',
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment