mr_vjchauhan
mr_vjchauhan
FFilament
Created by mr_vjchauhan on 5/14/2024 in #❓┊help
Issue with $this->form->getState() for Previewing Resume
When I use $this->form->getRawState();, everything works fine except I can't get the file upload URL. But if I switch to $this->form->getState(), I can get the URL, but it also validates every form field, which I don't want. How can I fix this so I can get the file upload URL without having to validate every form field? Any help would be awesome!
I have a similar issue as described in this question: https://www.answeroverflow.com/m/1152352566525566996
13 replies