Welcome Guest, Not a member yet? Register   Sign In
set_value empty
#2

[eluser]Nisha S.[/eluser]
I think when you pass a array as the first parameter the form_input() method will not use the second parameter. Just set the value in the array itself.
Code:
$author_email_attributes = array(
'name' => 'author_email',
'id' => 'author_email',
'value' => set_value('author_email'),
'placeholder' => '[email protected]',
'title' => 'Author Email'
);


Messages In This Thread
set_value empty - by El Forum - 06-18-2012, 12:45 AM
set_value empty - by El Forum - 06-18-2012, 04:56 AM
set_value empty - by El Forum - 06-18-2012, 05:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB