Adnan Džaferović
unread,Jan 27, 2012, 6:51:58 AM1/27/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rainframework
Hi,
I have something like this:
$this->form_obj->add_item('select', 'hear', 'some text', null, null,
'required', array('options'=>$finde_us));
How to setup a require field in this statment, so my first output need
to be
<option value="">Select...</option>
Thank you