New Registration Field
-
Hi,
I’d like to add a drop-down to the registration so that the user can select who referred them. I’ve inserted an empty select tag into the form by adding:
'referrer' => array( 'id' => 'referrer', 'title' => $data['referrer'], 'type' => MS_Helper_Html::INPUT_TYPE_SELECT, 'options' => 'test', 'value' => array('1','2'), ),
into class-ms-view-shortcode-registeruser.php – but how can I populate option tags into this? As you can see, I’ve already tried ‘options’ => ‘test’ – which didn’t work – but I can see INPUT_TYPE_SELECT is an available option so there must be a way of doing this?
Thanks,
Liam
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘New Registration Field’ is closed to new replies.