Persist and save information from modal additional inputs
Hi, i'm using the admin panel and the table repeater and drop-in actions plugins by awcodes.
I am a newbie to livewire, I'm working in my 'FormResource\Pages\EditForm', I need the information added in the form of DropInAction persist and when the user has finished adding fields and their additional options, press save to save all changes to all fields in the database.
Also, how can i fill this modal inputs with the corresponding information?
php
Is this possible something possible to do? maybe there is a better approach to do this? I hope i explain myself clearly, Thanks in advance.
I am a newbie to livewire, I'm working in my 'FormResource\Pages\EditForm', I need the information added in the form of DropInAction persist and when the user has finished adding fields and their additional options, press save to save all changes to all fields in the database.
Also, how can i fill this modal inputs with the corresponding information?
php
Is this possible something possible to do? maybe there is a better approach to do this? I hope i explain myself clearly, Thanks in advance.