Function Render-Form-And-Button

Part of:

package weblocks
( render-form-and-button < name > < action > &key (value (humanize-name name)) (method get) < button-id > (button-class submit) (use-ajax-p t) < form-id > < form-class > )
Renders a button within a form. This function can be used a short
cut to quickly render a sumbit button.