If you're using the default table formstyle, that would be the last <tr> of the table. The actual submit button would be f[0][-1][-2][0] (i.e., [table][last row][second to last td][submit button]). Also, are you including the rest of the form (i.e., is it between <form> </form> tags)?
Anthony On Monday, October 31, 2011 2:54:53 AM UTC-4, mart wrote: > > Hi, > > in a view, should i be able to execute this submit button? {{=form[0] > [-1]}} > > it does display the button, but doesn't submit.. > > Thanks, > Mart :)