Arrangement of input fields

I have a form where I ask the user for data. I want the user to give me his name, email id and phone number. On mobile UI I have two options.

One: I design conventional interface with all three fields on the form and submit button. Two: I design 3 cards like the design on the screen. Each card asks for one detail and next card appear when the user submits that particular detail and can be swiped back if want to change the detail in the previous card and main submit button on the last card.

Which design you guys think it is better?