Add placeholder examples to signup form
This commit is contained in:
parent
a9529a2f51
commit
36013e692f
@ -85,7 +85,7 @@ if (isset($personid) && $database->has('people', ['personid' => $personid])) {
|
|||||||
"maxlength" => 255,
|
"maxlength" => 255,
|
||||||
"value" => $personinfo["parentname"],
|
"value" => $personinfo["parentname"],
|
||||||
"error" => "Enter the parent or guardian's full name.",
|
"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,
|
"maxlength" => 255,
|
||||||
"value" => $personinfo["parentname"],
|
"value" => $personinfo["parentname"],
|
||||||
"error" => "Enter the parent or guardian's full name.",
|
"error" => "Enter the parent or guardian's full name.",
|
||||||
"placeholder" => "Guardian McParentson"
|
"placeholder" => "Parent McParentface"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"label" => "Parent Phone",
|
"label" => "Parent Phone",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user