bionary
bionary
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
@Dennis Koch sounds about right
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
@Dennis Koch oh sweet. Working with Wordpress is a nightmare. Doing the simplest things (for example: adding images) will make anyone want to jump off a building. I had to build a custom Wordpress plugin just to handle areas where the awful, antiquated and often incomplete WordPress API documentation falls short.
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
Thanks Adam
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
Well I just talked myself into refactoring it that way!
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
It will all happen once the dropdown is selected and I won't get to see the form filled, no big deal.
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
But like I said, I can do this no problem from the index.
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
I can create categories but was going to implement a way to import/link exisiting categories.
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
I did it years ago. it runs one of my businesses
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
it's such a mess and wordpress is the absolute worst...but it all works I tell ya
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
images, formatting everthing 🙂
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
1000s of articles without ever touching wordpress!
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
I built a personal system that posts to all kinds of websites
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
Yes, been doing that for years!
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
The select is for getting the heirarchy of the wordpress categories. (parent / child)
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
The API is from one of my wordpress websites. and my Filament app manages this website and several others.
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
Yeah, this is a tough one...sorry Adam !!!
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
it will 100% work, but I was just trying to fill in the form so I could see all the data coming over...like a preview of sorts before creating the model
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
I can go about this another way and simply create the record on the fly from the index page...without having to fill in the form.
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
The API sends an array and some of those values are used for various properties for that model. No relationship in a Laravel sense because it's external
85 replies
FFilament
Created by bionary on 3/12/2025 in #❓┊help
form->fill()`with Selects?
So while inside the create page, instead of filling out a form, I want to be able to use existing data from an external source
85 replies