Skip to content

Instantly share code, notes, and snippets.

@gabrielkoerich
Created March 27, 2019 19:39
Show Gist options
  • Save gabrielkoerich/f5fe6129cd33a376efea8c836653b595 to your computer and use it in GitHub Desktop.
Save gabrielkoerich/f5fe6129cd33a376efea8c836653b595 to your computer and use it in GitHub Desktop.
<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