vue-form-wizard
vue-form-wizard copied to clipboard
Form elements (inputs, selects, radio) inside `form-wizard` tag does not send when submitting form
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.
Did you find a way around this because I'm in this situation now