The title says it all. I want the initial form submission to open in a new window, by having <form ... target="new">. How do I do that?
I've tried
SQLFORM(..., _target="new")
but that doesn't seem to do anything.
Try:
SQLFORM(..., _target='_blank')