Johann-S / bs-stepper

A stepper for Bootstrap 4.x
https://johann-s.github.io/bs-stepper/
MIT License
444 stars 88 forks source link

when using bs-stepper the second part of form doesn't sed data #319

Open agungsetiob opened 9 months ago

agungsetiob commented 9 months ago

I split the form into two parts using bs-stepper, it works fine when using traditional submit using action url in form, but when I use hx-post it only send data from the first part, and the second part left blanks with no data so it cannot pass the validation since all the input field are mandatory