Subject: | submit_form() to default to current_form |
Hello,
I think the submit_form() function should use the value of current_form() to set the
default form name, instead of defaulting to the first form.
I just spent some time wondering why I could call form_name()...and it would appear to
work, and then I could immediately call submit_form() and have the wrong form be
used.