Added comments.
This commit is contained in:
parent
775c4f7d06
commit
78b35ab79c
1 changed files with 17 additions and 1 deletions
|
@ -1,7 +1,23 @@
|
|||
(function ($) {
|
||||
|
||||
/*
|
||||
provides feedback form for zammad
|
||||
*
|
||||
* provides feedback form for zammad
|
||||
*
|
||||
|
||||
<button id="feedback-form">Feedback</button>
|
||||
|
||||
<script id="zammad_form_script" src="http://localhost:3000/assets/form/form.js"></script>
|
||||
<script>
|
||||
$('#feedback-form').zammad_form({
|
||||
messageTitle: 'Feedback Form',
|
||||
messageSubmit: 'Submit',
|
||||
messageThankYou: 'Thank you for your inquiry! We\'ll contact you soon as possible.',
|
||||
showTitle: true,
|
||||
modal: true
|
||||
});
|
||||
</script>
|
||||
|
||||
*/
|
||||
|
||||
var pluginName = 'zammad_form',
|
||||
|
|
Loading…
Reference in a new issue