Welcome Guest, Not a member yet? Register   Sign In
HTML5 placeholder attribute and form_validation
#4

[eluser]Cristian Gilè[/eluser]
I'm not able to reproduce the error. Which browser are you using? Try this version:

Code:
$emailarr = array(
  'name' => 'email_address',
  'id'   => 'email_address',
  'placeholder' => 'Email Address',
  'value' => set_value('email_address')
);    
    
echo form_input($emailarr);

Remember to close the form.


Messages In This Thread
HTML5 placeholder attribute and form_validation - by El Forum - 06-04-2012, 11:20 AM
HTML5 placeholder attribute and form_validation - by El Forum - 06-04-2012, 11:37 AM
HTML5 placeholder attribute and form_validation - by El Forum - 06-04-2012, 12:12 PM
HTML5 placeholder attribute and form_validation - by El Forum - 06-04-2012, 12:50 PM
HTML5 placeholder attribute and form_validation - by El Forum - 06-04-2012, 01:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB