Skip to content

Instantly share code, notes, and snippets.

@OlegShchavelev
Created July 15, 2017 21:54
Show Gist options
  • Save OlegShchavelev/12d8f2ce72e37af5f841796d65881a73 to your computer and use it in GitHub Desktop.
Save OlegShchavelev/12d8f2ce72e37af5f841796d65881a73 to your computer and use it in GitHub Desktop.
AJAXFORM
{'!AjaxForm' | snippet: [
'snippet' => 'FormIt',
'form' => 'tpl.AjaxForm.dtls',
'hooks' => 'FormItSaveForm, email',
'formFields' => 'name,phone,email1,message',
'fieldNames' => 'name==Имя отправителя,phone==Телефон,email1==Почта,message==Комментарии'
'validate' => 'name:required',
'emailSubject' => 'Заявка из раздела контакты',
'emailTo' => '[email protected]',
'emailTpl' => 'tpl.email.dtls',
'validationErrorMessage' => 'В форме содержатся ошибки!',
'successMessage' => 'Сообщение успешно отправлено'
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment