Skip to content
Advertisement

How to get values of multiple dropdowns and file uploads appended with Jquery Multifield plugin

I am trying to get the values of multiple select boxes and file inputs using jquery. I am using Jquery Multifield plugin for appending same fields multiple times.So far i am unable to get all the values as i am using jquery and ajax to post these inputs.


enter image description here

JavaScript
JavaScript

Advertisement

Answer

Check the below snippet with jquery-multifield plugin enabled. Here you can add files and on submit, the filled data can be seen in console. Please use browser console for clear view.

Here form data is assigned to _form variable, you need to send this variable to server.

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement