I will add a short code attribute for more table formatting flexibility.
Forms have multiple rows by using more than one short code to make up the form.
As you know, if you are using only 1 short code to produce the entire form, the form attribute is form=”1,??” where ?? is insert, update or search.
When using more than one short code, make the FIRST form attribute form=”2,??” and make the LAST form attribute be form=”3,??” (where ?? is insert, update or search).
In between the first and last short code you can have as many more short codes as you need with the form attribute just form=”??” with no numeric designation.
Once coded, it is informative to view the HTML source and see the actual form tags and hidden tags that ABASE produces to make sure it all works properly.