Form callback to build other elements in the "show" form.
This method builds all form elements beside of the selection of the base table.
array $form: The full wizard form array.
array $form_state: The current state of the wizard form.
array Returns the changed wizard form.
public function buildForm(array $form, array &$form_state);