$ajax-observeField problem

2009-03-20 Thread Manisha P
Hello All, I am using ajax helper to check, at the time of registration the entered username is already exist in database or not. For that I have used ?php echo $form-text('User.login_name', array('class' = 'users', 'id' = 'login_name')); ? $options = array('url' = 'update_select', 'update'

Re: $ajax-observeField() problem

2009-03-17 Thread gayatri bhumarapu
try this code for drowp down functionality echo $form-create('PopularFirm',array('url'=array('controller'='dashboards','action'='popular_firms'),'div'=false)); echo $form-input('name', array('label'=false,'div'=false,'style'='margin-left:0;width:150px','type'='select','options'=$firmlist

$ajax-observeField() problem

2009-03-16 Thread Manisha P
Hello All, I am using $ajax-observeField() It is showing me error 'Form is not defined' in javascript console. Does anyone has some solution for this? Thanks in advance Manisha. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the