From d0d1c2aeeeeb5140259ffb4c7fd2c8891a8b2c9d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 2 Nov 2020 01:13:18 +0100 Subject: [PATCH] Split address in address, zipcode and city Add autocomplete to the form Improve workplaces Improve datefixing Fix invalid date display format Fix invalid date in qrdata format Change empty section to div Add colors for invalid and valid input or select Add html5 doctype Add html lang Add autocomplete hints Add script to floor time to closest 5 minutes Add region and country to workplaces --- public/ausweis.php | 160 ++++++++++++++++++++++++++++++--------------- 1 file changed, 109 insertions(+), 51 deletions(-) diff --git a/public/ausweis.php b/public/ausweis.php index 0eaeb91..3966d7f 100644 --- a/public/ausweis.php +++ b/public/ausweis.php @@ -30,6 +30,8 @@ if ( empty($_REQUEST['birthdate']) || empty($_REQUEST['birthplace']) || empty($_REQUEST['address']) || + empty($_REQUEST['zipcode']) || + empty($_REQUEST['city']) || empty($_REQUEST['function']) || empty($_REQUEST['location']) || empty($_REQUEST['date']) || @@ -65,7 +67,8 @@ if ( } } ?> - + + Ausweis generator