onaccept is supposed to be a function that takes a form object. I suppose you can also pass a URL to it. Show some code -- what are you trying to do?
On Sunday, November 13, 2011 2:52:34 PM UTC-5, tsvim wrote: > > Thanks for the explanation. > Taking this explanation I tried forwarding the id of the record to a > "onaccept" action using the same logic you applied using "%(id)s" as an > argument to the function. Again I seem to be missing something. > How can I pass the record's id to the onaccept action? > > Thanks again for all your help. >

