Here is an example of the form you will use to post your registry item purchase data back to Registry Valet:
<form action="http://apps.agenne.com/RegistryMultiPost.cfm" method="post">
<input type="hidden" name="CID" value="000">
<input type="hidden" name="count" value="5">
<input type="hidden" name="L_RVID" value="18082,20835,43012,15392,99999">
<input type="hidden" name="L_QTY" value="1,3,1,1,5">
</form>
Note that in the form above, five individual line items have been purchased and are being posted back to the registry. For each of these 5 items, the rvl_id (which was passed to your cart by Registry Valet when the shopper clicked "Add to Cart") is being posted back in the "L_RVID" field and the corresponding purchased quantities are being posted back in the "L_QTY" field.
Suppressing the XML response document using the optional suppressXML hidden field
By including the suppressXML field with a value of 1, in the form above, the XML document will not be returned. Instead, a page containing a single white pixel will be returned.
Here is how the suppressXML hidden form field should be included in the postback form:
<input type="hidden" name="suppressXML" value="1">