F
Filament3mo ago
Juampi

dynamic forms depending on a JSON

Is it posible with filament to make dynamic forms? i will get from an API a json with the needed information to convert each object inside that json in a field for my form. I was thinking on the next procedure, making a wizard that allows me to fill general data of a job request, for example, solicitant, date of application etc, and a field that will be type of job. Depending on the type of job when i hit next to pass to the second step i will make a get to this external api, and i will get from this request the form that i will need to create of a json. is it possible to render using filament this json as a form in my second step? should i add my form to a livewire component to make this logic works? im a bit confused, I know i will probably have to download a plugin for api management and I have never worked with livewire outside of filament to understand if it would help me to solve this problem, if there was a way to do it only with filament it would be good.
0 Replies
No replies yetBe the first to reply to this messageJoin