How to get form data from multi step fieldsets in a form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

6th Dec 2019, 7:21 AM
Ikenna Akeru
Ikenna Akeru - avatar
1 Answer
+ 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.
6th Dec 2019, 8:15 AM
A͢J
A͢J - avatar