Maybe you could help me out...I think I almost got it!
I added this:
Code:
array('title' => MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_PAYMENTS,
'field' => zen_draw_pull_down_menu('cc_payments', $no_of_payments, '', 'id="' . $this->code . '-cc-payments"' . $onFocus),
'tag' => $this->code . '-cc-payments'),
Then I defined this variable and placed this line BEFORE the code above:
Code:
$no_of_payments[] = array('id' => 1,2,3,4,5, 'text' => 1,2,3,4,5);
I ain't no PHP programmer but I do get the logic of it.