Can I submit values to continueurl?
Please note that we do not recommend using continueurl for handling variables. You should use callbackurl for this.
However, it is possible to transfer variables with continueurl simply using GET-functions.
Example:
<input type="hidden" name="continueurl" value="http://domain.tld/contiueurl.php?ordernum=xx" />