customize Wizard
any help please?
I want to make a custom Wizard, not add schema but call a livewire component to be able to customize it
sorry if my english is not very good.
10 Replies
you can use livewire if you want, what specifically are you struggling with
what i need is to create custom components, to add them in this part.
@Dan Harrin could you give me an example please. 🙏
i urge you to look at the custom form components section of the form builder docs
any form builder component can be added to the wizard
you can even generate custom components using the cli
I can't find that part in the documentation, could you please tell me
I am calling this way my custom component, and in the view
The question is, where do I add the custom HTML?
@Dan Harrin I would really appreciate your help
I currently don't have time to write code for you. It sounds like you maybe havent used Livewire or Blade much before so I suggest that you learn how to use those with basic views. If someone else chooses to help in this thread, you should provide much more information about what you would like to achieve. Currently, we don't know what you are trying to do in your custom view
this was what i needed to do, thanks!!
@.gustavo.dev Thanks, I had the same question.