<div>Hi;<br>
I have a form that I need to send to a script and then send off to a URL (PayPal). I need to process it through the script to renumber things for PP. How do I do this? I imagine I add an element to the PT like so:<br>
<br>
&lt;form action="renumberTheCart(here/CheckOutAfterEditStuff)" method="post"&gt;<br>
<br>
but I need to pass a parameter "doc", which, of course, is the document I'm submitting. So I tried this:<br>
<br>
&lt;form action="renumberTheCart(here/CheckOutAfterEditStuff)" method="post"&gt;<br>
&lt;p metal:use-macro="here/CheckOutAfterEditStuff/macros/main" /&gt;<br>
<br>
which renders my page fine, but throws an error when I submit the form:<br>
<br>
Cannot locate object at: <A href="http://example.com/s/c/x/j/en-us/s/renumberTheCart%28here">http://example.com/s/c/x/j/en-us/s/renumberTheCart%28here</A><br>
<br>
What do I do? Also, where do I return the document? Can I re.sub the "form action" in my script to send it to a new place? Does it just refresh the original doc?<br>
TIA,<br>
Tony</div>
<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
AOL now offers free email to everyone.  Find out more about what's free from AOL at <a href="http://www.aol.com?ncid=AOLAOF00020000000437" target="_blank"><b>AOL.com</b></a>.<br />
</div>