Hi people! i´m generating some input fileds dinamically with
jquery...
to generate the input fields i am using this code: $
("#newFormField").append('<?php echo $form->input('xxxx',array
('label'=>'Nombre'));?>');
the problem is that i need to generate the name and the id of the
input using some jquery global variables... how can i put that
variables in the form->input? i tried a lot of possible config (the
one that i know!) but always throw me errors...
any ideas? Thanks!!!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to