Here we present how to do forms.
We retreive data from the database and store it in a array
$record = array( 'person_uuid' => '02aba858-a194-11e7-b9ba-00215e4d70a1', 'name' => 'Nisse', 'phone' => '123 45 78', 'company' => 'Big buissines', 'address' => 'Megalway 3244', 'town' => 'Örebro' ... );
This data is sent to the form