0
How to get form data from multi step fieldsets in a form
I have 5 multi step ,i want to get all the form data for 5 input type=text,tel,number,email, a select,a radio button,a checkbox, and uploaded image file on summit of the form
1 Respuesta
+ 2
If your multi step form have a single page then you can get through JavaScript or JQuery and send data to the back-end using JSON or Ajax on the submission on final button.