How to change the order of fields for customer registration form (Tested with v1.7+)
Simply change the order in the following class (Override class is recommended)
classes/form/CustomerFormatter.php
public function getFormat()
{
$format = [];
//#1 field
$...