Improved generated js code.
This commit is contained in:
parent
d9574d312c
commit
37288861e4
1 changed files with 8 additions and 6 deletions
|
@ -9,12 +9,14 @@
|
|||
|
||||
<script id="zammad_form_script" src="http://localhost:3000/assets/form/form.js"></script>
|
||||
<script>
|
||||
$('#feedback-form').zammad_form({
|
||||
$(function() {
|
||||
$('#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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue