Add more contact forms
This commit is contained in:
parent
8b06cd1f4b
commit
74589cbd21
11 changed files with 170 additions and 13 deletions
|
@ -79,6 +79,7 @@
|
|||
<link rel="stylesheet" media="all" href="../themes/contrib/bootstrap_mint/css/mediae628.css?s1awq6" />
|
||||
<link rel="stylesheet" media="all" href="../themes/contrib/bootstrap_mint/css/maintenance-pagee628.css?s1awq6" />
|
||||
<link rel="stylesheet" media="all" href="../themes/contrib/gin/dist/css/components/ajaxe628.css?s1awq6" />
|
||||
<script src="../core/assets/jquery-3.7.1.min.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
|
@ -351,7 +352,23 @@
|
|||
|
||||
<p>Schnipsel kannst du sofort mit deinem systemausfall.org-Konto nutzen. Darüber hinaus steht Schnipsel auch für andere Nutzer:innen zur Verfügung.</p>
|
||||
|
||||
<p> </p></div>
|
||||
<h3>Starten</h3>
|
||||
<p>Sofern du kein systemausfall.org-Konto hast, kannst du es hier beantragen.</p>
|
||||
<button id="zammad-feedback-form">Konto beantragen</button>
|
||||
<script id="zammad_form_script" src="https://support.senselab.org/assets/form/form.js"></script>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$('#zammad-feedback-form').ZammadForm({
|
||||
messageTitle: 'Kontakt',
|
||||
messageSubmit: 'Übermitteln',
|
||||
messageThankYou: 'Wir haben deine Anfrage erhalten.',
|
||||
modal: true,
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue