waterflai
Custom page, custom fill form radio reset after picked
Hi everyone, im trying to make a custom page for pivot tables of scoring, the way it works is i want whenever the radio option is pressed, it store right away to database
Im doing it with radiodeck plugin, and i already achieve the storing point right away after picking the radio option, but somehow the radio option wont become selected (refreshed i can say)
I wonder whats wrong with my code, this is my score array
Scores Retrieved
and this is my code
Scoring.php
13 replies
Fileupload in Single record editing with custom page
im trying to follow this instruction online https://laraveldaily.com/post/filament-edit-only-single-record-custom-page, but the example was only for text input.
I try something like fileupload for my case, since the mountng and saving data work around array, i have a problem for fileupload (filepond).
instead of saving the filename, it save a weird json (logs on the bottom)
and the tmp file are not moved to the storage disk, is there a way to make fileupload in my custom page works like in resource page ?
https://pastebin.com/YypB3kbd (the code)
36 replies