![]() |
(02-27-2024, 09:25 PM)kenjis Wrote: When the field is empty (invalid), you redirect to "/comic/create". Thank you! This one is work for me as well, I don't know if it's the good or the perfect one but at least, I've tried to find the code by myself and proud of myself because I can figure it out. ![]() PHP Code: <?= session()->getFlashdata('validation') ? 'is-invalid' : ''; ?> |
Messages In This Thread |
Validation doesn't work - by Tokioshy - 02-27-2024, 07:15 PM
RE: Validation doesn't work - by kenjis - 02-27-2024, 09:25 PM
RE: Validation doesn't work - by Tokioshy - 02-28-2024, 01:47 AM
RE: Validation doesn't work - by MZahov - 02-27-2024, 10:36 PM
|