hmmm, Just noticed that this only happens if i do a :
$form->text('test'); rather than: <input id="test" type="text" value="" name="data[test]"/> anyone know why? On 25 Jan, 10:39, Geo <[EMAIL PROTECTED]> wrote: > Hi, > > I have an issue with my site..... when i submit a form that fails > validation and returns back to the form - only the 1 character of > every field value is set.... > > for example: > > I have a page named "signup" with a form with an text input in. If i > type in "hello" and submit the form to the action "completesignup" > which then validates the form and if an error calls: > > $this->setAction('signup'); > > I only get "h" as the value in the text input rather than "hello". > > Has anyone any ideas why its not returning the full string "hello" ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---