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
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