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>
|
||||
|
@ -354,7 +355,22 @@
|
|||
<h3>Starten</h3>
|
||||
<p>Mit deinem systemausfall.org-Konto kannst du unseren Nutzerwebserver direkt nutzen. Alle Infos dazu findest du auf unseren <a href="https://hilfe.systemausfall.org/Webspace">Hilfeseiten</a>.</p>
|
||||
<p>Sofern du kein Konto bei uns hast oder eine Wordpress-Seite benötigst, benutze bitte unser Anfrageformular:</p>
|
||||
<p><a href="../anfrage_hosting.html"><button>Hosting beantragen</button></a></p>
|
||||
|
||||
<button id="zammad-feedback-form">Hosting 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue