whenever I display the form to the users now the user has to click on the first field; how do I make it automatically positioning on the first user enterable form element (is there any javascript helpers) thanks -- Posted via http://www.ruby-forum.com/.
ror directory wrote:> how do I make it automatically positioning on the first > user enterable form element (is there any javascript helpers)Use Prototype <%=javascript_tag(''Form.focusFirstElement("form-dom-id")'')%> -- Posted via http://www.ruby-forum.com/.