Custom Page & Dynamic Forms, entanglement issues

Morning...

Anyone got any suggestions on the best way to deal with a filament page that uses a dynamic form.

The form is built from a database of fields, and ends up with assigned name\id such as 'textArea40'

But I can't assign the statics in the Page class, as I don't know what they are called.

I can get the form dynamically, so I can 'see' the fields, but I don't know how to get everything out where there are nested components, and secondly, if I could get an array of all the name\id's, how to apply that so Livewire can do its thing.

I end up with a lot of console errors like:

Livewire Entangle Error: Livewire property ['textArea40'] cannot be found on component: ['area.persona.filament.pages.edoc-complete']

Any help gratefully received.
Was this page helpful?