I have 3 referral sources, and their RIDs are 1, 6, and 11.
In referralsources.module on line 371, there is an array_merge for adding the "Please Select One" text. I don't know what exactly is the reason for this, but when the arrays are merged the keys are reset to be sequential. So my sources become 0, 1, and 2. Hence the first one does nothing, the second one points to the first item, and the third one also does nothing.

On my own site, I am commenting out this line, and I think that does what I need. But this breaks the module otherwise. It seems like it must affect anyone with misordered RIDs?

Comments

stennie’s picture

Status: Active » Closed (duplicate)

Duplicate of : http://drupal.org/node/1124096

I've posted a patch on that issue.

Cheers,
Stephen