How do I change the order of form submission email

I finished making my form, and when I tested it out the order of the input fields came out with a weird order in the email. was wondering if there is a simple solution to this.
The order i would like is

Name
Age
Drive Option
Ride Details
Delivery Distance
Chauffeur Distance

1 Like

Nvm solved it, just have to publish the site first and then reorder the fields in the form and it is based on the order they are put on the form so if using hidden inputs you have to still position them based on how you want it to appear in the email

Thank you!