Created
March 27, 2019 19:39
-
-
Save gabrielkoerich/f5fe6129cd33a376efea8c836653b595 to your computer and use it in GitHub Desktop.
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
| <script src="//app.bulldesk.com.br/forms.js"></script> | |
| <script> | |
| new BulldeskFormIntegration({ | |
| token: '1f57055247e479ab2185b87ab8441678', | |
| identifier: 'Formulário de Contato', | |
| validate: true, | |
| map: { | |
| 'wysija[user][email]': 'email', | |
| } | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment