So I have the following:
Name:
You need to set the variable to be global for that to work.
At the start of the show_form method, add this code:
global $defaults;
Or, a better solution as pointed out already is to return the variable and use $defaults = show_form().