HI at all, last week I have post a discussion to update a field with the ajax method, and I have found a good choice utilizing this article:
http://v2.cybergod.net/article/show/u/ajax_input_update But Now I have another questions: In the article the field were changed with a Type:Select Form, now I have to solve another problem: I have this form: <form> <?php echo $form->input('xxx',array('type'=>'text','id'=>'xxx')); echo $form->input('xxxx',array ('type'=>'text','id'=>'xxxx','disabled'=>'true')); ?> </form> I want to observe the xxx field and when I insert some text I will fill the field xxxx with (for example) that text xxx = cicc after digit xxxx = cicc Is possible tu utilize the observeField for this? There is some examples? Best Regards Franco --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
