I've been able to change the textual value of the submit button on `SQLFORM.factory` by modifying the `submit_button` attribute.
I want to change its class to: <i class="icon-plus icon-search"></i>, and move it up to the text field, so it will look like: *Search*[ ][icon] For a better explanation on what classes I want to add, see: http://twitter.github.com/bootstrap/base-css.html#forms How do I add in customer classes? Thanks for all suggestions, Alec Taylor --