search for: account_type_opt

Displaying 1 result from an estimated 1 matches for "account_type_opt".

2006 May 31
2
observe_field gets "Form is not defined"
...<label>Account Type:</label> <%= select :user, ''tmp_type'', [''choice_one'',''choice_two''], { :prompt=>"select account type" } %> </p> <%= observe_field :user_tmp_type, :update => ''account_type_options'', :url => { :action => ''account_type_details'' }, :with => "''account_type=''+value" %> <div id="account_type_options"> <!-- results go here --> </div> [/code] any suggestions on why i''m g...