Render form elements based on selection (dynamically)
Hi! I'm using the Form Builder standalone but I have a question regarding rendering. My Livewire component now has this:
My Form schema looks like this:
But based of the selected vault I want to load a form form the belonging vault class. That whole formset should become value as a array.
Please let me know if you need more info
My Form schema looks like this:
But based of the selected vault I want to load a form form the belonging vault class. That whole formset should become value as a array.
Please let me know if you need more info