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 id="zammad_form_script" src="http://localhost:3000/assets/form/form.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$('#feedback-form').zammad_form({
|
$(function() {
|
||||||
|
$('#feedback-form').zammad_form({
|
||||||
messageTitle: 'Feedback Form',
|
messageTitle: 'Feedback Form',
|
||||||
messageSubmit: 'Submit',
|
messageSubmit: 'Submit',
|
||||||
messageThankYou: 'Thank you for your inquiry! We\'ll contact you soon as possible.',
|
messageThankYou: 'Thank you for your inquiry! We\'ll contact you soon as possible.',
|
||||||
showTitle: true,
|
showTitle: true,
|
||||||
modal: true
|
modal: true
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue