Skip to content

Instantly share code, notes, and snippets.

@joergre
Created February 5, 2018 13:37
Show Gist options
  • Save joergre/ffef3f679e80aca3fc3fd7dd4ccc4005 to your computer and use it in GitHub Desktop.
Save joergre/ffef3f679e80aca3fc3fd7dd4ccc4005 to your computer and use it in GitHub Desktop.
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<button id="feedback-form">Feedback</button>
<script id="zammad_form_script" src="https://ticket.fbs-fulda.info/assets/form/form.js"></script>
<script>
$(function() {
$('#feedback-form').ZammadForm({
messageTitle: 'Ticket',
messageSubmit: 'Übermitteln',
messageThankYou: 'Vielen Dank für Ihre Anfrage (#%s). Wir melden uns umgehend!',
modal: true,
attachmentSupport: true
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment