Merge pull request '166_anrede_kontaktformular' (#167) from 166_anrede_kontaktformular into main
Reviewed-on: #167
This commit is contained in:
commit
fec9e358ab
@ -77,7 +77,7 @@ function prepare_response() {
|
|||||||
$response = array();
|
$response = array();
|
||||||
|
|
||||||
if (empty($_POST['message'])) {
|
if (empty($_POST['message'])) {
|
||||||
$response['errors'][] = 'Sieh haben keine Nachricht eingegeben.';
|
$response['errors'][] = 'Sie haben keine Nachricht eingegeben.';
|
||||||
}
|
}
|
||||||
if (empty($_POST['email'])) {
|
if (empty($_POST['email'])) {
|
||||||
$response['errors'][] = 'Sie haben keine E-Mail-Adresse eingegeben.';
|
$response['errors'][] = 'Sie haben keine E-Mail-Adresse eingegeben.';
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<h2>Kontaktformular</h2>
|
<h2>Kontaktformular</h2>
|
||||||
<form id="contact_form" class="content__contact_form">
|
<form id="contact_form" class="content__contact_form">
|
||||||
<p class="contact_form__note">
|
<p class="contact_form__note">
|
||||||
Deine E-Mail-Adresse wird nicht veröffentlicht.<br>
|
Die E-Mail-Adresse wird nicht veröffentlicht.<br>
|
||||||
<span aria-hidden="true">Erforderliche Felder sind gekennzeichnet <span class="contact_form--required" aria-hidden="true">*</span></span>
|
<span aria-hidden="true">Erforderliche Felder sind gekennzeichnet <span class="contact_form--required" aria-hidden="true">*</span></span>
|
||||||
</p>
|
</p>
|
||||||
<p class="contact_form__text_input">
|
<p class="contact_form__text_input">
|
||||||
|
Loading…
Reference in New Issue
Block a user