After submission, a link is shown to enter a new form

This commit is contained in:
7u83 2020-04-16 07:26:08 +00:00
parent 046ed5cfc2
commit 498575047a
1 changed files with 4 additions and 1 deletions

View File

@ -440,7 +440,10 @@ if ($_POST['sendmail']=='yes'){
if (!$rc) {
echo 'Mailer Error: ' . $mail->ErrorInfo;
}
echo "Dein Antrag wurde versendet";
echo "Dein Antrag wurde versendet.<BR>";
echo '<a href="ka.php">
Weiteren Antrag auf Kostenerstattung stellen</a><BR>';
die;
}