It should work fine, as long as it gets added within the <form> tags. I do it all the time.
Dynamic input array dont submit.
Hi, i put function on my website so user can dynamically add input array.For some reason it doesnt submit it with form.When i tried on basic PHP project it works fine but for some reason it doesnt work on Laravel.When i type dd(Request:all()); it doesnt show there it only submits if input is put in code and not dynamically with Jquery. Here is the code i use for jquery.
Here is code i use: https://jsfiddle.net/gj93yq4f/9/
If you ever encounter with this here is little help from me.I spent like 3-4 days tying to solve this and finally i find the way.I have to change whole website structure but when i put form tag before everything it works..I dont know why, but if you ever encounter with this stupid problem here is the way to solve this.
Please or to participate in this conversation.