I am using ViewPager to show the multiple views of the form, like name and email on first view and rest on others.
ViewPager
Now the problem is:
I think ViewPager is fine for this purpose. All you need to do is to save data entered in first and second fragments to your parent Activity and fetch it when you hit Save in your last fragment.
Activity
Save
EDIT: Check THIS and THIS related SO questions