From: Raphaël Gertz Date: Mon, 2 Nov 2020 00:13:18 +0000 (+0100) Subject: Split address in address, zipcode and city X-Git-Url: https://git.rapsys.eu/cdn/commitdiff_plain/d0d1c2aeeeeb5140259ffb4c7fd2c8891a8b2c9d 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 --- 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