There must be a cleaner solution to process a form like this than the above solution where I append the objectid to the input name attribute. I thought I could use the id attribute somehow but apparently not.<form name="myform" method="post" action="index.cgi"> <input type="hidden" name="rm" value="doSomething"> <TMPL_LOOP NAME="LOOP_DATA"> <input name="name<TMPL_VAR NAME=objectid>" value="<TMPL_VAR NAME=compu +ter>"> <input name="price<TMPL_VAR NAME=objectid>" " value="<TMPL_VAR NAME=pr +ice>">"> <input name="qty<TMPL_VAR NAME=objectid>" " value="<TMPL_VAR NAME=qty> +">"> </TMPL> </form>
In reply to Re^2: process multiple rows from form
by boboson
in thread process multiple rows from form
by boboson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |