I want to incorporate tabs in my form(it is dependent on multiple models) with next and previous button, and onclick of these buttons should validate the fields with comes only in their respective tabs but form should be submitted/saved to DB only at the end.
I have gone through my tabs example but they don't seem to have next and previous button in yii2.
Is there anyway to do this??