When I add a new recipient on the tell a friend form that two new fields show without labels. I think line 238 should be
$form['activism_tellafriend_recipient_wrapper']['activism_tellafriend_recipient'][$count + 1] = activism_tellafriend_activism_cta_recipient_form($count + 1, TRUE);
And that should fix the issue.
Comments
Comment #1
morbus iffThis is by design - we originally tested with the labels being there, but it eventually became too much after you started adding 3, 4, 5 recipients - it was duplicated, known, and inferred documentation, really. The way it stands now, since the new fields appear underneath the existing fields, and those existing fields have the labels, we find the UI cleaner and more intuitive.