This is propably not Laravel-related, but a simple Javascript problem.
Check the dynamic HTML tree of your webpage , i.e. through Chrome Inspector. Check if the form elements that you create are inside the <form> tag that gets submitted and check if they have their proper name attribute.
Good luck!
Already checked that. It is exactly bellow the first select field within the form and with the right name :/ i rly don't get it
<select class="uk-width-1-1 uk-form" style="padding-left:28px;" name="accomplice[]">
...
</select>
Went to check my whole html for the whole website and found some html errors which made the form fail to post the rest of the fields. Thanks for the advice to take a deeper look, everything works now!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community