Currently on mapping forms, the unique button and the remove button are a form within a form. This causes two problems

- the first form element in the inner form does not render correctly, we double render them.
- the form cannot be submitted by simpletest as soon as there is one mapping present.
- further, it is hard to submit the inner forms by simpletest as drupaPost() does not support specifying the form id to submit against

Comments

alex_b’s picture

Status: Active » Fixed

That's fixed. Didn't want to fix this so early, but simpletest not supporting form in form submission made me to.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.