i have a 4 step form , i made it like 4 pages formstep1.php , formstep2.php , formstep3.php . These forms belongs to different tables on database..
I want to make it like for example ; when i submit the first form , current page shouldnt refresh ,but change div content and call second form with loading image.. I mean
if first form post successful { call second form with loading image in to a div.. }
if second form post successful { call third form with loading image in to a div.. }
how should i do it? what is the best aproach? sorry for my english , and thank you for your help