Thank you for your help, how do i change the element css order?
To explain I input the code below (taken from google) into the custom css which helped rearrange the DD/MM/YY for me but now as you said when tabbed it is in the original order.
.form-wrapper .field-list .date .field { position: relative }
.month { left: 7.5em; margin-left: 0 !important }
.day { left: -1em; margin-left: 0 !important }
.year { left: 5.5em; margin-left: 0 !important }
Also is there anyway to amend the submission form, it sends to my email changing the date format again from 15/02/2021 to 02/15/2021. Can this be helped?