Skip to content Skip to sidebar Skip to footer

Form Inside Bootstrap Accordion Wizard

I am using Bootstrap Accordion Wizard http://bootply.com/77372 and I have a form inside it, with action=addaroom.php but the form doesn't send any values to the php page, I am not

Solution 1:

How can I do this?

If I am understanding the problem correctly you should wrap the whole wizard in one form.

How can I send all of the values to the php page?

If it is wrapped in one form all inputs should be sent. If you don't want to send all inputs in all wizard pages on submit you should use the disabled html attribute on the inputs you don't want to send

After they are sent will they be saved in the database?

That depends on how you have implemented the logic server side.

Post a Comment for "Form Inside Bootstrap Accordion Wizard"