I have a simple form that I setup that looks something like this
<-- snippet --->
<?php echo $form->input('eaddress', array('class' => 'input_text',
'label' => 'Your email Address: <em>*</em>', 'div' => false)); ?>
<?php echo $form->input('phone', array('class' => 'input_text',
'label' => 'Phone Number: ', 'div' => false)); ?>
<--- end snippet -->
The form submits correctly and everything, but it only seems to
remember one letter of whatever I type into that field when the page
reloads.
So if I type in "ssssasdfasdfasf" in the eadress field ... only 's'
shows back up.
Is there a way to fix this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---