Created
July 15, 2017 21:54
-
-
Save OlegShchavelev/12d8f2ce72e37af5f841796d65881a73 to your computer and use it in GitHub Desktop.
AJAXFORM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{'!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