Support the ongoing development of Laravel.io →
posted 10 years ago
Requests Input
Last updated 2 years ago.
0

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!

Last updated 2 years ago.
0

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>
Last updated 2 years ago.
0
Solution

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!

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Xicer xicer Joined 11 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.