:with is good for one or two fields; :submit is better if you have an
HTML container (e.g., div) that contains several input elements that
need to be submitted.
If you're still rendering input forms in tables, you could use the
table or tablerow as the container. It might be good for the long-
term maintenance of the project to pick one way and favor that even if
it is less than optimal for one or two instances.