Hi
I have a form I want to prevalidate with a JS function. This doesn''t
work...
<% form_for(:applicant,
:condition => "checkCheckBoxes()",
:url => { :action => "save_details" }) do
|applicant| %>
...
<% end %>
:condition doesn''t have appear to have any effect unless I use
form_remote_for (is this right?)
What''s the best way to achieve what I want?
Thanks
Ashley
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---