I am using hook_form_alter() to move some fields around the form array, as I need some ajax functionality. My code moves a field from $form['field_name'] to $form ...
This repository demonstrates a subtle but common error in PHP: the silent failure when accessing undefined array keys. PHP's loose typing allows this to happen ...