vue-form-wizard icon indicating copy to clipboard operation
vue-form-wizard copied to clipboard

Form elements (inputs, selects, radio) inside `form-wizard` tag does not send when submitting form

Open andcl opened this issue 6 years ago • 1 comments

Hello,

I want to send all of the fields (inputs, selects, radios, checkboxes) collected through the wizard steps to my server but just using traditional form submitting, neither axios nor ajax calls at all... Just following the action parameter of my form tag. It seems that everything within the form-wizard tag does not appears in the post request when I execute the form.submit() method... Any ideas? Thanks.

andcl avatar Dec 26 '18 19:12 andcl

Did you find a way around this because I'm in this situation now

simioluwatomi avatar Oct 24 '19 12:10 simioluwatomi