How to handle formWizard with random fields in LiveWire component?
Hello,
This might be off topic, but I really struggling with this.
I am generating a form Wizard with 10 random questions, but the questions (fields) got changed each time when i click next step.
I am generating Form Schema with this,
and loading that in my Livewire component
Livewire loading random records from the model with each next action request.
Could anyone please help me with this? is there any better way to avoid this or load random entries with first load or page refresh only?
Thank you. π
0 Replies