As in this patch #256748 I had to change the taxonomy form 'weight' button to prevent a name collision.

Comments

fago’s picture

Status: Active » Closed (works as designed)

indeed, but there always might be name collisions when embedding forms this way. You could try something like
$form['container'] = taxonomy form
$form['container']['#tree'] or use the subform element module, however this no good idea as it would add a new module dependency.