From 36013e692f0b886d25b4eed9962817fa7b26a87a Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 18 May 2022 16:36:37 -0600 Subject: [PATCH] Add placeholder examples to signup form --- public/parts/template_person.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/parts/template_person.php b/public/parts/template_person.php index fb96502..b903801 100644 --- a/public/parts/template_person.php +++ b/public/parts/template_person.php @@ -85,7 +85,7 @@ if (isset($personid) && $database->has('people', ['personid' => $personid])) { "maxlength" => 255, "value" => $personinfo["parentname"], "error" => "Enter the parent or guardian's full name.", - "placeholder" => "Parent McParentson" + "placeholder" => "Parent McParentface" ] ]); } @@ -188,7 +188,7 @@ if (isset($personid) && $database->has('people', ['personid' => $personid])) { "maxlength" => 255, "value" => $personinfo["parentname"], "error" => "Enter the parent or guardian's full name.", - "placeholder" => "Guardian McParentson" + "placeholder" => "Parent McParentface" ], [ "label" => "Parent Phone",